@import url("https://use.typekit.net/arl5eow.css");
@import url("https://use.typekit.net/eco1qtl.css");
.sidenavbg {
  background-color: #3c3c3c;
  top: 31px;
  z-index: 1500;
}
.sidenav {
  z-index: 1501;
  top: 31px;
}
.sidenav nav a:before {
  background-color: #4a4a4a;
}
.sidenav nav a div span {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  /* background: #303030; */
  background: #4a4a4a;
  font-weight: 700;
  line-height: 1em;
  padding-top: 10px;
  top: -3px;
}
.sidenav nav a.on:before {
  background-color: #3c3c3c;
}
.sidenav nav a.one div,
.sidenav nav a.one.on div,
.sidenav nav a.one:hover div,
.sidenav nav a.one:focus div {
  /* background-color: #fff; */
  background: url(../assets/nav-home.svg) no-repeat center;
}
.sidenav nav a.two div,
.sidenav nav a.two.on div,
.sidenav nav a.two:hover div,
.sidenav nav a.two:focus div {
  background-color: #fff1d9 !important;
}
.sidenav nav a.three div,
.sidenav nav a.three.on div,
.sidenav nav a.three:hover div,
.sidenav nav a.three:focus div {
  background-color: #fff1d9 !important;
}
.sidenav nav a.four div,
.sidenav nav a.four.on div,
.sidenav nav a.four:hover div,
.sidenav nav a.four:focus div {
  background-color: #fff1d9 !important;
}
.sidenav nav a.five div,
.sidenav nav a.five.on div,
.sidenav nav a.five:hover div,
.sidenav nav a.five:focus div {
  background-color: #fff1d9 !important;
}
.sidenav nav a.six div,
.sidenav nav a.six.on div,
.sidenav nav a.six:hover div,
.sidenav nav a.six:focus div {
  background-color: #fff1d9 !important;
}
@media (min-width: 600px) {
  .sidenav nav a:hover:before,
  .sidenav nav a:focus:before {
    background-color: #4a4a4a;
  }
}
#container-fluid > header,
.black-footer {
  z-index: 2000;
}
.page-header {
  /* z-index: 2000; */
}
#wrapper-fluid > footer,
#container-fluid > footer {
  z-index: 4000;
  margin-top: 0;
  position: relative;
}
.homesummary {
  /* background: url(../assets/background-main.jpg) no-repeat center; */
  background: url(../assets/exh-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1048px) {
  .page-header {
    z-index: 1000;
  }
}
@keyframes logoani {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  40% {
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logocontainerani {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.homesummary .intro {
  height: auto;
  background: url(../assets/background-intro-mobile.jpg) no-repeat right -10px,
    url(../assets/background-intro-mobile--2.jpg) no-repeat bottom 0 center;
  padding-top: 80px;
  background-size: cover;
}
.homesummary .intro .logocontainer {
  z-index: 100;
}
.homesummary .intro .logo {
  width: clamp(285px, 53vw, 530px);
  height: 0;
  padding-top: 21%;
  background: url(../assets/logo-exhibition.svg) no-repeat center;
  background-size: contain;
  text-indent: -999vw;
  overflow: hidden;
  margin: 0 auto 48px auto !important;
}

@media (min-width: 799px) {
  .page-header .global-nav a:active,
  .page-header .global-nav a:focus,
  .page-header .global-nav a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1048px) {
  .homesummary .intro {
    padding-top: 160px;
  }
}
@keyframes textani {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photoani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes collageani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes collagebgani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.homesummary .exhcontent .picture {
  top: -100vh;
  height: calc(100vh + 200%);
}

.homesummary .exhcontent:last-child .picture {
  height: calc(100vh + 100%);
}
.homesummary .introtext {
  flex-direction: row;
  overflow: visible;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 65px 0 30px 20px;
}
/* .homesummary .introtext:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../assets/photo-intro.png) no-repeat 0 0;
  background-size: 58% auto;
  position: absolute;
  z-index: 2;
  top: -14vw;
  left: 0;
  padding: 0 28px;
  opacity: 1;
  display: block;
  animation: photoani 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 2s;
} */
/* .homesummary .introtext:after {
  content: "";
  width: 100%;
  height: 71vw;
  padding: 0 0 0 28px;
  background: url(../assets/bg-graybar.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 33vw;
  left: 0;
  display: block;
  animation: collagebgani 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 4s;
} */
.homesummary .introtext .introtextphoto {
  width: auto;
}
.homesummary .introtext .text {
  width: 60%;
  z-index: 3;
  padding: 0;
  min-height: 1px;
  animation: textani 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
}
.homesummary .introtext .text:before {
  content: none;
}
.homesummary .introtext .text .section {
  /* padding: 0 0 0 20px; */
}
.homesummary .introtext .text .section:nth-child(2) {
  /* padding: 0; */
}
.homesummary .introtext .photocollage {
  width: 50%;
  padding: 30vw 24px 0 24px;
  z-index: 4;
  animation: collageani 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 4.3s;
}
.homesummary .introtext .photocollage picture {
  background: none;
  position: relative;
}
.homesummary .introtext .photocollage picture img {
  width: 100%;
}
.homesummary .introtext h2 {
  font-size: clamp(20px, 3vw, 34px) !important;
  font-family: "Calistoga", cursive !important;
  font-style: normal;
  color: #000;
  line-height: 1.3em;
  margin-bottom: 1em;
  font-weight: 500;
}
.homesummary .introtext p {
  font-size: clamp(13px, 1.8vw, 20px) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  padding: 0;
}

.homesummary .exhcontent .photo img {
  max-height: 700px;
}

.homesummary .exhcontent .photo.vert div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
}

.homesummary .exhcontent .four-humors--image-container {
  flex-direction: column;
}

.homesummary .exhcontent .four-humors--image-container h3 {
  align-self: flex-start;
}

.exhcontent.one .inner .photo.vert .image-border {
  position: absolute;
  /* top: 15px;
  left: 211px; */
  top: 10%;
  left: 20.5%;
  height: 85%;
  width: 57%;
  border: 15px solid transparent;
  border-top: none;
  border-right: none;
}

.exhcontent.one .inner .photo.vert .image-border.asset1-2-border {
  border-color: var(--asset-1-2-border-color) !important;
}
.exhcontent.one .inner .photo.vert .image-border.asset1-3-border {
  border-color: var(--asset-1-3-border-color) !important;
  top: 10%;
  left: 19.4%;
  width: 59%;
  height: 85%;
}
.exhcontent.one .inner .photo.vert .image-border.asset1-4-border {
  border-color: var(--asset-1-4-border-color) !important;
}
.exhcontent.one .inner .photo.vert .image-border.asset1-5-border {
  border-color: var(--asset-1-5-border-color) !important;
  top: 10%;
  left: 19.6%;
  width: 59%;
  height: 85%;
}

.homesummary .exhcontent {
  overflow: visible;
}
.homesummary .exhcontent picture.halftone:after {
  background: none;
}

.homesummary .exhcontent h2 {
  font-size: clamp(16px, 3.1vw, 25px) !important;
  font-family: "Calistoga", cursive !important;

  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}

.homesummary .exhcontent h3 {
  font-size: clamp(12px, 1.5vw, 16px) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.33em;
  margin-top: 25px;
  color: #fff;
  font-weight: 500;
}
.homesummary .exhcontent p {
  font-size: clamp(13px, 1.8vw, 20px) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  line-height: 1.45;
  color: #221f20;
}

.homesummary .exhcontent .humors h3 {
  font-size: clamp(19px, 5vw, 30px) !important;
  font-family: "Calistoga", cursive !important;
  line-height: 1.45em;
  color: #221f20 !important;
  transform: translateX(170px);
  margin-top: 0;
}
.homesummary .exhcontent nav {
  margin-top: 40px;
}
.homesummary .exhcontent nav a {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  width: 100px;
  height: 39px;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  padding: 0 80px 0 40px;
  background-repeat: no-repeat;
  background-size: 32px 39px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.homesummary .exhcontent nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage-dk.svg);
}
.homesummary .exhcontent nav a.transcript {
  background-image: url(../assets/icon-transcript-dk.svg);
}
.homesummary .exhcontent nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery-dk.svg);
}
.homesummary .exhcontent nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus-dk.svg);
}
.homesummary .exhcontent nav a:before {
  content: "";
  width: 32px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.homesummary .exhcontent nav a:hover,
.homesummary .exhcontent nav a:focus {
  text-decoration: underline;
  color: #221f20;
}

.conclusion .text {
  padding: 0 24px;
  z-index: 3;
  margin: auto;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  padding-top: 160px;
}

.homesummary .exhcontent .picture:not(.halftone) {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.homesummary .exhcontent nav a:hover:before,
.homesummary .exhcontent nav a:focus:before {
  /* opacity: 0.5; */
}
.homesummary .exhcontent .photo div:before {
  background: none;
}

.homesummary .exhcontent .picture.halftone {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 1;
  opacity: 0;
  background-image: url(../assets/exh-bg.jpg);
  background-position: 82% bottom !important;
}
.homesummary .exhcontent .picture:not(.halftone) {
  background-image: url(../assets/exh-bg.jpg);
  opacity: 0.1;
}
.homesummary .exhcontent .photo.horiz div:before {
  background: none;
}
.homesummary .exhcontent .photo.vert div:before {
  background: none;
}
/* .homesummary .exhcontent nav a:hover:before,
.homesummary .exhcontent nav a:focus:before {
  background-image: url(../assets/icon-hover-gold.svg);
} */
.homesummary .exhcontent.one h2,
.homesummary .exhcontent.one h3,
.homesummary .exhcontent.one p {
  color: #fff;
}
.homesummary .exhcontent.one p {
  color: #fff;
}
.homesummary .exhcontent.one nav a {
  color: #fff;
}
.homesummary .exhcontent.one nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent.one nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent.one nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent.one nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}

.homesummary .exhcontent nav a.enlarge:hover::before,
.homesummary .exhcontent nav a.enlarge:focus::before {
  background-image: url(../assets/icon-hover-yellow.svg),
    url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent nav a.transcript:hover::before,
.homesummary .exhcontent nav a.transcript:focus::before {
  background-image: url(../assets/icon-hover-yellow.svg),
    url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent nav a.digitalcollection:hover::before,
.homesummary .exhcontent nav a.digitalcollection:focus::before {
  background-image: url(../assets/icon-hover-yellow.svg),
    url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent nav a.medlineplus:hover::before,
.homesummary .exhcontent nav a.medlineplus:focus::before {
  background-image: url(../assets/icon-hover-yellow.svg),
    url(../assets/icon-medlineplus.svg);
}

.homesummary .exhcontent nav a:hover,
.homesummary .exhcontent nav a:focus {
  /* color: #fff; */
}
.homesummary .exhcontent.one nav a:before {
  /* background-image: url(../assets/icon-hover-one.svg); */
}
.homesummary .exhcontent.one .inner,
.homesummary .exhcontent.two .inner,
.homesummary .exhcontent.three .inner,
.homesummary .exhcontent.four .inner,
.homesummary .exhcontent.five .inner {
  background: rgba(0, 0, 0, 0.5);
  /* background-image: url(../assets/exh-bg.jpg); */
}
.homesummary .exhcontent.one .inner.humor-inner {
  background: transparent;
}
.homesummary .exhcontent.two h2,
.homesummary .exhcontent.two h3,
.homesummary .exhcontent.two p {
  color: #fff;
}
.homesummary .exhcontent.two p {
  color: #fff;
}
.homesummary .exhcontent.two nav a {
  color: #fff;
}
.homesummary .exhcontent.two nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent.two nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent.two nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent.two nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}

.homesummary .exhcontent.two nav a:before {
  /* background-image: url(../assets/icon-hover-two.svg); */
}
.homesummary .exhcontent.two .picture:not(.halftone) {
  background-image: url(../assets/exh-bg.jpg);
  opacity: 0.1;
}
.homesummary .exhcontent.three h2,
.homesummary .exhcontent.three h3,
.homesummary .exhcontent.three p {
  color: #fff;
}
.homesummary .exhcontent.three p {
  color: #fff;
}
.homesummary .exhcontent.three nav a {
  color: #fff;
}
.homesummary .exhcontent.three nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent.three nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent.three nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent.three nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}
.homesummary .exhcontent.three nav a:before {
  /* background-image: url(../assets/icon-hover-three.svg); */
}
.homesummary .exhcontent.three .picture:not(.halftone) {
  background-image: url(../assets/exh-bg.jpg);
  opacity: 0.1;
}
.homesummary .exhcontent.four.special h2 {
  /* color: #915827;
  text-transform: uppercase; */
}
.homesummary .exhcontent.four h2,
.homesummary .exhcontent.four h3,
.homesummary .exhcontent.four p {
  color: #fff;
}
.homesummary .exhcontent.four p {
  color: #fff;
}
.homesummary .exhcontent.four nav a {
  color: #fff;
}
.homesummary .exhcontent.four nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent.four nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent.four nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent.four nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}
.homesummary .exhcontent.four nav a:before {
  /* background-image: url(../assets/icon-hover-four.svg); */
}
.homesummary .exhcontent.four .picture:not(.halftone) {
  background-image: url(../assets/exh-bg.jpg);
  opacity: 0.1;
}
.homesummary .exhcontent.five h2,
.homesummary .exhcontent.five h3,
.homesummary .exhcontent.five p {
  color: #fff;
}
.homesummary .exhcontent.five p {
  color: #fff;
}
.homesummary .exhcontent.five nav a {
  color: #fff;
}
.homesummary .exhcontent.five nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent.five nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent.five nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent.five nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}
.homesummary .exhcontent.five nav a:before {
  /* background-image: url(../assets/icon-hover-five.svg); */
}
.homesummary .exhcontent.five .picture:not(.halftone) {
  background-image: url(../assets/exh-bg.jpg);
  opacity: 0.1;
}

