body,
html {
  background-color: #d9cbca;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: white;
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- */
/* HOME */
/* ---- */
.backimg {
  background-color: black;
  background-image: url("bg.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 2.8rem;
  z-index: 4;
}
#mrh {
  color: white;
  opacity: 0;
  transform: translate(0, -0.2em);
  transition: all 1s ease-out;
}
.center-box p {
  cursor: pointer;
  margin-top: 2em;
  padding: 1em;
}
#a-lower {
  display: inline-block;
  font-size: 4.6rem;
  transform: translateY(0.09em);
}
.sections {
  padding-top: 5em;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections.home {
  padding-top: 0;
}

/* ---- */
/* LOGO */
/* ---- */
.logo-box {
  position: fixed;
  top: 2em;
  left: 1em;
  max-height: 90%;
  pointer-events: none;
  z-index: 30;
}
.logo-box img {
  position: inherit;
  height: 24em;
  max-height: 90%;
}

/* ----------- */
/* MENU BUTTON */
/* ----------- */
.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 12em;
  height: 4.95em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 30;
  /* transition: all 1s ease-in-out; */
}
.menu-box #btncls {
  margin-right: 0;
  cursor: pointer;
  border: 0;
  background-color: white;
  display: block;
  height: 0.425em;
  width: 3.2em;
  transition: width 0.2s, height 0.25s;
}
.menu-box:hover #btncls {
  width: 3.2em;
  height: 0.7em;
}

/* --------- */
/* MENU SIDE */
/* --------- */
.sidenav {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  height: 0;
  width: 12em;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 50;
  transition: height 0.33s ease-in-out;
}
.menu-items {
  width: 100%;
  text-align: center;
}
.sidenav a {
  padding: 1.5em;
  margin: 0;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: white;
  display: block;
}
.letterspace {
  letter-spacing: 0;
}
.sidenav #btnx-box {
  display: flex;
  margin: 0;
  margin-left: 0.35em;
  margin-top: 0.1em;
  padding: 0;
  width: 12em;
  height: 4em;
  z-index: 99;
}
#btnx1 {
  position: relative;
  border: 0;
  margin: 0;
  top: 2em;
  height: 0.3em;
  width: 2.3em;
  right: -4em;
  cursor: pointer;
  background-color: white;
  transition: all 0.15s ease-in-out;
}
#btnx2 {
  position: relative;
  border: 0;
  margin: 0;
  top: 2em;
  height: 0.3em;
  width: 2.3em;
  right: -1.6em;
  cursor: pointer;
  background-color: white;
  transition: all 0.15s ease-in-out;
}
#btnx-box:hover #btnx1 {
  transform: rotate(45deg) translate(0.1em, -0.05em);
  height: 0.2em;
  width: 2em;
}
#btnx-box:hover #btnx2 {
  transform: rotate(-45deg) translate(0.35em, 0.4em);
  height: 0.2em;
  width: 2em;
}
.sidenav a:hover,
.offcanvas a:focus {
  text-underline-offset: 10%;
  text-decoration: underline;
}
.sidenav .selected {
  text-underline-offset: 10%;
  text-decoration: underline;
}

/* ---- */
/* WORK */
/* ---- */
.work-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.workbox {
  width: 50%;
}
.workcont {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.workcont img {
  display: block;
  width: 100%;
  height: 100%;
}
.workbox .workcont .wtxt {
  position: absolute;
  top: 73.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 69%;
  text-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.5);
}
.wtxt p {
  text-align: center;
  font-size: 2.16rem;
  font-weight: 300;
  letter-spacing: 0.175em;
  font-style: normal;
  text-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.5);
  width: 100%;
}

/* ---------- */
/* REVOLUTION */
/* ---------- */
#revolution-main {
  max-width: 72%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#revolution-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rev-image {
  text-align: right;
  max-height: 75%;
  max-width: 100%;
  padding-top: 4%;
  padding-bottom: 3%;
  margin-top: 1%;
}
.rev-image.first {
  margin-top: 3.25em;
}
.rev-image img {
  max-width: 100%;
}
.info-box {
  margin-top: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.info-box.two-line {
  flex-direction: column;
  align-items: flex-end;
}
.img-title {
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.17em;
  color: white;
  transform: translateX(0.22em);
}
.img-subtitle {
  margin-left: 0.65em;
  margin-top: 0.12em;
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.15em;
  color: #666666;
  transform: translateX(0.15em);
}

/* -------- */
/* SURVIVAL */
/* -------- */
#survival-main {
  max-width: 72%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#survival-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sur-image {
  text-align: right;
  max-height: 75%;
  padding-top: 4%;
  padding-bottom: 3%;
  margin-top: 1%;
}
.sur-image.first {
  margin-top: 3.25em;
}
.sur-image.i2019 {
  max-width: 94%;
  max-height: 87%;
}
.sur-image.i2022 {
  max-width: 100%;
  max-height: 80%;
}
.sur-image.i2022 img {
  max-width: 100%;
}
.sur-image.i2019 img {
  max-width: 100%;
}

