:root {
  --back: #ffcccc;
  --primary: #ffffff;
  --primary-background: #F15B42;
  --secondary: #1c1e24;
  --secondary-background: #FFD372;
  --black: #1c1e24;
  --white: #f6eef6;
  --font-size-base: 20px; }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("/static/font/Rubik-Medium.ttf"); }

@font-face {
  font-family: 'Rubik-Regular';
  src: url("/static/font/Rubik-Regular.ttf"); }

@font-face {
  font-family: 'AUTHENTICSans-130';
  src: url("/static/font/AUTHENTICSans-130.otf"); }

@font-face {
  font-family: 'AUTHENTICSans-90';
  src: url("/static/font/AUTHENTICSans-90.otf"); }

* {
  box-sizing: border-box; }

body {
  background-color: var(--back);
  color: var(--black);
  font-family: 'Inter';
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
  padding: 8px; }

a, a:active, a:visited {
  color: var(--black); }

a:hover {
  text-decoration: underline; }

a.bold {
  font-weight: bold;
  text-decoration: none; }

h1, h2, h3 {
  font-family: 'Inter';
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px; }

header, nav, main, footer {
  max-width: 800px;
  margin: auto; }

nav {
  padding-left: 8px;
  padding-right: 8px; }
  nav .selected {
    color: red; }

nav.sections a,
nav.mdr a {
  background: var(--primary-background);
  color: var(--primary);
  display: inline-block;
  padding: 4px;
  padding-left: 8px;
  padding-right: 24px;
  margin-bottom: 8px;
  text-decoration: none; }
  nav.sections a:hover,
  nav.mdr a:hover {
    text-decoration: underline;
    color: var(--primary-background);
    background: var(--primary); }
  nav.sections a.mdr,
  nav.mdr a.mdr {
    color: var(--black);
    background: initial; }
  nav.sections a.level0,
  nav.mdr a.level0 {
    padding-left: 8px; }
  nav.sections a.level1,
  nav.mdr a.level1 {
    padding-left: calc(8px + 1em);
    padding-right: calc(8px + 1em);
    background: var(--secondary-background);
    color: var(--secondary); }
  nav.sections a.level2,
  nav.mdr a.level2 {
    padding-left: calc(8px + 1em);
    padding-right: calc(8px + 1em);
    margin-left: 2em;
    background: var(--primary-background);
    color: var(--primary); }
  nav.sections a.level3,
  nav.mdr a.level3 {
    padding-left: calc(8px + 3em); }

nav.sections.current a,
nav.mdr.current a {
  background: var(--secondary-background);
  color: var(--secondary); }
  nav.sections.current a:hover,
  nav.mdr.current a:hover {
    text-decoration: none;
    color: var(--secondary-background);
    background: var(--secondary); }

.intro nav.sections {
  display: flex;
  gap: 1em;
  margin: 1em;
  width: calc(100% - 1em); }
  .intro nav.sections a {
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    aspect-ratio: 3/4;
    align-content: center;
    width: 100%;
    color: var(--black);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .intro nav.sections a:nth-child(2) {
    background-image: url(/media/image/outwards-red.png);
    background-color: initial;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: initial; }
    .intro nav.sections a:nth-child(2):hover {
      background-image: url(/media/image/outwards.png); }
  .intro nav.sections a:nth-child(4) {
    background-image: url(/media/image/inwards-red.png);
    background-color: initial;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: initial; }
    .intro nav.sections a:nth-child(4):hover {
      background-image: url(/media/image/inwards.png); }
  @media screen and (max-width: 799px) {
    .intro nav.sections {
      flex-direction: column; } }
.video-button {
  border: 0;
  background: var(--primary);
  color: var(--white);
  color: #f6eef6;
  font-family: 'AUTHENTICSans-90';
  font-size: 25px;
  line-height: 1.25;
  padding: 8px;
  cursor: pointer; }

.video-button:hover {
  color: var(--pimary);
  background: var(--white); }

.video-button.active {
  color: var(--pimary);
  background: var(--white); }

.video-button.active:hover {
  color: var(--white);
  background: var(--pimary); }

.exhibition .description {
  font-size: var(--font-size-base);
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 25px; }
  .exhibition .description img {
    max-width: 100%; }

.section {
  padding-top: 8px; }
  .section h2 {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 18px;
    margin-bottom: 0px; }
  .section .description {
    font-size: var(--font-size-base);
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 25px; }
    .section .description audio {
      width: 50%; }
    .section .description img {
      max-width: 100%; }
    .section .description iframe {
      width: 90vw;
      max-width: 1000px;
      aspect-ratio: 4/3; }
    .section .description figcaption {
      font-size: 18px; }
  .section .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid black;
    border-left: 2px solid black; }
    .section .gallery a {
      padding: 8px;
      display: flex;
      border-bottom: 2px solid black;
      border-right: 2px solid black; }
      .section .gallery a .image {
        margin: auto; }
        .section .gallery a .image figure {
          margin: 8px;
          padding: 0;
          position: relative; }
          .section .gallery a .image figure img {
            max-height: calc(100vw/3);
            max-width: 100%;
            transition: 0.2s;
            opacity: 1; }
          .section .gallery a .image figure figcaption {
            transition: 0.2s;
            display: none;
            font-size: 18px;
            padding: 8px; }
      .section .gallery a:hover {
        background: black; }
        .section .gallery a:hover figure img {
          opacity: 0; }
        .section .gallery a:hover figure figcaption {
          display: flex;
          position: absolute;
          background: black;
          color: var(--white);
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          align-items: center; }
          .section .gallery a:hover figure figcaption p {
            text-align: center; }