.homesummary .exhintro .text,
.conclusion .text {
  padding-top: 110px;
  padding-bottom: 100px;
}

.homesummary .exhintro h2 {
  font-size: clamp(22px, 3.5vw, 34px) !important;
  font-family: "Calistoga", cursive !important;
  color: #000;
  text-transform: none;
  font-weight: 400;
  line-height: 1em;
}
.homesummary .exhintro .exhintro__one--heading .exhintro__one--icon {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  margin-right: 1rem;
}
.homesummary .exhintro h2 span {
  font-size: clamp(29px, 5vw, 57px) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.homesummary .exhintro h3 {
  font-size: clamp(19px, 3vw, 38px) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #221f20;
  padding-left: 0;
  margin-top: 0.3em;
  line-height: 1.3em;
}
.homesummary .exhintro h6 {
  color: #ffd57a;
  opacity: 0.25;
  font-family: "Calistoga", cursive;
  font-size: clamp(31px, 7.5vw, 125px) !important;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  left: 10px;
}
.homesummary .exhintro p {
  font-size: clamp(16px, 1.9vw, 20px) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
  margin-top: 1em;
  padding-left: 0;
}

.homesummary .exhintro p span.italic {
  font-style: italic;
}

.homesummary .exhintro .quote {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border: 2px solid #a5524b;
  border-left: none;
  border-right: none;
}

.homesummary .exhintro .quote blockquote {
  font-size: clamp(22px, 3.5vw, 34px) !important;
  font-family: "Niconne", cursive !important;
  color: #6d2420;
  line-height: 1em;
  margin-bottom: 0.7rem;
  text-align: center;
}

.homesummary .exhintro .quote figcaption {
  font-size: clamp(12px, 1.6vw, 16px) !important;
  font-family: "Roboto", sans-serif !important;
  color: #6d2420;
  text-align: center;
  font-weight: 500;
}

.homesummary .exhintro .conclusion__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d2420;
  border-radius: 16px;
}
.homesummary .exhintro .conclusion__content--text {
  padding: 16px 68px;
  flex: 0 1 58%;
}
.homesummary .exhintro .conclusion__content--text > *:first-child {
  font-size: clamp(16px, 1.9vw, 20px) !important;
  font-family: "Roboto", sans-serif !important;
  border-bottom: 2px solid #eaa906;
  padding-bottom: 24px;
  color: #eaa906;
  text-align: left;
  margin: 0 !important;
}
.homesummary .exhintro .conclusion__content--text > *:last-child {
  font-size: clamp(12px, 1.9vw, 16px) !important;
  font-family: "Roboto", sans-serif !important;
  color: #eaa906;
  text-align: left;
  margin-top: 24px;
}
.homesummary .exhintro .conclusion__content--image-container {
  flex: 1;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fff;
}
.homesummary .exhintro .conclusion__content--image {
  width: 100%;
}