/* ---------- */
/* VIDEO PAGE */
/* ---------- */
.video-box {
  margin: 0 auto;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  max-width: 178vh;
}
.video-box .full-video {
  width: 100%;
  height: 100%;
}

/* --------- */
/* INFO PAGE */
/* --------- */
.info {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 3em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 75%;
  width: 61em;
  margin: 3em 0;
  margin-bottom: 0;
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-style: normal;
  color: #333333;
}
.info-txt {
  width: 53%;
  height: auto;
  text-align: left;
  overflow: hidden;
  margin: 0;
  margin-top: 6vh;
}
.info-txt p {
  margin-top: 1em;
}
.info-copyright {
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 0.82em;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-style: normal;
  color: #333333;
  transform: rotate(-90deg) translateY(0) translateX(8.6em);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
}
.info-img {
  display: block;
  max-width: 45%;
  max-height: 33em;
  width: auto;
  height: auto;
  margin: 1.5em;
  margin-top: 8.9em;
  margin-right: 2.5em;
}

.info-email {
  margin-top: -3.5em;
  margin-bottom: 2em;
  width: 100%;
}
.info-email a {
  text-decoration: none;
  color: #333333;
}
.info-email a:hover {
  color: #555555;
  text-underline-offset: 10%;
  text-decoration: underline;
}
#insta {
  width: 2em;
  height: 2em;
  transform: translate(1.5em, 0.4em);
}

/* -------------- */
/* STATEMENT PAGE */
/* -------------- */
.state {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.state-container {
  width: 72%;
  margin: 6em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.state-txt {
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-style: normal;
  color: #333333;
  height: auto;
  width: 47%;
  text-align: left;
  overflow: hidden;
}
.state-txt p {
  margin-top: 1em;
}
.contact a {
  width: 50%;
  color: #666666;
  text-decoration: none;
}
.contact a:hover {
  color: #666666;
}
/* --------- */
/* OVERLAYFX */
/* --------- */
#overlayfx {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #d9cbca;
  opacity: 1;
  pointer-events: none;
  z-index: 99;
  transition: all 1s ease-out;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 1;
}

.image-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.popup-image {
  width: auto;
  height: auto;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  cursor: zoom-out;
}

/* ----------- */
/* BREAKPOINTS */
/* ----------- */
@media (max-width: 1135px) {
  .info-email {
    margin-top: 0;
  }
  .info-txt {
    width: 50%;
  }
  .info-img {
    max-width: 40%;
  }
  /* --------- */
  /* MENU SIDE */
  /* --------- */
  .sidenav #btnx-box {
    margin-left: -0.5em;
  }
  .sidenav {
    width: 10em;
  }
  .menu-box {
    transform: translateX(1.2em);
  }
}
@media (max-width: 1024px) {
  /* ---- */
  /* HOME */
  /* ---- */
  .hero.center-box {
    font-size: 2.5rem;
  }
  #a-lower {
    font-size: 3.6rem;
    transform: translateY(0.05em);
  }
  /* ---- */
  /* LOGO */
  /* ---- */
  .logo-box {
    top: 1.5em;
    left: 0.75em;
  }
  .logo-box img {
    height: 14em;
  }
  /* ----------- */
  /* MENU BUTTON */
  /* ----------- */
  .menu-box {
    width: 4em;
    height: 2em;
    padding-right: 1.5em;
    padding-top: 1.75em;
    justify-content: flex-end;
    align-items: flex-start;
    transform: none;
  }
  .menu-box #btncls {
    transition: none;
  }
  .menu-box:hover #btncls {
    width: 3.2em;
    height: 0.4em;
  }
  .sidenav {
    background-color: #d9cbca;
    width: 100%;
  }

  /* --------- */
  /* MENU SIDE */
  /* --------- */

  .menu-items {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 65vh;
    min-height: 40vh;
  }
  .sidenav a {
    padding: 0.65em;
    font-size: 1.15rem;
    transition: none;
  }
  .sidenav #btnx-box {
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0.2em;
    transform: translateX(0.2em);
    width: 30%;
    z-index: 99;
  }
  #btnx1 {
    top: 0;
    right: -0.8em;
    transition: none;
    transform: rotate(46deg) translate(0.1em, -0.05em);
    height: 0.2em;
    width: 2em;
  }
  #btnx2 {
    top: 0;
    height: 0.3em;
    right: 1.65em;
    transition: none;
    transform: rotate(-46deg) translate(0.35em, 0.4em);
    height: 0.2em;
    width: 2em;
  }
  /* ---- */
  /* WORK */
  /* ---- */
  .work-container {
    flex-direction: row;
  }
  .wtxt p {
    font-size: 1.82rem;
  }

  .info-box {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
  }
  .img-title {
    font-size: 0.7rem;
  }
  .img-subtitle {
    font-size: 0.55rem;
  }

  .rev-image.first {
    margin-top: 3em;
  }
  .sur-image.first {
    margin-top: 3em;
  }

  /* --------- */
  /* INFO PAGE */
  /* --------- */

  .info-container {
    width: 65%;
    margin: 1em 0;
    flex-direction: column;
    align-items: center;
  }

  .info-txt {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 0.82em;
  }
  .info-img {
    display: flex;
    max-width: 55%;
    max-height: 50em;
    width: auto;
    height: auto;
    margin-top: 2em;
  }
  .info-copyright {
    font-size: 0.67em;
    transform: rotate(-90deg) translateY(3.25em) translateX(8.6em);
    color: #333333;
  }
  .info-email {
    order: 3;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0;
    font-size: 0.82rem;
  }

  /* -------------- */
  /* STATEMENT PAGE */
  /* -------------- */
  .state-container {
    width: 75%;
    margin: 4em auto;
  }
  .state-txt {
    font-size: 0.82em;
  }
}

