* {
  box-sizing: border-box;
  margin: 0;
}
img {
  pointer-events: none;
}
html {
  font-family: GTAmerica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body {
  margin: 0;
  background-color: #000000;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  font-size: 16px;
}
#wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  margin: auto;
  padding: 0 0 0 0;
}
#cta {
  height: auto;
  position: fixed;
  z-index: 2001;
}
#sign-up-button {
  height: auto;
  pointer-events: visible !important;
}
#wave-two {
  width: 100%;
  height: auto;
  position: absolute;
  top: -76vw;
  z-index: 1002;
}
#wave-six {
  width: 100%;
  height: auto;
  position: absolute;
  top: 92vw;
  z-index: 999;
  opacity: 15%;
}
#wave-seven {
  width: 140%;
  height: auto;
  left: -25vw;
  position: absolute;
  top: 330vw;
  z-index: 999;
}
#aim-entrance {
  background-color: #000000;
  height: auto;
  width: 100%;
  position: relative;
  min-height: 100vw;
  z-index: 998;
}
#aim-top-waves {
  height: auto;
  width: 100%;
  position: relative;
}
#wave-one {
  width: 100%;
  height: auto;
  position: absolute;
  opacity:50%;
}
#audio-logo {
  width: 50%;
  height: auto;
  position: absolute;
  top: 17vw;
  left: 25vw;
   opacity: 0%;
}
#magic-logo {
  width: 50%;
  height: auto;
  position: absolute;
  top: 20vw;
  left: 25vw;
  opacity: 0%;
}
#wave-three {
  width: 100%;
  height: auto;
  position: absolute;
  top: 51vw;
}
#wave-four {
  width: 159%;
  height: auto;
  position: relative;
  left: -25vw;
  padding-top: 41vw;
}
#gn-wave-five {
  width: 100%;
  height: auto;
  position: relative;
  top: -10vw;
  left: 0vw;
  z-index: 38;
}
#gn-text {
  width: 350%;
  height: auto;
  position: absolute;
  top: 7vw;
  left: -0.75vw;
}
/* first pill shape behind "a multi-sensory expereince text*/
#wave-pill-1 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 107vw;
  z-index: 38;
  background-color: #000000;
}
.mask1 {
  -webkit-mask-image: url("../images/pill_1.png");
  mask-image: url("../images/pill_1.png");
  -webkit-mask-size: 38% 38%;
  mask-size: 38% 38%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: -40% 35%;
  mask-position: -40% 35%;
}
/*a note about masked shape: to adjust the area of the image showing inside of the pill,
adjust the second value of the mask-position, update that in 
WebkitMaskPosition: in the gsap js to match, then move the whole
pill by changing the top value of wave-pill-1 or wave-pill-2 in the css*/
#aim-white-one {
  background-color: #ffffff;
  height: 25vw;
  width: 100%;
  position: relative;
}
#aim-white-two {
  background-color: #ffffff;
/*  height: 50vw;*/
   height: 85vw;
  width: 100%;
  position: relative;
}
#aim-black-two {
  background-color: #000000;
  height: 30vw;
  width: 100%;
  position: relative;
}
/* second pill shape in white section*/
/*#wave-pill-2 {
  width: 100%;
  height: auto;
  position: relative;
  top: -26vw;
  z-index: 1001;
  background-color: #ffffff;
}*/
#wave-pill-2 {
  width: 100%;
  height: auto;
  position: relative;
  top: -32vw;
  z-index: 1001;
  background-color: #ffffff;
  opacity: 0;
}
.mask2 {
  -webkit-mask-image: url("../images/pill_2.png");
  mask-image: url("../images/pill_2.png");
  -webkit-mask-size: 9% 20%;
  mask-size: 9% 20%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 51% 0%;
  mask-position: 51% 0%;
}
/*.mask2 {
  -webkit-mask-image: url("../images/pill_2.png");
  mask-image: url("../images/pill_2.png");
  -webkit-mask-size: 14% 30%;
  mask-size: 14% 30%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 120% 15%;
  mask-position: 120% 15%;
}*/
#text-one {
  width: 70vw;
  height: auto;
  position: absolute;
  top: 115vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}
