@import url("https://fonts.googleapis.com/css?family=Karla");
body, input {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.45em;
  background-color: #fff;
  margin: 0;
}

a:link, a:visited, a:active, a:hover {
  color: #000000;
  cursor: pointer;
}

.main {
  display: block;
  height: 100vh;
  width: 100% !important;
  color: #fff;
  /*display: none;*/
  padding: 0;
  max-width: 100% !important
  /*s*/
}

.slidetitle {
  text-align: center;
  text-transform: uppercase;
}

.header {
  padding: 0.5em 0;
}

.logo {
  text-align: center;
  z-index: 40;
}

.about {
  text-align: right;
  z-index: 55;
  padding-right: 2%;
}

#content {
  margin-top: 2em;
  line-height: 1.3em;
}

#content p {
  margin: 2em 0;
}

/*#content .grid-80:first-of-type p { text-align: center;}*/
.videocontainer {
  margin-top: 2em;
  margin-bottom: 2em;
}

#content img {
  margin: 2em 0;
  width: 100%;
}

#about {
  padding-left: 0 !important;
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 0;
  left: 0;
  max-width: 100% !important;
  height: 100% !important;
}

#about .bio {
  margin-top: 2em;
}

.divider {
  border-top: solid #000 2px;
  margin-top: 2em;
  margin-bottom: 1em;
}

#aboutlink, #closelink {
  text-decoration: none;
}

#aboutlink {
  color: #fff;
}

a:visited#closelink {
  color: #000;
}

#about {
  z-index: 50;
}

.slider {
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-size: cover;
  z-index: -1;
}

.slider img {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  object-fit: cover;
}

#left {
  position: absolute;
  top: 10%;
  height: 80%;
  width: 50%;
  left: 0;
}

#right {
  position: absolute;
  top: 10%;
  height: 80%;
  width: 50%;
  right: 0;
}

.sarrow {
  display: none;
}

.slidernav {
  top: 92%;
  position: absolute;
  width: 100%;
}

.slidecount {
  font-size: 0.6em;
  padding-top: 0.2em;
}

.credits {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.25em;
}

.footer {
  /*border-top: solid #000 2px; */
  padding: 0.5em 0 1em 0;
  font-size: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.25em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.is_stuck {
  padding-top: 16px;
}

.uparrow {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 0.25em;
  right: 0;
  width: 5%;
  text-align: center;
}

.aboutuparrow {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 0.25em;
  right: 0;
  width: 5%;
  text-align: center;
}

iframe {
  height: auto;
  width: 100%;
}

#closelink img, .aboutuparrow img, .uparrow img {
  height: 1em;
}

@media (max-width: 767px) {
  #content, .credits {
    margin-bottom: 0;
    margin-top: 0;
  }

  iframe {
    height: auto;
    width: 100%;
  }

  .footer {
    line-height: 1.15em;
  }

  .footer .center {
    text-align: left;
  }

  .footer .right {
    text-align: left;
  }

  .arrow {
    padding-top: 2em;
  }

  .footer div {
    padding-left: 0;
  }

  .mobile-grid-100, .mobile-grid-80, .mobile-grid-90 {
    padding: 0;
  }

  .header, .slidernav {
    padding: 0.5em 0em;
  }

  .logo {
    text-align: left;
  }

  .slidernav {
    top: 91%;
  }

  .slidetitle {
    text-align: right;
  }

  .main, body {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .main .mobile-grid-80 {
    padding-right: 10px;
  }

  .slidecount {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #about .close {
    position: fixed;
    padding-left: 2%;
  }

  #closelink img, .uparrow img {
    height: 1em;
  }

  #about .aboutlink, .about span {
    text-decoration: underline;
    text-align: right !important;
  }

  #about .bio, #about p {
    margin-top: 0;
  }

  #content img, .videocontainer {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #mainfooter, #aboutfooter {
    padding-bottom: 1em;
  }

  .divider {
    margin-top: 1em;
  }

  .aboutarrow {
    display: none;
    position: fixed;
    z-index: 60;
    bottom: 1em;
    right: 0.2em;
    cursor: pointer;
  }

  .aboutarrow img {
    height: 1.25em;
  }

  .uparrow {
    right: 5%;
    width: 5%;
    text-align: center;
  }

  .sarrow {
    display: block;
    position: absolute;
    top: 45%;
  }

  .sarrow {
    height: 1em;
  }

  #left .sarrow {
    left: 7%;
  }

  #right .sarrow {
    right: 7%;
  }
}

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