@media (max-width: 767px) {
  /* ---- */
  /* HOME */
  /* ---- */

  #a-lower {
    font-size: 3.6rem;
    transform: translateY(0.05em);
  }

  /* ---- */
  /* WORK */
  /* ---- */
  .work-container {
    flex-direction: column;
    margin-top: 0;
  }
  .workbox {
    width: 100%;
  }
  .workbox .workcont .wtxt {
    font-size: 1.6rem;
  }

  /* ---- */
  /* LOGO */
  /* ---- */
  .logo-box {
    top: 1.5em;
    left: 0.75em;
  }
  .logo-box img {
    height: 14em;
  }
  /* ----------- */
  /* MENU BUTTON */
  /* ----------- */
  .menu-box {
    width: 4em;
    height: 2em;
    padding-right: 1.5em;
    padding-top: 1.65em;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .menu-box #btncls {
    margin-right: 0.3em;
    cursor: pointer;
    border: 0;
    background-color: white;
    display: block;
    height: 0.4em;
    width: 3.2em;
    transition: none;
  }
  .menu-box #btncls {
    margin-right: 0.3em;
    cursor: pointer;
    border: 0;
    background-color: white;
    display: block;
    height: 0.4em;
    width: 3.2em;
    transition: none;
  }
  .menu-box:hover #btncls {
    width: 3.2em;
    height: 0.4em;
  }

  /* --------- */
  /* MENU SIDE */
  /* --------- */
  .sidenav {
    width: 100%;
  }
  .menu-items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 65vh;
    min-height: 40vh;
  }
  .sidenav a {
    padding: 0.65em;
    font-size: 1.15rem;
    transition: none;
  }
  #btnx1 {
    top: 0;
    right: -0.8em;
    transition: none;
    transform: rotate(46deg) translate(0.1em, -0.05em);
    height: 0.2em;
    width: 2em;
  }
  #btnx2 {
    top: 0;
    height: 0.3em;
    right: 1.65em;
    transition: none;
    transform: rotate(-46deg) translate(0.35em, 0.4em);
    height: 0.2em;
    width: 2em;
  }
  /* -------------- */
  /* STATEMENT PAGE */
  /* -------------- */
  .state-container {
    width: 65%;
    margin: 3em 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .state-txt {
    font-size: 0.82em;
    width: 100%;
  }
  /* --------- */
  /* INFO PAGE */
  /* --------- */

  .info-container {
    width: 65%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }

  .info-txt {
    font-size: 0.82em;
    margin-top: 0;
  }
  .info-img {
    display: flex;
    max-width: 55%;
    max-height: 50em;
    width: auto;
    height: auto;
    margin-top: 2em;
  }
  .info-copyright {
    font-size: 0.67em;
    transform: rotate(-90deg) translateY(3.2em) translateX(7.875em);
    color: #333333;
  }
  .info-email {
    order: 3;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .info-email a {
    font-size: 0.75rem;
  }
}
@media (max-height: 420px) {
  .menu-items {
    max-height: 80vh;
    height: 72vh;
    min-height: 40vh;
  }
  .sidenav a {
    padding: 0.05em;
    font-size: 1.15rem;
    transition: none;
  }
}
