/** VARIABLES **/
/** Layout Definitions **/
body,
html {
  overflow-x: hidden;
}

.modal-open .modal {
  overflow: hidden !important;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 70vh;
  overflow-y: auto;
}

.loading-cover {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

#placeholder-content-top {
  position: absolute;
  top: 0;
}

.cover-divider,
.who-divider,
.who-divider-2,
.abilities-divider {
  height: 135px;
}

.main-content {
  z-index: 100 !important;
}

.cover-text-container h1 {
  font-size: 3.2rem;
}

.scroll-down-icon {
  bottom: 0;
  margin-bottom: 50px;
  position: absolute;
}

.profile-img {
  width: 200px;
  height: 200px;
}

.vita-entry-box {
  border: none;
  margin: 35px 20px 0 20px;
  padding: 8px;
  overflow-wrap: break-word;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  z-index: 200 !important;
}

.vita-entry-box.left {
  text-align: right;
  border-left-width: 17px;
  border-left-style: solid;
  margin-right: 15px;
  padding-right: 20px;
}

.vita-entry-box.right {
  text-align: left;
  border-right-width: 17px;
  border-right-style: solid;
  margin-left: 15px;
  padding-left: 20px;
}

.vita-entry-box .vita-entry-what {
  font-size: 1.2rem;
  font-weight: bold;
}

.vita-entry-box .vita-entry-where {
  font-weight: bold;
  padding-top: 10px;
}

.triangle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.triangle::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 2em;
  right: 0;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
  right: 0;
  bottom: 0;
  margin-bottom: -15px;
  margin-right: -17px;
  position: absolute;
  z-index: 2;
}

.dot.half {
  width: 20px;
  height: 20px;
  margin-right: -25px;
}

.full-height-vita-box {
  height: calc(100% - 35px);
}

.ratings .row {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.ratings .row:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

.card {
  border-radius: 0px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-title {
  border-radius: 0 0 0 0;
}

.drawing-card {
  height: 150px;
  border-radius: 0px;
}

.drawing-card .image-display {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px;
}

.image-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  display: none;
}

.image-overlay i {
  z-index: 2000;
  margin-left: 15px;
  margin-right: 15px;
}

.large-image-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 80%;
  max-width: 1920;
  max-height: 1080;
}

.large-image-container img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.large-image-container i.fa-chevron-left,
.large-image-container i.fa-chevron-right {
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 30px;
}

.large-image-container i.fa-chevron-left {
  left: 0;
}

.large-image-container i.fa-chevron-right {
  right: 0;
}

.img-title {
  bottom: 0;
  height: 50px;
  position: absolute;
}

#num-images {
  position: absolute;
}

#img-title-s {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
/*# sourceMappingURL=layout.css.map */