
/* VARIABLES */
:root {
  --darkteal: #002e28;
  --lightteal: #00211d;
  --white: #ededed;
  --black: #393939;

  --ff-courier: 'Courier New', Courier, monospace;
  --ff-arialblack: "Arial black", Helvetica, sans-serif;
  --ff-arial: "Arial", Helvetica, sans-serif;
  --ff-baskerville: Baskerville;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #00d96b #000000;
}

/* BASE */
body {
  background: rgb(15,15,15);
  background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(28,28,28,1) 50%, rgba(15,15,15,1) 100%);

}

h1 {
  font-family: var(--ff-arialblack);
  color: var(--white);
  font-size: 8vw;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10vw;
  line-height: 1.1em;
}

p {
  color: var(--white);
  text-align: center;
  padding: 3vh 10vw;
  font-size: 18px;
  font-family: var(--ff-arial);
  line-height: 1.5em;
}

a {
  color:rgb(68, 255, 196);
  text-decoration: none;
}

a:hover {
  color:rgb(222, 255, 245);
}

/* For that smokey background text look */
.smokey {
  /* background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif); */
  background-image: url(../media/images/eL8s5B.gif);
  background-size: cover;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-position: right center;
  margin: 10px 0;
  color:rgba(241, 0, 0, 0.442);
}

.dusty {
  /* background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif); */
  background-image: url(../media/images/KYGlEG.gif);
  background-size: cover;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-position: right center;
  margin: 10px 0;
  color:rgba(0, 44, 241, 0.442);
}

.scifi {
  /* background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif); */
  background-image: url(../media/images/scifi.gif);
  background-size: cover;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-position: right center;
  margin: 10px 0;
  color:rgba(241, 0, 237, 0.442);
}

/* BREVO FORM STYLES */

@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

/* CUSTOM */
.sib-form {
  /* background: none; */
}


@media screen and (min-width: 500px) {

  h1 {
    font-size: 5vw;
  }


}

@media screen and (max-width: 500px) {



}

@media screen and (min-width: 1000px) {

  h1 {
    font-size: 4vw;
  }

  p {
    font-size: 24px;
    padding: 5vh 30vw;
  }

}



  /* ///////////// */
 /* /// INTRO /// */
/* ///////////// */

#intro {
  position: relative;
}

.microfiche {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

#intro div.intro-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  margin: 0 auto;
}

.intro-logo {
  height: 45%;
  max-width: 400px;
  margin: 3vh auto 0 auto;
  display: block;
  position: relative;
}

.playbtn {
  height: 30%;
  max-width: 150px;
  max-height: 150px;
  margin: -12vh auto 0;
  display: block;
  position: relative;
}

#intro div.intro-content p.intro-text {
  max-width: 630px;
  max-height: 20%;
  padding: 0;
  display: block;
  margin: 0 auto;
  text-align: center; 
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  color: rgb(60, 60, 60);
  line-height: 1.25em;
  font-family: helvetica;
  font-weight: 100;
  color: #4a4a4a;
  letter-spacing: 6px;
}

/* .intro-content {
  background: url(../media/images/intro-manifest-img.png) no-repeat;
  background-position: bottom center;
  background-size: 10%;
} */

.intro-content p span.intro-storyworld {
  font-size: 1.5em;
  margin: 10px 0;
  font-family: impact;
  letter-spacing: 8px;
  font-weight: bolder;
}

.scrolling-text-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 4em;
  line-height: 1.25em;
  height: 180px;
  overflow: hidden;
  /* background: var(--black); */
  /* background: rgb(255, 0, 0);
  border: black solid 6px; */
  background-image: url(../media/images/scrolling-text-background.png);
}

.scrolling-text {
  position: relative; 
}

.scrolling-text p {
  padding: 42px 0 0;
  font-size: 56px;
  font-family: helvetica;
  font-weight: bolder;
  text-shadow: 3px 3px rgb(0, 114, 99);
  height: 168px;
}

.scroll-more {
  margin: 0 auto;
  max-width: 100px;
  display: block;
  bottom: 10px;
  position: absolute;
  left: calc(50% - 50px);
}

/* Mobile up to 925px */
@media (max-width: 935px) and (orientation: landscape) {
  
  .scroll-more {
    max-width: 50px;
    left: calc(50% - 25px);
  }

  .playbtn {
    max-width: 100px;
    max-height: 100px;
    margin: -40px auto 0;
  }

  #intro div.intro-content p.intro-text {
    font-size: 1.25em;
    max-width: 310px;
    margin: 0 auto;
    padding: 0;
  }
  
}

@media (max-width: 600px) {
  .scrolling-text-container {
    background: none;
  }
}