@media screen and (max-width: 799px) {
  .section .description audio {
    width: 100%; }
  .section .gallery {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr;
    border-right: 2px solid black; }
    .section .gallery a {
      border-right: 0; }
      .section .gallery a .image figure img {
        max-height: initial; } }

nav.topnav,
nav.bottom {
  position: relative;
  max-width: 900px;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex; }
  nav.topnav .middle,
  nav.bottom .middle {
    flex-grow: 1;
    pointer-events: none; }
  nav.topnav a,
  nav.bottom a {
    font-size: 16px;
    text-decoration: none; }
    nav.topnav a.previous,
    nav.bottom a.previous {
      text-align: left; }
    nav.topnav a.next,
    nav.bottom a.next {
      text-align: right; }
  @media screen and (max-width: 799px) {
    nav.topnav,
    nav.bottom {
      max-width: inherit;
      width: 100%;
      margin-left: inherit; } }
nav.topnav {
  margin-bottom: calc(-50vh + 128px - 42px);
  margin-top: calc(50vh - 128px);
  z-index: 100; }
  @media screen and (max-width: 799px) {
    nav.topnav {
      display: none; } }
  nav.topnav a {
    font-size: 20px; }

.image-detail {
  margin-top: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 128px - 24px); }
  .image-detail nav {
    flex: 0;
    margin: 0;
    padding: 4px;
    display: flex;
    align-items: center; }
    .image-detail nav a {
      text-decoration: none;
      color: var(--black); }
    .image-detail nav a:hover {
      font-weight: bold; }
    .image-detail nav:hover {
      cursor: pointer;
      background-color: var(--black); }
      .image-detail nav:hover a {
        color: var(--white);
        font-weight: bold; }
    .image-detail nav.previous {
      left: 0; }
    .image-detail nav.next {
      right: 0; }
  .image-detail .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .image-detail .detail figure img {
      max-width: 100%;
      min-width: 30%;
      max-height: calc(100vh - 256px - 24px);
      object-fit: contain; }
    .image-detail .detail figure audio {
      width: 50%; }
    .image-detail .detail figure video {
      width: 100%; }
    .image-detail .detail figure figcaption {
      padding-top: 16px; }
    .image-detail .detail figcaption, .image-detail .detail .description, .image-detail .detail a {
      font-size: 18px; }
    .image-detail .detail figcaption, .image-detail .detail .description {
      max-width: 1000px;
      margin: auto;
      text-align: justify; }
    .image-detail .detail iframe {
      width: 90vw;
      aspect-ratio: 4/3;
      max-width: 100%; }

body.image {
  min-height: 100vh; }
  body.image header h2 {
    margin: 0;
    margin-left: 12px;
    margin-top: 4px; }

@media screen and (max-width: 799px) {
  .image-detail img {
    width: initial !important;
    height: initial !important;
    max-height: initial !important; }
  .image-detail .detail figure {
    margin: 0; }
    .image-detail .detail figure audio {
      width: 90%; }
  .image-detail .detail figcaption {
    max-width: 90vw;
    margin: auto;
    width: initial; }
  .image-detail .detail .description {
    margin: 16px;
    margin-top: 16px;
    text-align: left;
    width: initial; }
  body.image {
    padding: 0; }
    body.image header h2 {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: var(--font-size-base); } }

.landing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0px; }
  .landing img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .landing video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .landing h1 {
    text-transform: uppercase;
    font-size: 13vw;
    letter-spacing: 0.75vw;
    margin: auto;
    z-index: 1;
    font-weight: bold; }
    .landing h1 a {
      text-decoration: none;
      color: var(--back);
      text-shadow: 2px 2px rgba(0, 0, 0, 0.8); }
    .landing h1 a.active {
      color: var(--primary-background);
      text-shadow: 2px 2px rgba(0, 0, 0, 0.8); }
    .landing h1 a:hover {
      color: var(--primary-background);
      text-shadow: 2px 2px rgba(0, 0, 0, 0.8); }

.image-detail .image-container {
  overflow: hidden;
  position: relative; }
  .image-detail .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    transform-origin: top left; }
    .image-detail .image-container img.loaded {
      transition: transform 0.1s ease-out; }

.image-detail .controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 10; }

.image-detail .image-container:hover .controls {
  display: block; }

.image-detail .controls button {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ccc;
  color: white;
  padding: 5px 8px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px; }

.image-detail .controls button:hover {
  background: rgba(255, 255, 255, 0.2); }

.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999; }

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