html {
  //*background-color: #e6ede8;*//
}

body {
#edf7f0;
#e9f0f5;
#f5f3e9;
}

/* INDEX > ------------------------- */



.logobox {
  width: 20vw;
  height: 6vh;
  position: fixed;
  padding: 5px;
  z-index: 10;
  top: 1vh;
}

.backbox {
  width: 20vw;
  height: 6vh;
  position: fixed;
  padding: 5px;
  z-index: 10;
  top: 1vh;
}

.logobox > a {
  font-family: "Source Code Pro", monospace;
  font-size: 27px;
  font-style: italic;
  color: #474615;
  text-decoration: none;
  font-weight: 10;
  text-shadow: 0px 0px .5em white, 1px 1px .2em white, 1px 1px .5em white, 1px 2px 1em white, 2px 2px .2em white;
}

.backbox > a {
  font-family: "Source Code Pro", monospace;
  font-size: 15px;
  font-style: italic;
  color: red;
  text-decoration: none;
  font-weight: 10;
  text-shadow: 0px 0px .5em white, 1px 1px .2em white, 1px 1px .5em white, 1px 2px 1em white, 2px 2px .2em white;
}

.mainmenu {
  position: fixed;
  width: 100px;
  top: 80px;
  padding-left: 0vw;
  padding-right: 1vw;
  z-index: 11;
  display: block;
  align-items: left;
}

.workButton {
  font-family: "Source Code Pro", monospace;
  font-size: 10px;
  font-style: italic;
  font-weight: 200;
  color: black;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-shadow: 0px 0px .5em white, 1px 1px .2em white, 1px 1px .5em white, 1px 2px 1em white, 2px 2px .2em white;
}

.mainmenu > a:hover {
  color: #3458cf;
}

button {
  background-color: transparent;
  border: none;
  color: #474615;
}


button:active {
  color: #3458cf;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.drop {
  z-index: 12;
}

.drop > img {
    max-height: 68vh;
}

/* CITY PLANNING > ------------------------- */

.CPbody {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  align-content: center;
  background-color: black;
}

.CPbody > .mainmenu > a {
color: white;
}

.CPbody > .mainmenu {
  top: 1vh;
  left: 1vw;
  padding-left: unset;
  padding-top: unset;
}

.CPbody > video {
  position: static;
  max-width: 99vw;
  max-height: 99vh;
  position: static;
}

