header {
  position: fixed;
  background-color: #00000050;
  background-color: #00000050;
}

body .pageContent {
  padding-top: 0;
  min-height: 0;
  width: 100vw;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: black;
  overflow-x: hidden;
}

body .hero {
  background-color: white;
  overflow-x: hidden;
}

body video {
  overflow-x: hidden;
  width: 100vw;
  height: auto;
  background-color: black;
  -o-object-fit: contain;
     object-fit: contain;
}

body .pageText {
  width: calc(40vw + 20em);
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  height: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .pageText .textCol, body .pageText .imgCol {
  z-index: 1;
  vertical-align: center;
}

body .pageText .textCol {
  margin-left: 10%;
  margin-right: 0;
}

body .pageText .textCol h3 {
  margin: 0;
}

body .pageText .imgCol img {
  width: calc(15vw + 5em);
  max-width: 20em;
  min-width: 10em;
}

body .pageText::before {
  z-index: 0;
  content: "";
  height: 15em;
  position: absolute;
  right: 0;
  width: 100vw;
  background-color: white;
}

@media screen and (aspect-ratio: 16 / 10) {
  header {
    position: absolute;
  }
  body .hero {
    padding-top: 6em;
  }
}

@media screen and (max-width: 768px) {
  body .pageText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  body .pageText .imgCol img {
    padding-left: 0;
  }
  body .pageText .textCol {
    margin-left: 5%;
    margin-right: 5%;
  }
  body .pageText .textCol h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=index.css.map */