.small-svg {
  display: none;
}

#overlay-image {
  z-index: 100;
  display: none;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
#overlay-image div {
transform:translateX(-50%)
      translateY(-50%);
    position:fixed;
    left:50%;
    top:50%;
    display:block;
    height:100vmin;
    width:100vmin;
  }
#overlay-image img {
  background: white;
  box-shadow: 6px 5px 12px 1px rgba(0, 0, 0, 0.78);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 50px;
  width: 90%;
}

.social {
  padding: 20px;
  text-align: center;
  color: #ce575b;
}
.social i {
  font-size: 6vw;
  display: block;
}
.social span {
  font-family: raleway;
  font-weight: 600;
  font-size: 13pt;
  display: block;
}
.social a {
  transition: .1s linear color;
  color: #ce575b;
  text-decoration: none;
}
.social a:hover {
  transition: .1s linear color;
  color: #da8643;
}
.social a:active {
  color: #c46c26;
}

.bubble-table {
  display: table;
  margin: 0 auto;
  min-width: 60vw;
}

.plain-table {
  display: table;
}

.full-width {
  width: 100%;
}

.above-bubble {
  padding-top: 10px;
  width: 100%;
  bottom: 100%;
}
.above-bubble div {
  position: relative;
  height: 4vw;
}
.above-bubble span {
  left: 20px;
  line-height: 4vw;
  font-size: 3vw;
  position: absolute;
  display: inline-block;
  float: none;
  font-family: Raleway;
  color: white;
  height: 100%;
  margin: 0;
  padding: 0;
}
.above-bubble img {
  position: absolute;
  bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  left: 109%;
  height: 60%;
}

#speechBubble {
  padding: 20px;
  display: table-cell;
  background-color: white;
  border-radius: 20px;
}

#bottomBubbleBuffer {
  height: 7vmin;
}

#contactInfo {
  background: #cb4b4f;
}

.double-arrows {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 10vmin;
  min-height: 20px;
}
.double-arrows svg {
  height: 100%;
  width: 100%;
}

.name-page .svgs-div {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 25pt;
  padding: 5vw 0;
}
.name-page .arrows-dummy {
  margin-bottom: 10px;
  height: 10vmin;
  min-height: 20px;
}
.name-page .links-div {
  display: table;
  margin-bottom: 10px;
  position: relative;
}
.name-page .links-div .nav-links {
  display: table-cell;
  height: 100%;
  text-align: center;
}
.name-page .links-div .nav-links a {
  color: #da8643;
  transition: .1s linear color;
  font-family: Raleway;
  font-weight: 400;
  text-decoration: none;
  font-size: 16pt;
}
.name-page .links-div .nav-links a:hover {
  color: #e5aa2f;
}
.name-page .links-div .nav-links a:active {
  color: #c46c26;
}
.name-page #meet-you {
  text-align: right;
}

.section {
  position: relative;
}

.z-forward {
  position: relative;
  z-index: 1;
}

.z-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.standard-link {
  transition: .1s linear color;
  color: #da8643;
  font-weight: 600;
  text-decoration: underline;
}

.standard-link:hover {
  color: #e5aa2f;
}

.standard-link:active {
  color: #c46c26;
}

.link-button {
  background: white;
  position: relative;
  text-align: center;
  height: 27pt;
  line-height: 24pt;
  border-radius: 4px;
  color: #da8643;
  border: solid 2px #da8643;
  font-family: Raleway;
  font-size: 14pt;
  margin-bottom: 20px;
}

.link-button:hover {
  color: white;
  background: #da8643;
}

.image-div {
  vertical-align: top;
  display: block;
  width: 100vw;
  max-height: 50vh;
  height: 56vw;
  background-color: black;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.small-image-div {
  max-height: 25vh;
  min-height: 25vw;
  background-size: auto 100%;
}

.header {
  background: #cb4b4f;
  text-align: center;
  font-family: raleway;
  font-weight: 300;
  color: white;
  font-size: 6vh;
  line-height: 7vh;
  height: 7vh;
}

no-padding {
  padding: 0;
  margin: 0;
}

.half-page-header .height-determiner {
  height: 50vh;
  padding-top: 7vh;
}
.half-page-header .centered-content {
  margin-top: -7vh;
}

.section:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.section:nth-of-type(even) {
  background-color: white;
}

h2 {
  font-family: 'Coiny', sans-serif;
  color: #ce575b;
  margin: 1pt 0;
  font-size: 32pt;
}

.determining-side {
  padding: 0;
  display: inline-block;
  position: relative;
}

.center-content {
  float: none;
  margin: 0 auto;
}

.dependent-side {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
}
.dependent-side img {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.table-content {
  padding: 0;
  display: table;
}

.half-page .height-determiner {
  height: 50vh;
}

.full-page .height-determiner {
  height: 100vh;
}

.centered-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.circle-image {
  border-radius: 100%;
}

.content-padding {
  padding: 30px;
}

.paragraph {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: black;
  font-size: 14pt;
  text-align: left;
}
.paragraph h2 {
  margin-top: 0;
}
.paragraph p {
  padding: 3pt 0;
}

.bold {
  font-weight: 600;
}

@media (max-width: 991px) {
  .nav-links div {
    padding: 1% 0;
  }

  .large-svg {
    display: none;
  }

  .small-svg {
    display: block;
  }
}
@media (max-width: 991px) and (max-height: 767px) {
  .small-svg {
    display: none;
  }

  .large-svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .social i {
    font-size: 45pt;
  }

  .above-bubble div {
    height: 18pt;
  }

  #stranger-text {
    line-height: 14pt;
    font-size: 18pt;
  }

  .shrinks .height-determiner {
    height: 0;
  }

  .large-svg {
    display: none;
  }

  .small-svg {
    display: block;
  }
}
@media (max-width: 767px) and (max-height: 593px) {
  .small-svg {
    display: none;
  }

  .large-svg {
    display: block;
  }
}
@media (max-height: 450px) {
  .half-page-header .header {
    height: 32px;
    font-size: 27px;
    line-height: 32px;
  }
  .half-page-header .height-determiner {
    padding-top: 32px;
  }
  .half-page-header .centered-content {
    margin-top: -32px;
  }
}
@media (min-height: 800px) {
  .half-page-header .header {
    height: 56px;
    line-height: 56px;
    font-size: 48px;
  }
  .half-page-header .height-determiner {
    padding-top: 56px;
  }
  .half-page-header .centered-content {
    margin-top: -56px;
  }
}
@keyframes turnClock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#about:hover .minute-hand, #about:hover .hour-hand {
  animation-play-state: running;
}