#text-two {
  width: 70vw;
  height: auto;
  position: absolute;
  top: 22vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  filter: invert(1);
}
#aim-track-one {
/*  background-color: #ffffff;*/
  height: auto;
  width: 100%;
  height: 16vw;
  position: absolute;
  z-index: 500;
  padding-top: 1vw;
  padding-bottom: 2vw;
  top: 155vw;
}
#aim-track-two {
  background-color: #000000;
  height: auto;
  width: 100%;
  min-height: 22vw;
  position: relative;
}
#aim-brain {
  background-color: #ffffff;
  height: 80vw ;
  width: 100%;
  position: relative;
}
#brain {
  width: 60%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#aim-tricks {
  background-color: #000000;
  height: 50vw;
  width: 100%;
  position: relative;
}
#mind-wave-one {
  width: 100%;
  height: auto;
  position: relative;
  top: 17vw;
  left: 0vw;
  z-index: 1000;
}
div#tricks-body-copy {
  width: 80%;
  height: auto;
  font-size: 300%;
  font-weight: 600;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 1%;
  text-align: center;
  top: 8vw;
}
.dots {
  width: 7vw;
  height: auto;
  position: absolute;
  z-index: 1000;
}
#dot_1 {
  top: 20vw;
  left: 34vw;
}
#dot_2 {
  top: 31vw;
  left: 53vw;
}
#dot_3 {
  top: 43vw;
  left: 41vw;
}
.info {
  width: 27vw;
  height: auto;
  position: absolute;
  z-index: 999;
}
#info_1 {
  top: 19vw;
  left: 31vw;
}
#info_2 {
  top: 30vw;
  left: 50vw;
}
#info_3 {
  top: 42vw;
  left: 38vw;
}
#aim-footer {
  position: relative;
  background-color: #000000;
  height: 15vw;
  width: 100%;
  color: #ffffff;
  padding-top: 2vw;
  line-height: 2em;
  z-index: 1000;
}
#aim-tricks p {
  color: #ffffff;
}
div#multi-body-copy p {
  color: #ffffff;
}
div#multi-body-copy {
  width: 80%;
  height: auto;
  font-size: 300%;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 1%;
  text-align: center;
  top: 117.5vw;
  z-index: 39;
  opacity: 0;
}
div#place-body-copy p {
  color: #000000;
}
div#place-body-copy {
  width: 80%;
  height: auto;
  font-size: 300%;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 1%;
  text-align: center;
/*  top: 23vw;*/
top: 47vw;
}
div#ready-body-copy p {
  color: #000000;
}
div#ready-body-copy {
  width: 80%;
  height: auto;
/*  font-size: 115%;*/
    font-size: 170%;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 4%;
  text-align: center;
  bottom: 3vw;
}

/* unvisited link */
a:link {
  color: #ffffff;
}
/* visited link */
a:visited {
  color: #ffffff;
}
/* mouse over link */
a:hover {
  color: #ffffff;
}
/* selected link */
a:active {
  color: #ffffff;
}
section#aim-footer {
  text-align: center;
  font-size: 0.75em;
}
img#footer-wave-one {
  width: 100vw;
  position: relative;
  z-index: 1000;
}

/* Start of media query section */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  div#tricks-body-copy {
    font-size: 90%;
  }
  div#multi-body-copy {
    font-size: 90%;
  }
  div#place-body-copy {
    font-size: 90%;
  }
  #cta {
    width: 22vw;
    bottom: 2vw;
    right: 2vw;
  }
  #sign-up-button {
    width: 22vw;
  }
  div#ready-body-copy {
    font-size: 81%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  div#tricks-body-copy {
    font-size: 175%;
  }
  div#multi-body-copy {
    font-size: 175%;
  }
  div#place-body-copy {
    font-size: 175%;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  div#tricks-body-copy {
    font-size: 200%;
  }
  div#multi-body-copy {
    font-size: 200%;
  }
  div#place-body-copy {
    font-size: 200%;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  div#tricks-body-copy {
    font-size: 250%;
  }
  div#multi-body-copy {
    font-size: 250%;
  }
  div#place-body-copy {
    font-size: 250%;
  }
  #dot_1 {
  top: 20vw;
  left: 33vw;
}
#dot_2 {
  top: 31vw;
  left: 52vw;
}
#dot_3 {
  top: 43vw;
  left: 40vw;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  div#tricks-body-copy {
    font-size: 300%;
  }
  div#multi-body-copy {
    font-size: 300%;
  }
  div#place-body-copy {
    font-size: 300%;
  }
    #dot_1 {
  top: 20vw;
  left: 33vw;
}
#dot_2 {
  top: 31vw;
  left: 52vw;
}
#dot_3 {
  top: 43vw;
  left: 40vw;
}
}
/* end of media query section */

/* media query section for gsap animated items*/

/* large (for screens 960px wide or greater...) */
@media only screen and (min-width: 960px) {
 #cta {
  width: 14vw;
  bottom: 2vw;
  right: 2vw;
  }
  #sign-up-button {
    width: 12vw;
  }
  #aim-footer {
    height: 9vw;
  }
  }

/* medium (for screens 600px wide to 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  #cta {
    width: 18vw;
    bottom: 2vw;
    right: 4vw;
  }
  #sign-up-button {
    width: 18vw;
  }
  }

/* large (for screens 599px wide or less) */
@media only screen and (max-width: 599px) {
  #cta {
  width: 22vw;
  bottom: 2vw;
  right: 2vw;
  }
  #sign-up-button {
    width: 22vw;
  }
  }
