@import url("https://fonts.googleapis.com/css?family=Lato");

body {
  font-family: Lato;
  background-color: #152032;
  color: white;
}

img {
  max-width: 100%;
}

.title {
  font-family: pacifico;
  font-size: 4em;
  text-shadow: 2px 2px 4px black;
}

article {
  position: absolute;
  top: 0px;
  left: 0px;
}

.presentation {
  background-image: url("asset/AA/ekickpresentation.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: -200px;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illustration {
  margin-top: 40px;
  background-image: url("asset/AA/ekick.png");
  background-color: white;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 40vw;
  min-width: 20%;
}

.slider {
  background-color: #152946;
  position: relative;
  width: 70vw;
  height: 450px;
  margin: 0 auto;
  margin-top: -30px;
  box-shadow: 0px 2px 2px black;
}

.sliderContainer {
  width: 100%;
  max-width: 280px;
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  margin: auto;
  text-align: center;
}

.sliderTitle {
  padding-top: 20px;
  text-align: center;
  line-height: 1.5px;
}

.slider_title {
  font-size: 2em;
}

.slider_subtitle {
  font-size: 1.3em;
}

.sliderTitle p:nth-child(1) {
  font-size: 2em;
}

.sliderTitle p:nth-child(2) {
  font-size: 1.3em;
  letter-spacing: 2.5px;
  font-weight: lighter;
}

.arrow2 {
  background-image: url("asset/rightArrow.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.arrow3 {
  background-image: url("asset/rightArrow.png");
  background-size: cover;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.hide {
  opacity: 0;
}

.a {
  position: absolute;
  top: 15vh;
  width: 45vw;
  transition: opacity 0.2s;
}

.b {
  top: 15vh;
  position: absolute;
  width: 45vw;
  height: 50vh;
  transition: opacity 0.2s;
}

.c {
  top: 15vh;
  position: absolute;
  width: 45vw;
  height: 50vh;
  transition: opacity 0.2s;
}

.verticalForm {
  background-color: white;
  margin: 30px auto 40px;
  width: 1px;
  height: 36px;
}

.verticalForm2 {
  background-color: white;
  margin: 30px auto 40px;
  width: 1px;
  height: 36px;
}

.feature {
  width: 100vw;
  height: auto;
  margin-bottom: 36px;
  position: relative;
}

.formTitleMobile {
  background-color: #345e70;
  width: 75vw;
  height: 50px;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 15px;
  padding-left: 20px;
  letter-spacing: 0.7vw;
  font-size: 0.9em;
  box-shadow: 2px 2px 6px black;
}

.featureText {
  background-color: white;
  color: #152032;
  height: auto;
  width: 80vw;
  font-size: 8pt;
  line-height: 2em;
  overflow: scroll;
  padding-top: 80px;
  padding-bottom: 30px;
  top: 0px;
  margin: auto;
  z-index: 3;
  letter-spacing: 0.1vw;
}

.featureText li {
  list-style-type: none;
  background-size: cover;
  background-position: center;
}

.noMobile {
  display: none;
}

.epilogue {
  background-image: url("asset/AA/ekickEpilogue.jpg");
  background-size: cover;
  height: 55vh;
  margin-bottom: 15vh;
  font-style: italic;
  text-align: center;
  background-position: center;
  text-shadow: 2px 2px 2px black;
}

.epilogue p {
  padding-top: 101px;
  width: 90%;
  max-width: 327px;
  margin: 0 auto;
  font-size: 0.9em;
  opacity: none;
}

footer {
  height: 40px;
  background-color: black;
  text-align: center;
  font-size: 10px;
  padding-top: 13px;
}

@media (max-width: 445px) {
  .sliderContainer {
    font-size: 0.9em;
  }

  .formTitleMobile {
    font-size: 0.8em;
  }
}

@media (min-width: 750px) {
  .presentation {
    background-position: center;
  }

  .formTitleMobile {
    background-color: #345e70;
    width: 42vw;
    height: 50px;
    position: absolute;
    z-index: 4;
    right: 23vw;
    top: 24vh;
    padding-left: 20px;
    letter-spacing: 0.7vw;
    font-size: 0.9em;
    box-shadow: 2px 2px 6px black;
  }

  .illustration1 {
    background-image: url("asset/AA/e-kick-1.jpg");
    background-size: cover;
    background-position: center;
    width: 40vw;
    height: 50vh;
    position: absolute;
    left: 0;
    transform: translateY(-25vh);
    z-index: 2;
  }

  .illustration2 {
    background-image: url("asset/AA/e-kick-2.jpeg");
    background-size: cover;
    background-position: center;
    width: 48vw;
    height: 52vh;
    position: absolute;
    right: 0;
    transform: translateY(25vh);
    z-index: 2;
  }

  .a {
    top: 15vh;
  }

  .feature {
    width: 100vw;
    height: 105vh;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .featureText {
    background-color: white;
    color: #152032;
    height: 45vh;
    width: 50vw;
    font-size: 8pt;
    line-height: 3.5vh;
    z-index: 3;
    letter-spacing: 0.1vw;
    box-shadow: 1px 2px 4px black;
  }
  .noMobile {
    display: inline;
  }

  .sliderContainer {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    max-width: 360px;
  }

  .verticalForm {
    margin-top: 60px;
    height: 120px;
  }

  .verticalForm2 {
    margin-top: 60px;
    height: 120px;
  }
}

@media (min-width: 1360px) {
  .presentation {
    height: 100vh;
  }

  .illustration {
    background-image: url("asset/AA/ekick.png");
    background-position: 300px 50px;
    height: 100vh;
    margin-bottom: 40px;
  }

  .slider {
    background-color: #152032;
    width: 550px;
    height: 550px;
    margin-left: 30px;
    top: 123vh;
    position: absolute;
    overflow: hidden;
    box-shadow: 0px 2px 2px black;
  }

  .sliderContainer {
    height: 380px;
    line-height: 1.7em;
    font-size: 1.2em;
  }

  .a {
    position: absolute;
    width: 25vw;
    transform: translate(0vw);
    transition: opacity 0.2s;
  }

  .b {
    position: absolute;
    width: 25vw;
    line-height: 2em;
    transition: opacity 0.2s;
  }

  .c {
    position: absolute;
    width: 25vw;
    line-height: 2em;
    transition: opacity 0.2s;
  }

  .illustration1 {
    transform: none;
    height: 70vh;
    left: 10vw;
    box-shadow: 2px 3px 3px black;
  }

  .illustration2 {
    transform: none;
    height: 78vh;
    right: 2vw;
    box-shadow: -2px 3px 3px black;
  }

  .featureText {
    height: 37vh;
    width: 40vw;
    line-height: 3vh;
  }

  .feature {
    margin-bottom: -14vh;
  }

  .formTitleMobile {
    background-color: white;
    color: #152946;
    top: 30vh;
    width: 30vw;
    right: 31vw;
    box-shadow: none;
  }

  .verticalForm {
    margin-top: 19vh;
  }

  .verticalForm2 {
    margin-top: 19vh;
  }

  .epilogue {
    background-image: url("asset/AA/ekickEpilogue.jpg");
    margin-top: 120px;
    height: 650px;
  }

  .epilogue p {
    font-size: 1.2em;
    padding-top: 400px;
  }
}