.homesummary .exhintro .one h2,
.homesummary .exhintro .one h3,
.homesummary .exhintro .one p {
  color: #fff;
}
.homesummary .exhintro picture img {
  object-position: top left;
}

/* CONCLUSION  */

.conclusion {
  z-index: 10;
  overflow: hidden;
  min-height: 100vh;
  background-size: cover !important;
  background-position: 82% top;
  background-image: url(../assets/exh-bg-conclusion-overlay.png),
    url(../assets/exh-bg.jpg);
}

.conclusion p {
  margin: 0;
  padding: 0;
}

.conclusion .exhintro__one--heading,
.exhintro__one--heading {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.conclusion .exhintro__one--heading h2 {
  font-size: clamp(22px, 3.5vw, 34px) !important;
  font-family: "Calistoga", cursive !important;
  color: #000;
  text-transform: none;
  font-weight: 400;
  line-height: 1em;
}

.conclusion .conclusion__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d2420;
  border-radius: 16px;
}

.conclusion .conclusion__content .conclusion__content--text {
  padding: 16px 68px;
  flex: 0 1 58%;
}

.conclusion .conclusion__content .conclusion__content--text p {
  font-weight: 500;
  line-height: 1.2em;
}

.conclusion .conclusion__content .conclusion__content--text > *:first-child {
  font-size: clamp(16px, 1.9vw, 20px) !important;
  font-family: "Roboto", sans-serif !important;
  border-bottom: 2px solid #eaa906;
  padding-bottom: 24px;
  color: #eaa906;
  text-align: left;
  margin: 0 !important;
}