.hour-hand {
  animation: turnClock 120s linear infinite paused;
  position: absolute;
  bottom: 46%;
  width: 30%;
  height: 8%;
  left: 46%;
  background: white;
  transform-origin: 13.25% 50%;
  transform: rotate(0deg);
  border-radius: 99px 0 0 99px;
}

.minute-hand {
  animation: turnClock 10s linear infinite paused;
  position: absolute;
  bottom: 46%;
  left: 46%;
  background: white;
  width: 8%;
  height: 35%;
  transform-origin: 50% 88.6%;
  transform: rotate(0deg);
  border-radius: 0 0 99px 99px;
}

.clock-canvas {
  position: absolute;
  right: 5%;
  bottom: 1%;
  background: #f4f4f4;
  width: 70vmin;
  height: 70vmin;
}

.clock-face {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: white;
}

.clock-cutout {
  position: absolute;
  top: 10%;
  left: 10%;
  background: #f4f4f4;
  width: 80%;
  height: 80%;
  border-radius: 100%;
}

.above-svg-div {
  margin-top: 1px;
  transform: translateY(-100%) scale(-1);
}

.below-svg-div {
  top: 100%;
  height: 12px;
  margin-top: -1px;
}

.semi-circle {
  position: absolute;
  width: 100%;
}
.semi-circle svg {
  display: block;
}
.semi-circle path {
  fill: #d16165;
}

#svg-div {
  display: none;
  position: fixed;
  padding: 0;
  width: 24px;
  height: 28px;
}

.middle-div svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.middle-div svg path {
  fill: #d16165;
}

#dot-nav{
  display:none;
}

.dot-nav-div {
  position: relative;
  z-index: 1005;
  top: 0;
  bottom: 0;
}

.dot-active .dot-nav-svg {
  transform: scale(2);
}

.dot {
  display: block;
  margin: 40px 0px;
}

.dot-nav-svg {
  transition: transform linear .2s;
  fill: #b3b3b3;
  display: block;
  transform-origin: center;
  transform: scale(1);
}

.highlight-circle {
  transition: transform linear .2s;
  fill: #da8643;
  transform-origin: center;
}

.dot:hover .highlight-circle {
  fill: #da8643;
  transform-origin: center;
  transform: scale(2.2);
}

.dot-active:hover .highlight-circle {
  transform: scale(1.6);
}

.nav-div {
  width: 24px;
}

#nav-placer {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.tooltip-text {
  font-family: Raleway;
  white-space: nowrap;
  transition: all linear 0.2s;
  position: relative;
  z-index: 400000;
  color: white;
  text-align: center;
  overflow: hidden;
  max-height: 45px;
  height: 45px;
  line-height: 45px;
}

.nav-tooltip {
  transition: max-height linear 0.2s;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  min-width: 100px;
  max-width: 500px;
  width: fit-content;
  transform: translateY(-50%);
  z-index: 5000;
  padding: 0 10px;
  border-radius: 22.5px;
  background: #da8643;
  max-height: 45px;
}

.nav-tooltip-hidden .arrow {
  transition: top linear 0.2s, border-width linear 0.2s;
  top: 0;
  border-width: 0;
}
.nav-tooltip-hidden .tooltip-text {
  transition: max-height linear 0.2s;
  max-height: 0;
}

.arrow {
  transition: top linear 0.2s, border-width linear 0.2s;
  position: absolute;
  top: 10.5px;
  bottom: 0;
  left: 100%;
  pointer-events: none;
  height: 0;
  width: 0;
  border: solid transparent 10px;
  content: "";
  border-left-color: #da8643;
  border-width: 12px;
  margin-left: -22.5px;
  transform: scaleX(2) translateX(50%);
  content: " ";
}
