@media (max-width: 782px) {
  body.sticky-menu header {
    display: none;
  }
}

#introduction {
  margin-top: 80px;
}
#introduction .section-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
#introduction .section-content h1 {
  font-size: 50px;
  line-height: 1.2em;
}
#introduction .section-content .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 80px;
}
#introduction .section-content .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#introduction .section-content p {
  font-size: 18px;
  line-height: 1.5em;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#introduction .section-content .docblock {
  border: 2px solid rgb(245.0881057269, 139.9118942731, 145.4185022026);
  padding: 0 30px 30px;
  max-width: 1000px;
  margin: 80px auto 40px;
}
#introduction .section-content .docblock h2 {
  margin: 0;
  transform: translateY(-50%) translateX(-20px);
  background: #fff;
  padding: 0 20px;
  width: fit-content;
}
#introduction .section-content .docblock p {
  margin-bottom: 0;
}
#introduction .section-content .btn {
  background: #00669F;
  font-family: "Canada 1500", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px auto 60px;
  line-height: 47px;
  flex-grow: 1;
  padding-top: 3px;
  transition: all 0.4s ease-in-out;
  display: block;
  width: fit-content;
  padding: 5px 40px;
}
#introduction .section-content .scroll {
  margin: 60px auto 0;
  text-align: center;
  font-weight: bold;
  color: #ed2e38;
}
#introduction .section-content .scroll svg {
  margin-top: 15px;
}

#sticky-header {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}

#exhibition {
  margin-top: 50vh;
  color: #fff;
  margin-bottom: 50vh;
}
#exhibition article .pin-spacer {
  z-index: 500 !important;
}
#exhibition article .image {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0 20px 20px;
  pointer-events: none;
}
#exhibition article .image > div {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 782px) {
  #exhibition article .image > div {
    z-index: 500;
  }
}
#exhibition article .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#exhibition article .image p {
  margin: 0 0 20px;
  text-align: center;
  background: #222;
  padding-top: 20px;
}
#exhibition article .image p strong {
  font-size: 26px;
}
@media (max-width: 782px) {
  #exhibition article .image p {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
#exhibition article .poem {
  margin-top: 100px;
  margin-left: auto;
  max-width: 400px;
  padding: 40px 20px;
  min-height: 100vh;
}
@media (max-width: 950px) {
  #exhibition article .poem {
    max-width: 300px;
  }
}
@media (max-width: 782px) {
  #exhibition article .poem {
    margin-right: auto;
    max-width: 400px;
  }
}
#exhibition article .poem blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
}
#exhibition article .poem h3 {
  font-size: 18px;
}
#exhibition article .poem p + h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#exhibition article .poem .info {
  padding-bottom: 40vh;
}
#exhibition article .poem p + .info {
  margin-top: 50vh;
}
#exhibition article .poem .player {
  display: flex;
  align-items: center;
  max-width: 300px;
}
#exhibition article .poem .player svg {
  margin-right: 0;
  cursor: pointer;
}
#exhibition article .poem .player svg:not(.playing) #pause {
  display: none;
}
#exhibition article .poem .player svg.playing #play {
  display: none;
}
#exhibition article .poem .player .wavesurfer {
  flex-grow: 1;
}
#exhibition article:nth-child(even) .image > div img {
  left: auto;
  right: 0;
}
#exhibition article:nth-child(even) .poem {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 782px) {
  #exhibition article:nth-child(even) .poem {
    margin-left: auto;
  }
}
#exhibition article + article {
  margin-top: 100px;
}

/*# sourceMappingURL=exhibits.css.map */