/* WORK > ------------------------- */
.arrow {
  font-size: 15px;
  font-size: italic;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vh;
  color: #2a3e80;
  text-shadow: 0px 0px .5em #a9c2db, 1px 1px .2em #a9c2db, 2px 3px .2em #a9c2db;}

  .closeButton {
    position: fixed;
    top: 1vh;
    left: 25vw;
    font-size: 15px;
    font-style: italic;
    color: #2a3e80;
    text-shadow: 0px 0px .5em #a9c2db, 1px 1px .2em #a9c2db, 2px 3px .2em #a9c2db;
    font-family: "Source Code Pro", monospace;
  }

.title > p {
  font-style: italic;
  float: right;
  text-align: right;
  font-size: 12px;
}

.title {
  right: 1vw;
}

.workImgColumn {
  width: 80vw;
  right: 1vw;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.sideScroll {
  overflow: hidden;
  width: 50vw;
  position: relative;
  display: block;
}

.mySlides2 {
  max-width: 50vw;
  max-height: 90vh;
  float: right;
}

.RightSideWork {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 30vw;
}

.details {
  z-index: 9;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
}

.detailShots {
  height: 100vh;
  background-color: white;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

#detail1, #detail2, #detail3, #detail4, #detail5, #detail6, #detail7, #detail8, #detail9, #detail10, #detail11, #detail12, #detail13, #detail14, #detail15, #detail16, #detail17, #detail18, #detail19, #detail20, #detail21, #detail22, #detail23, #detail24, #detail25, #detail26, #detail27 {
  display: none;
}

.workButton {
  font-family: "Source Code Pro", monospace;
  font-size: 15px;
  font-style: italic;
  font-weight: 100;
  color: #474615;
  text-decoration: none;
  border: none;
  background-color: none;
  background: none;
  text-shadow: 0px 0px .5em white, 1px 1px .2em white, 1px 1px .5em white, 1px 2px 1em white, 2px 2px .2em white;
}

.workButton:hover {
  color: #636e03;
}

.WorkDownScroll {
  position: static;
  padding-left: 17vw;
  overflow-x: hidden;
  overflow-y: hidden;
}

.funImg {
  position: fixed;
  height: 15vh;
  bottom: 1vh;
  filter: drop-shadow(10px -10px 10px green);
  }

.WorkBox1, .WorkBoxJournal, .WorkBox2,  {
  top: 10vh;
}

.WorkBox1 {
  width: 50vw;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.WorkBoxIndex {
  width: 80vw;
  right: 1vw;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.WorkBox2 {
  width: 80vw;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.sidepanel {
  max-width: 50vw;
  max-height: 95vh;
  align-self: center;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}

.sidepanel > video {
  z-index: 1 !important;
}


//* VIDEO SECTION *//
.Vbackground {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: ;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: fill;
}

.video_container {
  display: none;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.VB > img {
  display: none;
}
//* VIDEO SECTION *//

h1 {
  text-shadow: 0px 0px .5em white, 1px 1px .2em white, 1px 1px .5em white, 1px 2px 1em white, 2px 2px .2em white;
}

h2 {

}


.workText {
padding-left: 4vw;
position: sticky;
top: 1vh;
height: 90vh;
z-index: 1;
}

.workText2 {
position: sticky;
top: 30px;
height: 90vh;
z-index: 1;
}

.smallGrid {
  display: flex;
}

.smallGrid > img {
  max-width: 24.5vw;
}

.smallGrid img:nth-child(1) {
  padding-right: 1vw;
}

.mySlides1 {
  max-height: 95vh;
  align-self: center;
}

.mySlides3 {
  max-height: 90vh;
  align-self: center;
  padding: 10px;
}

#panel1 {
  display: grid;
  position: absolute;
}

#panel2, #panel3, #panel4 {
display: none;
position: absolute;
}

p {
  font-family: "Source Code Pro", monospace;
  line-height: 15px;
  margin: 5px;
  font-size: 14px;
}

h1 {
  font-family: "Source Code Pro", monospace;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

h2 {
  font-family: "Source Code Pro", monospace;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  padding: 0px;
}

h3 {
  font-family: "Source Code Pro", monospace;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  padding: 0px;
}


/* JOURNAL > ------------------------- */

.Jbody {
  width: 30vw;
}

.Jbody > img {
  height: 10vh;
  z-index: 1;
}

.JbodyBig {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 51vw;
  top: 10px;
  height: 99vh;
  border: 40vh;
}

.JbodyBig > img {
  display: none;
  position: absolute;
  max-width: 50vw;
  max-height: 95vh;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* photogrammetryCollection > ------------------------- */

.WorkBoxPG {
  width: 80vw;
}

.PGbody {
  width: 20vw;
  top: 10vh;
  z-index: 5;
}

.PGbody div > img {
  height: 10vh;
  z-index: 1;
}

.PGbodyBig {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60vw;
  top: 10px;
  height: 99vh;
  text-align: center;
}

.PGbodyBig > img {
  display: none;
  position: absolute;
  max-width: 59vw;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* INFO > ------------------------- */

.flame {
  right: 2vw;
  top: 0px;
  overflow: hidden;
  position: fixed;
  height: 100vh;
  z-index: 10;
}

.infoBox {
  position:absolute;
  width: 40vw;
  height: 40vh;
  left: 25vw;
  top: 200px;
  overflow: hidden;
  z-index: 11;
}

.infoBox > p {
  line-height: 15px;
  margin: 10px;
  mix-blend-mode: lighten;
}













































/* MOBILE CSS > ------------------------- */

@media (max-width: 1000px) {
  .indexbody {
    max-height: 100vh;
  }

.body {
  height: 100vh;
  width: 100vw;
}

  .drop {
    display: none;
  }

  .logobox {
    background-color: white;
    width: 100vw;
    height: 30px;
    z-index: 3;
    position: sticky;
    top: 0vh;
    padding: 20px;
    overflow-x: hidden;
    mix-blend-mode: exclusion;
  }
  .logobox > a {
    font-size: 35px;;
    font-weight: 300;
  }

  .mainmenu {
    position: sticky;
    width: 100vw;
    height: 40px;
    top: 70px;
    padding-left: 5vw;
    z-index: 11;
    background-color: white;
    mix-blend-mode: exclusion;
  }

  .mainmenu > br {
    display: none;
  }

  .mainmenu > a {
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    font-style: normal;
    font-weight: 80;
    color: black;
    text-decoration: none;
  }
  .mainmenu > .workButton {
    display: none;
  }

  .mySlides {
    max-height: unset;
    max-width: 80vw;
    margin: 0px;
  }

  .Jbody {
    width: 100vw;
  }

  .Jbody > img {
    height: unset;
    max-width: 90vw;
    z-index: 1;
  }

  .JbodyBig {
    display: none
  }

  .WorkDownScroll {
    padding-top: 40px;
    position: static;
    padding-left: 0vw;
    top: 20px;
    overflow: visible;
    width: 100vw;
  }

  .WorkBox1, .WorkBoxJournal {
    padding-top: 10px;
    max-width: 100vw;
  }

  .WorkBox1 {
    width: 99vw;
    grid-template-columns: unset;
    gap: unset;
    grid-auto-rows: unset;
  }

  .workText {
  display: none;
  }

  .workImg {
    display: block;
  }

  .smallGrid {
    display: block;
  }

  .smallGrid > img {
    max-width: 50vw;
  }

  .mySlides1 {
    max-height: unset;
    max-width: 80vw;
    width: 100%;
    padding-bottom: 10px;
    align-self: center;
  }

  #panel1, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7 {
  display: block;
  position: unset;
  }

.pgCollection {
  max-width: unset;
  width: 100vw;
  max-height: unset;
  overflow: visible;
}


  .infoBox {
    width: 80vw;
    top: 250px;
    left: 25px;
    z-index: 15;
  }

  .flame {
    height: 90vh;
  }

/* HORIZONTAL IPHONE*/