.conclusion .conclusion__content .conclusion__content--text > *:last-child {
  font-size: clamp(12px, 1.9vw, 16px) !important;
  font-family: "Roboto", sans-serif !important;
  color: #eaa906;
  text-align: left;
  margin-top: 24px;
}

.conclusion .conclusion__content--image-container {
  flex: 1;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fff;
}
.conclusion .conclusion__content--image {
  width: 100%;
}
.sidenav nav a div h2 {
    font-size: 12px !important;
}
.sidenav nav a div h2 {
    padding-left: 16px;
}
.sidenav nav a div h2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 12px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-family: "Jost";
    font-weight: 700;
    line-height: 14px;
    top: -2px;
    border-radius: 0 999vw 999vw 0;
    padding: 7px 20px 10px 10px;
    background: #4a4a4a;
    transition: all 0.2s ease-in-out;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 600;
    line-height: 1em;
    padding-top: 8px;
    top: -3px;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.sidenav nav a:hover div h2, .sidenav nav a:focus div h2 {
    opacity: 1;
    margin-left: 12px;
}

@media (min-width: 480px) {
  .homesummary .intro {
    background: url(../assets/background-intro-mobile.jpg) no-repeat right -35px;
    padding-top: 80px;
    background-size: cover;
  }

  .homesummary .introtext {
    padding: 30px 0 30px 20px;
  }
}
@media (min-width: 600px) {
  .homesummary .intro {
    background: url(../assets/background-intro-mobile.jpg) no-repeat right -120px;
    padding-top: 80px;
    background-size: cover;
  }

  .homesummary .introtext {
    padding: 45px 0 0 70px;
  }

  .homesummary .introtext .text .section {
    padding: 0 40px 0 0;
  }

  .homesummary .exhintro .text,
  .conclusion .text {
    max-width: 1300px;
    padding: 90px 110px;
  }
  .homesummary .exhintro .conclusion .text {
    padding: 90px 110px;
  }
  .homesummary .exhintro h3,
  .homesummary .exhintro p,
  .conclusion p {
    padding-left: 0;
  }

  .homesummary .introtext p {
    line-height: 1.45;
  }
  .homesummary .exhintro h6 {
    bottom: 50px;
    left: 35px;
    white-space: nowrap;
  }
  .homesummary .exhintro picture img {
    object-position: top left;
  }

  .homesummary .intro .logo {
    padding-top: 11%;
  }

  .homesummary .introtext:before {
    top: -6vw;
  }
  .homesummary .introtext:after {
    height: 21vw;
    padding: 0 0 0 28px;
    top: calc(41.2vw);
  }
  .homesummary .introtext .photocollage {
    width: 54%;
    padding: 35vw 10px 0 25px;
  }
  .homesummary .introtext .text {
    width: 60%;
  }

  .homesummary .introtext picture {
    background-image: url(../assets/background-intro-desktop.jpg);
    background-position: top center;
  }
  .homesummary .introtext h3 {
    font-size: 348px;
    left: 200px;
  }

  .homesummary .exhcontent .humors {
  }

  .homesummary .exhcontent .four-humors--image {
    width: 85% !important;
    height: 85% !important;
    display: block;
    /* margin: auto; */
  }
  .homesummary .exhcontent .inner {
    padding-top: 180px;
    margin-bottom: 0 !important;
  }
  .homesummary .exhcontent.special .inner {
    padding-top: 120px;
  }
  .homesummary .exhcontent .text {
    max-width: 1300px;
    padding: 0 86px;
    z-index: 3;
  }
  .homesummary .exhcontent .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 80px;
  }
  .homesummary .exhcontent .photo div {
    width: 80%;
    height: 85%;
  }
  .homesummary .exhcontent .photo div:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: 1;
    object-fit: contain;
  }

  .homesummary .exhcontent .photo.vert div {
    width: 90%;
    height: 90%;
  }
  .homesummary .exhcontent .photo.vert div:before {
    left: -40px;
    bottom: -50px;
  }
  .homesummary .exhcontent .photo.horiz div {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
  }
  .homesummary .exhcontent .photo.horiz div:before {
    left: -40px;
    bottom: -50px;
    background-size: calc(100% - 20px) calc(100% - 20px);
  }
  .homesummary .exhcontent nav {
    justify-content: flex-start;
  }
  .homesummary .exhcontent nav a {
    font-size: 13px;
    width: 130px !important;
    height: 39px;
    padding: 0 0 0 50px;
    background-size: 32px 39px;
    margin-right: 30px;
    line-height: 1.25em;
  }
  .homesummary .exhcontent nav a:before {
    width: 32px;
    height: 39px;
  }
  .homesummary .exhcontent nav a:hover:before,
  .homesummary .exhcontent nav a:focus:before {
    width: 32px;
    height: 39px;
  }
  .homesummary .exhcontent nav a:last-child {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .homesummary .intro {
    background: url(../assets/background-intro-mobile.jpg) no-repeat right -140px;
    padding-top: 80px;
    background-size: cover;
  }

  .homesummary .introtext {
    padding: 45px 0 0 70px;
  }

  .homesummary .introtext .text .section {
    padding: 0 76px 0 0;
  }
}