@media (min-width: 935px) {

  #intro div.intro-content p.intro-text {
    font-size: 2.25em;
  }

  .scroll-more {
    max-width: 75px;
    left: calc(50% - 37.5px);
  }
  
}

    /* END INTRO */

  /* /////////////// */
 /* /// SUMMARY /// */
/* /////////////// */

#summary {
  background: url('../media/images/monitor-bg.png') no-repeat right top;
  background-size: 100vw;
  display: block;
  float: left;
}

#summary div.container {
  background: url(../media/images/schem-bg01.png) no-repeat;
  background-position: 50% 10%;
  background-size: 80%;
  display: block;
  float: left;
  overflow: hidden;
}

#summary .container h1 {
  padding-top: 10vw;
}

.summary-imgs {
  width: 100vw;
  display: block;
}

.summary-imgs img {
  width: 80vw;
  margin: 0 auto;
  display: block;
  padding-bottom: 3vh;
}

.index-circle {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.summary-text {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
}

@media screen and (min-width: 600px) {
  
  .summary-imgs img {
    width: 45vw;
    float: left; 
    padding: 2vh 2vw;
  }

  #summary div.container {
    background-position: 50% 60%;
    background-size: 30%;
  }

}

@media screen and (min-width: 600px) {

  .summary-imgs {
    margin: 0 auto;
    display: block;
    width: 80vw;
  }

  .summary-imgs img {
    width: 45%;
  }

}

    /* END SUMMARY */

  /* //////////// */
 /* /// LORE /// */
/* //////////// */

#lore {
  clear: both;
  float: left;
  display: block;
  background: url('../media/images/storyworld-bg.png') no-repeat;
  /* background-size: auto 100%; */
  background-size: cover;
  /* margin-top: -4vh; */
  /* width: 100vw; */
  border-bottom:rgb(63, 63, 63) solid 20px;
}

#lore div.container {
  width: 99vw;
  padding: 50px 0;
}

#lore h1 {
  margin-top: 20vh;
  color: var(--black);
  font-size: 5em;
}

#lore div.container p {
  color: var(--black);
  font-family: var(--ff-courier);
}

#lore div.container p {
  font-weight: 600;
  line-height: 1.2em;
  font-size: 1.5em;
}

#lore div.container h1 {
  font-weight: 600;
}

.lore-container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

.lore-link {
  width: 375px;
  height: 470px;
  margin-left: 10vw;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
}

.lore-link:hover {
  -webkit-filter: none;
  filter: none;
}

@media screen and (max-width: 1490px) {

  #lore h1 {
    margin-top: 18vh;
  }

}

@media screen and (max-width: 1164px) {

  #lore {
    border-bottom: none;
  }

}


@media screen and (max-width: 900px) {
  
  #lore {
    background-size: 200% auto;
    padding-bottom: 10vh;
    border-bottom:rgb(63, 63, 63) solid 20px;
    background-position: top center;
  }

  #lore h1 {
    margin-top: 20vh;
    font-size: 4em;
  }

}

@media screen and (max-width: 769px) {

  #lore {
    background-size: 275% auto;
    background-position: top center;
    border-bottom:none;
  }

  #lore h1 {
    margin-top: 30vh;
    font-size: 3.5em;
  }

}

@media screen and (max-width: 725px) {

  #lore {
    background-size: 350% auto;
    border-bottom:rgb(63, 63, 63) solid 20px;
  }

}

@media screen and (max-width: 600px) {

  #lore h1 {
    margin-top: 20vh;
  }

}

@media screen and (max-width: 550px) {

  #lore {
    background-size: 550% auto;
  }

  #lore h1 {
    margin-top: 30vh;
  }

}

@media screen and (max-width: 400px) {

  #lore h1 {
    margin-top: 24vh;
  }

}

    /* END LORE */

  /* ///////////////// */
 /* /// SEASONONE /// */
/* ///////////////// */

#seasonone {
  padding-top: 3vh;
  clear: both;
}

#seasonone p.intro {
  padding: 10px 200px;
}

.s01-container {
  margin: 2vh 0;
  position: relative;
  background: url(../media/images/brain-divider.png) no-repeat;
  background-size: 100%;
}

.slider-arrows {
  position: absolute;
  opacity: 0.5;
  width: 50px;
  bottom: 50%;
  cursor: pointer;
  z-index: 1000;
}

.slider-arrows:hover {
  opacity: 0.75;
}

.slider-arrow-right {
  right: 0;
}

.season-one-nav {
  text-align: center;
  background: #0f0f0f;
  padding: 15px 0;
}

.season-one-nav ul {
  width: 90vw;
  display: inline-block;
  list-style-type: none;
}

.season-one-nav ul li {
  display: inline;
  margin: 0 3vw;
  font-family: var(--ff-arialblack);
  color: var(--white);
  padding: 1em;
  text-transform: uppercase;
  font-size: .75em;
  cursor: pointer;
  border: #00d5b9 solid 1px;
}

