html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

main .content #areas, h1, h2, h3, h4, h5, h6 {
  font-family: stratos, sans-serif;
  font-weight: 700;
}

footer, main .content h1 .openPretitle, p {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 200;
}
@media (max-width: 1023px) {
  footer, main .content h1 .openPretitle, p {
    font-weight: 300;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}

body {
  margin: 0 0 60px;
  overflow-y: scroll;
  background: #FFF;
}
@media (min-width: 1024px) {
  body {
    margin: 0 0 60px;
    overflow-y: scroll;
  }
}
body.night {
  background: #000012;
  background: -moz-linear-gradient(0% 50% 0deg, black 0%, #000008 6.08%, #000010 17.5%, #000012 40.38%, #010114 77.81%, #04041b 91.28%, #080825 100%);
  background: -webkit-linear-gradient(0deg, black 0%, #000008 6.08%, #000010 17.5%, #000012 40.38%, #010114 77.81%, #04041b 91.28%, #080825 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, black), color-stop(0.0608, #000008), color-stop(0.175, #000010), color-stop(0.4038, #000012), color-stop(0.7781, #010114), color-stop(0.9128, #04041b), color-stop(1, #080825));
  background: -o-linear-gradient(0deg, black 0%, #000008 6.08%, #000010 17.5%, #000012 40.38%, #010114 77.81%, #04041b 91.28%, #080825 100%);
  background: -ms-linear-gradient(0deg, black 0%, #000008 6.08%, #000010 17.5%, #000012 40.38%, #010114 77.81%, #04041b 91.28%, #080825 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#080825' ,GradientType=0)";
  background: linear-gradient(90deg, black 0%, #000008 6.08%, #000010 17.5%, #000012 40.38%, #010114 77.81%, #04041b 91.28%, #080825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#080825" , GradientType=1);
}

p {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

main {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  main {
    margin: 0 60px;
  }
}
main .content {
  margin: 0 20px 40px;
}
@media (min-width: 1024px) {
  main .content {
    margin: 0 20px 40px;
  }
}
main .content .heading {
  margin-top: 85px;
}
main .content h1 {
  font-size: 10vw;
  line-height: 11vw;
  margin: 0 0 45px;
  flex-direction: column;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  main .content h1 {
    flex-direction: row;
    font-size: 5vw;
  }
}
main .content h1 .openTitleContainer {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  main .content h1 .openTitleContainer {
    margin: 0 20px 0 0;
  }
}
main .content h1 .openPretitle {
  color: #333;
  font-size: 9vw;
}
@media (min-width: 1024px) {
  main .content h1 .openPretitle {
    font-size: 5vw;
  }
}
main .content h1 .openTitle {
  font-size: 9vw;
  color: #ec008b;
}
@media (min-width: 1024px) {
  main .content h1 .openTitle {
    font-size: 5vw;
  }
}
main .content h1 .lead-in {
  color: #333;
}
main .content .about-us {
  display: block;
  float: left;
  margin-top: 8vw;
}
@media (min-width: 1024px) {
  main .content .about-us {
    margin-top: 0px;
  }
}
main .content p {
  font-size: 6vw;
  margin: 0;
}
@media (min-width: 1024px) {
  main .content p {
    font-size: 32px;
  }
}
main .content #areas {
  color: #333;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  main .content #areas {
    margin: -1vw 0 0;
  }
}
main .content #areas .item {
  color: #333;
  display: none;
  animation-name: fadeOutDown;
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
@media (min-width: 1024px) {
  main .content #areas .item {
    letter-spacing: 2px;
    font-size: 8vw;
  }
}
main .content #areas .item.animated {
  animation-name: fadeInDown;
  display: inline;
  position: absolute;
  animation-duration: 2s;
  animation-fill-mode: both;
}
main .content #areas .item.animateEnd {
  display: inline;
  position: absolute;
}
main .content #areas .item span {
  line-height: 0.95em;
}
@media (min-width: 1024px) {
  main .content #areas .item span {
    word-break: inherit;
  }
}
main .cta {
  display: block;
  float: left;
  margin-top: 40px;
  margin: 40px 20px 0;
}
@media (min-width: 1024px) {
  main .cta {
    margin: 20px 20px 0;
  }
}
main .cta h2 {
  font-size: 5vw;
  margin: 0 0 0;
}
@media (min-width: 1024px) {
  main .cta h2 {
    font-size: 32px;
  }
}
main .cta p {
  font-size: 5vw;
  margin: 0 0 0;
}
@media (min-width: 1024px) {
  main .cta p {
    font-size: 32px;
  }
}

footer {
  color: #333;
  font-weight: 200;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  background-color: white;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  color: black;
}
@media (min-width: 1024px) {
  footer {
    padding: 10px 60px;
  }
}
footer .footer_copy a {
  color: #ec008b;
  margin: 0 10px;
  text-decoration: none;
}
footer .footer_copy a:hover {
  color: white;
}
footer .footer_copy a:first-child {
  margin-left: 60px;
}
footer .footer_copy a span {
  display: none;
}
footer #changeTimeOfDay button {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
footer #changeTimeOfDay button img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

body.night h1, body.night h2, body.night h3, body.night h4, body.night h5, body.night h6, body.night p, body.night main .content h1 .lead-in, body.night main .content #areas .item, body.night main .content h1 .openPretitle, body.night footer, .footer_copy body.night:before {
  color: #FFF;
}
body.night a {
  color: #ec008b;
}
body.night .footer_copy {
  color: black;
}
body.night .footer_copy a:hover {
  color: #FFF;
}

/*# sourceMappingURL=styles.css.map */