@media (min-width: 750px) {
  .homesummary .introtext {
    padding: 60px 0 0 70px;
  }
}

@media (min-width: 800px) {
  .homesummary .intro {
    background: url(../assets/background-intro-tablet-1400.jpg) no-repeat right -30px;
    padding-top: 80px;
    background-size: cover;
  }

  .homesummary .introtext {
    padding: 90px 0 0 70px;
  }

  .homesummary .introtext .text .section {
    padding: 0 110px 0 0;
  }
}

@media (min-width: 900px) {
  .homesummary .introtext {
    padding: 90px 0 0 70px;
  }

  .homesummary .introtext .text .section {
    padding: 0 85px 0 0;
  }
}

@media (min-width: 1001px) {
  .homesummary .exhcontent nav a {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    width: 190px !important;
    height: 65px;
    padding: 0 0 0 70px;
    background-size: 54px 65px;
    margin-right: 40px;
    line-height: 1.25em;
  }
  .homesummary .exhcontent nav a:before {
    width: 54px;
    height: 65px;
  }
  .homesummary .exhcontent nav a:hover:before,
  .homesummary .exhcontent nav a:focus:before {
    width: 54px;
    height: 65px;
  }
  .homesummary .exhcontent .text {
    padding: 0 40px 0 100px;
  }
}

