.version {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 80;
}

.nav {
  display: none;
  max-width: 100dvw;
  height: 15vh;
  height: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(255, 255, 255);
}
.nav h2 {
  display: none;
  color: black;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(50px, 4.5dvw, 90px);
}
.nav h2:nth-of-type(odd) {
  color: white;
  -webkit-text-stroke: 2px black; /* Define stroke width and color */
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
  .msk {
    display: none;
  }
  .mobile__shell {
    padding-bottom: 5vh;
    background-color: black;
  }
}
.scroll__myFace {
  position: relative;
  width: 100%;
  height: 150vh;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 5vh;
}

.face__container {
  position: sticky;
  top: 10vh;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.face__part {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 9/16;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.face__part:nth-of-type(odd) {
  transform: translateX(-100%);
}
.face__part:nth-of-type(even) {
  transform: translateX(100%);
}
.face__part#face1 {
  background-image: url("../images/faces/self1l.png");
}
.face__part#face2 {
  background-image: url("../images/faces/self1r.png");
}
.face__part#face3 {
  background-image: url("../images/faces/self2l.png");
}
.face__part#face4 {
  background-image: url("../images/faces/self2r.png");
}
.face__part#face5 {
  background-image: url("../images/faces/self3l.png");
}
.face__part#face6 {
  background-image: url("../images/faces/self3r.png");
}

#introVideo {
  position: fixed;
  top: 10vh;
  z-index: -2;
  height: inherit;
}

.titleContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.titleSlot {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.titleSlot h1,
.titleSlot h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: white;
  position: absolute;
  width: 100%;
  font-size: 100px;
  line-height: 80px;
  transform: translateY(100%);
}
.titleSlot h1.right,
.titleSlot h2.right {
  margin-left: auto;
  text-align: right;
}

.bio {
  position: relative;
  height: 80vh;
}
.bio .background {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../images/biowall/wbase.png");
  display: flex;
  justify-content: center;
  align-items: end;
}
.bio .background .components {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bio .background > *:nth-child(1) {
  background-image: url("../images/biowall/w1.png");
  top: -19.07vh;
}
.bio .background > *:nth-child(2) {
  background-image: url("../images/biowall/w2.png");
  top: -6.32vh;
}
.bio .background > *:nth-child(3) {
  background-image: url("../images/biowall/w3.png");
  top: -35.19vh;
}
.bio .background > *:nth-child(4) {
  background-image: url("../images/biowall/w4.png");
  top: -11.79vh;
}
.bio .background > *:nth-child(5) {
  background-image: url("../images/biowall/w5.png");
  top: -22.71vh;
}
.bio .background > *:nth-child(6) {
  background-image: url("../images/biowall/w6.png");
  top: -4.5vh;
}
.bio .background > *:nth-child(7) {
  background-image: url("../images/biowall/w7.png");
  top: -17.25vh;
}
.bio .background > *:nth-child(8) {
  background-image: url("../images/biowall/w8.png");
  top: -30vh;
}
.bio .background > *:nth-child(9) {
  background-image: url("../images/biowall/w9.png");
  top: -8.15vh;
}
.bio .background > *:nth-child(10) {
  background-image: url("../images/biowall/w10.png");
  top: -26.36vh;
}
.bio .background > *:nth-child(11) {
  background-image: url("../images/biowall/w11.png");
  top: -64vh;
}
.bio .background > *:nth-child(12) {
  background-image: url("../images/biowall/w12.png");
  top: -50.9vh;
}
.bio .background > *:nth-child(13) {
  background-image: url("../images/biowall/w13.png");
  top: -39.96vh;
}
.bio .background > *:nth-child(14) {
  background-image: url("../images/biowall/w14.png");
  top: -29.44vh;
}
.bio .background > *:nth-child(15) {
  background-image: url("../images/biowall/w15.png");
  top: -24.54vh;
}

#hicounter {
  position: absolute;
  top: 100px;
  background-color: white;
  right: 100px;
}

.bio__backdrop {
  transform: translateY(150px);
  opacity: 0;
  width: 100%;
  max-width: 1020px;
  min-height: 60%;
  padding: 32px;
  background-color: rgba(104, 118, 129, 0.81);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 35% 65%;
  transition: 0.75s ease-out;
  margin-bottom: 20px;
}
.bio__backdrop.introd {
  transform: none;
  opacity: 1;
}

.headshot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headshot .bio__headshot {
  transform: translateX(-150px);
  opacity: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 250px;
  background-image: url("../images/headshot.jpg");
  background-size: cover;
  background-color: pink;
  transition: 0.75s ease-out 0.5s;
}
.headshot .bio__headshot.introd {
  transform: none;
  opacity: 1;
}

