html, body {
  background-color: #010101;
  margin: 0px;
  font-family: "proxima-nova", sans-serif;
}

.lander-image {
  background-image: url("/assets/images/ali-cover.jpg");
}

.lander-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  opacity: 0;
}

.cover-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
}

.name-logo {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 1.25rem;
  letter-spacing: -1px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.notice {
  z-index: 1;
  position: relative;
  color: white;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: auto;
  margin-top: 10px;
  opacity: 0.1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: -1px;
}

.notice a.highlight {
  color: #9B8182;
  font-weight: bold;
  border-bottom: solid 1px #9B8182;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.social-links .social-link {
  color: white;
  font-size: 1.2rem;
  opacity: 0;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.social-links .social-link:hover {
  color: #9B8182;
  opacity: 1;
}

.main-overlay.lander-image-loaded .name-logo {
  letter-spacing: 2px;
  opacity: 1;
}

.main-overlay.lander-image-loaded .lander-image-wrapper {
  opacity: 0.8;
  -webkit-transition: opacity 5s ease;
  transition: opacity 5s ease;
}

.main-overlay.lander-image-loaded .notice {
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: 1px;
}

.main-overlay.lander-image-loaded .social-links .social-link {
  margin-right: 30px;
  opacity: 0.7;
}

section.first-section {
  margin-top: 100vh;
  position: relative;
  z-index: 1;
  background-color: #010101;
}

section.subscribe {
  padding: 10vh 0px;
}

.title {
  color: white;
  font-weight: normal;
}

.sign-up-field {
  margin-bottom: 0px !important;
  margin-left: 10px;
}

.sign-up-field .input {
  min-width: 200px;
}

.sign-up-field .button {
  background-color: #9B8182;
  color: white;
  border-color: #9B8182;
}

.bio-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  max-height: 100vh;
  max-width: 100vw;
  padding: 100px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  background-color: rgba(1, 1, 1, 0.9);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bio-wrapper .bio-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto;
  max-height: 100vh;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bio-wrapper .bio-inner .title {
  min-width: 60vw;
  max-width: 60vw;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  color: #9B8182;
}

.bio-wrapper .bio-inner .bio {
  position: relative;
  max-height: 100%;
  overflow-y: scroll;
  max-width: 100vw;
  padding: 0px 20vw;
  min-width: 60vw;
}

.bio-wrapper .bio-inner .bio p {
  margin: 20px 0px;
  letter-spacing: 1px;
}

.bio-wrapper .close-button {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bio-wrapper .close-button:hover {
  color: #9B8182;
}

.bio-wrapper.hidden {
  display: none;
}

.quote {
  background-color: #9B8182;
  color: #010101;
  padding: 0px 4px;
}

a.highlight {
  color: #9B8182;
  font-weight: bold;
  border-bottom: solid 1px #9B8182;
}

@media only screen and (max-width: 600px) {
  html, body {
    max-width: 100vw;
  }
  .main-overlay {
    padding: 20px;
  }
  .main-overlay .name-logo {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
  }
  .main-overlay .notice {
    text-align: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .main-overlay.lander-image-loaded .social-links {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 10px;
  }
  .main-overlay.lander-image-loaded .social-links a.social-link {
    margin-right: 0px;
  }
  .sign-up-field {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bio-wrapper {
    padding: 30px;
  }
  .bio-wrapper .bio-inner {
    margin-bottom: 50px;
  }
  .bio-wrapper .bio-inner .title {
    min-width: 80vw;
    max-width: 80vw;
  }
  .bio-wrapper .bio-inner .bio {
    padding: 0px 10vw;
    min-width: 80vw;
  }
}
/*# sourceMappingURL=styles.css.map */