@media (min-width: 1024px) {
}
@media (min-width: 1049px) {
  .homesummary .intro {
    background: url(../assets/background-intro-tablet-1400.jpg) no-repeat right
      10px;
    background-size: cover;
    padding-top: 160px;
  }

  .homesummary .introtext {
    padding: 90px 0 0 70px;
  }
}

@media (min-width: 1048px) and (max-width: 1058px) {
  .page-header .global-nav {
    padding: 18px 30px;
  }
}
@media (min-width: 1050px) {
  .homesummary .exhintro .text,
  .conclusion .text {
    max-width: 9999px;
    padding: 140px 240px;
  }
  .homesummary .exhintro h6 {
    bottom: 30px;
  }
  .homesummary .exhintro picture {
    left: 28px;
    width: calc(100% - 28px);
  }

  .homesummary .exhintro .conclusion .text {
    padding: 140px 240px;
  }
}

@media (min-width: 1000px) {
  .homesummary .introtext {
    padding: 100px 0 0 70px;
  }
}

@media (min-width: 1200px) {
  .homesummary .intro {
    background: url(../assets/background-intro-tablet-1400.jpg) no-repeat right -5px;
    background-size: cover;
    padding-top: 160px;
  }

  .homesummary .introtext {
    padding: 120px 0 0 70px;
  }

  .homesummary .introtext .text .section {
    padding: 0 100px 0 0;
  }
}