.bio__text .biotitle {
  width: 100%;
  text-align: center;
  font-size: clamp(30px, 2.7vw, 70px);
}
.bio__text .biotitle .mid {
  font-size: clamp(30px, 2.5vw, 70px);
}
.bio__text .biotitle .small {
  font-size: clamp(30px, 2vw, 70px);
}

@media screen and (max-width: 768px) {
  .bio {
    height: 65vh;
  }
  .bio .bio__backdrop {
    height: 100%;
    grid-template-columns: 1fr;
    padding: 8px;
    margin-bottom: 8px;
  }
  .bio .bio__backdrop .headshot .bio__headshot {
    width: 40vw;
  }
  .bio .bio__backdrop .bio__text {
    max-height: 50vh;
    overflow: scroll;
  }
  .bio .bio__backdrop .bio__text .biotitle h2 {
    font-size: 30px;
  }
  .bio .bio__backdrop .bio__text .biotitle .small {
    font-size: 22px;
    font-style: italic;
  }
}
.art__chute {
  position: relative;
  background-color: rgb(23, 23, 23);
}
.art__chute .gallery__backer {
  position: absolute;
  z-index: 30;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}

.art__showcase {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art__showcase .guide {
  position: absolute;
  top: 40%;
  left: 10dvw;
  color: whitesmoke;
}
.art__showcase .guide h2,
.art__showcase .guide h3 {
  margin-bottom: 10px;
}
.art__showcase .guide h3 {
  margin-left: 8px;
}

.display__case {
  color: whitesmoke;
  display: flex;
  overflow: hidden; /* add scroll if needed */
  white-space: nowrap;
  border: 1px solid whitesmoke;
  width: 840px;
  height: 640px;
  max-height: 640px;
}
.display__case .piece {
  flex: 0 0 auto;
  width: 98%;
  margin: 0 1%;
  height: 96%;
  padding: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  transition: 0.75s ease-in-out;
}
.display__case .piece .gall {
  border: 1px solid whitesmoke;
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
}
.display__case .piece#TimeSpent .gall {
  background-image: url("../../hiiveart9.png");
}
.display__case .piece#BuiltFromLadders .gall {
  background-image: url("../../hiiveart11.png");
}
.display__case .piece .desc {
  padding: 8px;
  text-wrap: auto;
}

@media screen and (max-width: 768px) {
  .art__chute {
    padding-top: 10vh;
  }
  .art__showcase {
    padding-top: 12vh;
  }
  .art__showcase .guide {
    top: 0%;
    display: flex;
  }
  .display__case {
    height: unset;
    max-height: unset;
  }
  .display__case .piece {
    grid-template-columns: 1fr;
  }
  .display__case .piece .gall {
    aspect-ratio: 1/1;
  }
}
.footer {
  background: linear-gradient(to top, black 80%, rgb(23, 23, 23) 100%);
  width: 100%;
  padding-bottom: 10vh;
}
.footer .grid {
  width: 100%;
  height: 100vh;
  max-height: 600px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.footer .grid .grid1 {
  color: whitesmoke;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  align-items: start;
  padding-left: 20vw;
}
.footer .grid .grid1 * {
  color: whitesmoke;
}
.footer .grid .grid1 h2 {
  font-size: clamp(10px, 2.5vw, 100px);
}
.footer .grid .grid1 ul {
  margin-left: 5vw;
}
.footer .grid .grid1 .IG {
  width: 150px;
  aspect-ratio: 1/1;
  border: 4px solid whitesmoke;
  border-radius: 8px;
  background-image: url(../images/footer/camera.png);
  background-position: center;
  background-size: cover;
}
.footer .grid .grid1 p {
  font-style: italic;
}
.footer .grid .grid2 {
  background-image: url("../images/footer/brian.jpg");
  background-position: left center;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
.footer .socials {
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .socials * {
  color: whitesmoke;
}
.footer .socials h2 {
  font-size: clamp(50px, 4.5vw, 100px);
}
.footer .socials .IG {
  position: relative;
  width: 130px;
  aspect-ratio: 1/1;
  border: 4px solid whitesmoke;
  border-radius: 8px;
  background-image: url(../images/footer/camera.png);
  background-position: center;
  background-size: cover;
  margin: 0 5vw 0 3vw;
}
.footer .socials .IG::after {
  position: absolute;
  top: 105%;
  content: "@ThisIsNotStrout";
  font-style: italic;
}
.footer .socials p {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .footer .grid {
    display: flex;
    flex-direction: column;
  }
  .footer .grid .grid1 {
    min-height: 20vh;
  }
  .footer .grid .grid2 {
    height: 50vh;
    background-position: center;
    background-size: cover;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

p {
  font-size: 18px;
}/*# sourceMappingURL=index.css.map */