.s01-content {
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  height: 525px;
}

.s01-content img {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto;
  display: block;
  padding: 0 5vw;
}

.s01-content h2 {
  color: #00d5b9;
  font-family: var(--ff-arial);
  font-size: 1.5em;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 2vh 5vw 0;
  text-align: center;
}

.s01-content p {
  padding: 1vh 20px;
  /* max-width: 850px; */
  margin: 0 auto;
  display: block;  
}

.s01-active {
  /* border-bottom: 4px #00d5b9 solid; */
  background: #007f6e;
  color: black;
}

.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.visible {
  opacity: 1;
}

.brain-divider {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1000px) {

  #seasonone p.intro {
    padding: 10px 20px;
  }

}

@media screen and (max-width: 700px) {
  
  .slider-arrows {
    max-width: 35px;
  }

}

    /* END SEASONONE */

  /* /////////////// */
 /* /// INVOLVE /// */
/* /////////////// */

#involve {

  clear: both;
  border-bottom: rgb(63, 63, 63) solid 20px;
}

#involve h1 {

  padding-top: 5vh;

}

#involve h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: red;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  padding: 0.2em 1em 1em;
  letter-spacing: 0.15em;
  font-weight: bold;
}

#involve p.involve-sub-text {

  padding-top: 0em;

}

.involve-content-container {

  max-width: 1400px;
  /* display: flex;s */
  /* flex-direction: column; */
  flex-wrap: wrap;
  margin: 40px auto;

}

.involve-content {

  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #009d4e;
  padding: 40px 30px;

}

.involve-content a {
  width: 330px;
  height: 146px;
}

.involve-text {
  padding-left: 40px;
  /* margin: 10px auto 0; */
  max-width: 1000px;
  margin-top: 10px;
}

.involve-text h3 {
  font-size: 2em;
  color: white;
  margin-top:-12px;
}

.involve-text p {
  padding: 0;
  text-align: left;
  margin-top: 0.5em;
}

.involve-text ul {
  
  color: white;
  list-style: disc;
  padding: 20px 40px;

}

.involve-text ul li {

  margin-bottom: 1em;

}

.season-one-peek {
  padding: 15px;
  font-size: 2em;
  background: rgb(0, 122, 84);
  color: var(--white);
  margin: 0 auto 50px;
  text-align: center;
  border: 2px solid rgb(68, 255, 196);
  border-radius: 6px;
  display: block;
  cursor: pointer;
}

.season-one-peek:hover {
  background: rgb(0, 177, 121);
}

.live-now {
  animation-name: soft-blinking;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  color: red;
  font-size: 1em;
  font-weight: bolder;
}

@media (max-width: 780px) {

  .involve-content {
    flex-direction:column;
  }

  .involve-content a {
    margin: 10px auto 0; 
  }

  .involve-text {
    margin: 40px auto 0; 
  }

}

@media (max-width: 780px) {

  .season-one-peek {
    width: 90%;
  }

}

    /* END INVOLVE */


  /* ////////////// */
 /* /// FOOTER /// */
/* ////////////// */    

#footer {
  clear: both;
  background: #000d0b;
  overflow: hidden;
  position: relative;
}

#footer div.footer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(26, 150, 26, 0.5);
}

.footer-content p {
  padding: 0 0 20px;
}

#footer div.microfiche-container video {
  width: 375vw;
}

#footer h1 {
  padding-top: 6vh;
}

.socials {
  width: 90vw;
  margin: 0 auto;
}

#footer p {
  padding: 20px 0;
  font-size: 1em;
}

.socials {
  padding: 10px 0 25px;
}

.socials ul {
  clear: both;
  text-align: center;
  width: 50vw;
  margin: 30px auto;
}

.socials ul li {
  display: inline;
  margin: 0 3vw;
  line-height: 1.25em;
  font-size: 3.5em;
}

.fab {
  color: var(--white);
}

#footer div.footer-content p {
  font-size: 1.5em;
}

#footer div.footer-content p.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 935px) and (orientation: landscape) {
  
  .socials ul {
    margin-top: 0;
  }

  .socials ul li {
    /* font-size: 1.5em; */
  }

}

@media (max-width: 500px) {

.socials ul li {
  font-size: 2em;
}

.sib-form {
  padding-bottom: 0 !important; 
}

}


/* /////////////// */
/* For animations */

.fade-in {
  opacity: 1;
  transform: translateX(0);
}

@keyframes soft-blinking {
  from { opacity: 0.5; }
  to { opacity: 1; }
}


/* //////////////// */
/* Lity Rewrite */

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  max-width: 1264px;
}

@media (max-width: 880px) {
  
  .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    max-width: 1264px;
  }

  .lity-iframe-container {
    
    height: 80vh;
  }

}