@media (min-width: 1310px) {
  .homesummary .exhcontent .text {
    padding: 0 210px;
  }

  .homesummary .introtext {
    padding: 150px 0 0 70px;
  }
}

@media (min-width: 1400px) {
  .homesummary .exhintro.one {
    /* margin-top: -100px; */
  }

  .homesummary .exhintro .text,
  .conclusion .text {
    max-width: 9999px;
    padding: 130px 240px 120px;
  }

  .homesummary .intro {
    background: url(../assets/background-intro.jpg) no-repeat right -20px;
    padding-top: 140px;
  }

  .homesummary .introtext {
    padding: 95px 15px 0 100px;
  }

  .homesummary .introtext .text .section {
    padding: 0 120px 0 0;
  }

  .homesummary .introtext .text {
    width: 50%;
  }

  .homesummary .exhintro .conclusion .text {
    padding: 130px 240px 120px;
  }
  .homesummary .exhcontent .text {
    padding: 0 190px;
  }
}

@media (min-width: 1450px) {
  .homesummary .exhcontent .text {
    padding: 0 145px;
  }
}

@media (min-width: 1500px) {
  .homesummary .exhcontent .text {
    padding: 0 115px;
  }

  .homesummary .introtext {
    padding: 95px 15px 0 150px;
  }

  .homesummary .introtext .text .section {
    padding: 0 86px 0 0;
  }
}
@media (min-width: 1600px) {
  .homesummary .intro {
    background: url(../assets/background-intro.jpg) no-repeat right -30px;
    background-size: cover;
    padding-top: 140px;
  }

  .homesummary .introtext {
    padding: 80px 0 0 170px;
  }

  .homesummary .introtext:before {
    top: -195px;
  }
  .homesummary .introtext:after {
    top: 562px;
    height: 340px;
  }
  .homesummary .introtext .photocollage {
    width: 57%;
    padding: 460px 25px 0 25px;
  }
  .homesummary .introtext .text {
    width: 46%;
  }
  .homesummary .introtext .text .section {
    /* padding: 55px 50px 20px 50px; */
  }

  .homesummary .exhcontent .text {
    padding: 0 86px;
  }
}

@media (max-height: 900px) and (min-width: 600px) {
  .homesummary .exhintro h2 {
    font-size: clamp(24px, 6.4vw, 64px);
  }
  .homesummary .exhintro h2 span {
    font-size: clamp(18px, 3.6vw, 36px);
  }
  .homesummary .exhintro p {
    font-size: clamp(12px, 1.8vw, 18px);
  }
  .homesummary .exhintro p strong {
    font-size: clamp(12px, 3vw, 30px);
  }
}

.lb .text p {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(14px, 1.8vw, 22px) !important;
  font-weight: 400;
}
.lb .text h1,
.lb .text h2,
.lb .text h3,
.lb .text h4,
.lb .text h5,
.lb .text h6 {
  font-family: "Patua One", serif;
  font-weight: 600;
}
.lb .text ul {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
.lb button {
  font-weight: 600;
}

@media (max-width: 900px) {
  .homesummary .exhcontent .photo.vert div {
    margin-bottom: 16vh;
  }
}

@media (max-width: 599.98px) {
  .sidenav nav a:hover div h2 {
      display: none;
  }
}