/*!
 Theme Name:   Stephen Kent Johnson
 Description:  
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.2.7
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
:root {
  --general-color-background: #e4e4e4;
  --general-color-text: #808080;
  --general-mobile-font-size: 11px;
  --general-mobile-line-height: 20px;
  --general-mobile-letter-spacing: 0.025em;
  --general-desktop-font-size: 12px;
  --general-desktop-line-height: 20px;
  --general-desktop-letter-spacing: 0.135em;
  --navigation-color-name: #000;
  --navigation-color-text: #999;
  --navigation-color-text-hover: #666;
  --navigation-color-text-highlight: #04f;
  --navigation-mobile-font-size: 12.5px;
  --navigation-mobile-line-height: 20px;
  --navigation-mobile-letter-spacing: 0.135em;
  --navigation-desktop-font-size: 14px;
  --navigation-desktop-line-height: 24px;
  --navigation-desktop-letter-spacing: 0.135em;
  --caption-color: #808080;
  --caption-color-strong: #a6a6a6;
  --caption-color-highlight: #000;
  --caption-font-size: 7px;
  --caption-line-height: 10px;
  --caption-letter-spacing: 0.075em;
  --info-color-text: #808080;
  --info-color-link: #000;
  --info-color-hover: #808080;
  --screensaver-interval: 5000;
  --screensaver-scale: 1.2;
}

/* 
 * mixins
 */
/* 
 * functions
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes screenSaver {
  0% {
    transform: scale(var(--screensaver-scale));
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
  12% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  88% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
}
@-moz-keyframes screenSaver {
  0% {
    transform: scale(var(--screensaver-scale));
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
  12% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  88% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
}
@keyframes screenSaver {
  0% {
    transform: scale(var(--screensaver-scale));
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
  12% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  88% {
    opacity: 1;
    filter: brightness(1) contrast(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: brightness(0.5) contrast(1.4);
  }
}
/* 
 * fonts
 */
@font-face {
  font-family: "DIN-2014_Bold";
  src: url("fonts/DIN-2014_Bold.otf") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "DIN-2014_Bold-Italic";
  src: url("fonts/DIN-2014_Bold-Italic.otf") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "DIN-2014_Narrow-Extra-Bold";
  src: url("fonts/DIN-2014_Narrow-Extra-Bold.otf") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
/* 
 * global
 */
body {
  color: var(--general-color-text);
  background: var(--general-color-background);
}

h1, h2, h3, h4, h5, h6, p, a, ul li, figcaption {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

img,
video {
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none;
}

main, section, aside, div {
  position: relative;
}

/* 
 * typography
 */
body {
  font-family: "DIN-2014_Bold", helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, span, ul li, figcaption {
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
}

p {
  font-size: var(--general-mobile-font-size);
  line-height: var(--general-mobile-line-height);
  letter-spacing: var(--general-mobile-letter-spacing);
}

em, i {
  font-style: normal;
  font-family: "DIN-2014_Bold-Italic", helvetica, sans-serif;
}

strong, b {
  font-weight: normal;
}

header {
  font-family: "DIN-2014_Narrow-Extra-Bold", helvetica, sans-serif;
  font-size: var(--navigation-mobile-font-size);
  line-height: var(--navigation-mobile-line-height);
  letter-spacing: var(--navigation-mobile-letter-spacing);
  background: inherit;
}

figcaption,
figcaption p,
footer p {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  letter-spacing: var(--caption-letter-spacing);
}

header a {
  color: var(--navigation-color-text);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav a:nth-of-type(1) {
  color: var(--navigation-color-name);
}
header nav a:not(:nth-of-type(1)):hover {
  color: var(--navigation-color-text-hover);
}
header nav a:not(:nth-of-type(1)).active {
  color: var(--navigation-color-text-highlight);
}
header > a:hover {
  color: var(--navigation-color-text-hover);
}
header > a.active {
  color: var(--navigation-color-text-highlight);
}

figcaption {
  color: var(--caption-color);
}
figcaption strong {
  color: var(--caption-color-strong);
}
figcaption a {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
figcaption:hover a {
  color: var(--caption-color-highlight);
}

.info p {
  color: var(--info-color-text);
}
.info p a {
  color: var(--info-color-link);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.info p a:hover {
  color: var(--info-color-hover);
}

/* 
 * layout
 */
body header {
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  gap: 1ch;
  height: 20px;
}
body header nav {
  display: flex;
  gap: 1ch;
}
body header nav a span:nth-of-type(3) {
  margin-left: -1px;
}
body header nav a:nth-of-type(1) span:nth-of-type(1) {
  opacity: 0;
  animation: fadeIn 750ms 100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body header nav a:nth-of-type(1) span:nth-of-type(2) {
  opacity: 0;
  animation: fadeIn 750ms 200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body header nav a:nth-of-type(1) span:nth-of-type(3) {
  opacity: 0;
  animation: fadeIn 750ms 300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body header nav a:nth-of-type(2) span {
  opacity: 0;
  animation: fadeIn 750ms 400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body header nav a:nth-of-type(3) span {
  opacity: 0;
  animation: fadeIn 750ms 500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body header .js-back {
  display: none;
}
body main {
  padding-top: 52px;
  transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body footer {
  padding: 16px;
  display: none;
}
body aside#screen {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  display: none;
  background: #000;
}
body aside#screen div {
  display: none;
  width: 100%;
  height: 100%;
  height: calc(var(--vh) * 100);
}
body aside#screen div figure {
  width: 100%;
  height: 100%;
}
body aside#screen div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body aside#screen div.active {
  display: block;
  animation: screenSaver calc(var(--screensaver-interval) * 1ms) cubic-bezier(0.25, 0.25, 0.75, 0.75) forwards;
}
body.photography main section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  align-items: start;
  overflow: hidden;
}
body.photography main section > div {
  margin: 0;
  position: relative;
  grid-column: span var(--cs-m);
  transform: scale(var(--sc-m));
  z-index: var(--z);
  transform-origin: center;
  height: 20.8333333333vw;
}
body.photography main section > div:nth-of-type(1) {
  opacity: 0;
  animation: fadeIn 600ms 20ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(2) {
  opacity: 0;
  animation: fadeIn 600ms 40ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(3) {
  opacity: 0;
  animation: fadeIn 600ms 60ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(4) {
  opacity: 0;
  animation: fadeIn 600ms 80ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(5) {
  opacity: 0;
  animation: fadeIn 600ms 100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(6) {
  opacity: 0;
  animation: fadeIn 600ms 120ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(7) {
  opacity: 0;
  animation: fadeIn 600ms 140ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(8) {
  opacity: 0;
  animation: fadeIn 600ms 160ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(9) {
  opacity: 0;
  animation: fadeIn 600ms 180ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(10) {
  opacity: 0;
  animation: fadeIn 600ms 200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(11) {
  opacity: 0;
  animation: fadeIn 600ms 220ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(12) {
  opacity: 0;
  animation: fadeIn 600ms 240ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(13) {
  opacity: 0;
  animation: fadeIn 600ms 260ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(14) {
  opacity: 0;
  animation: fadeIn 600ms 280ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(15) {
  opacity: 0;
  animation: fadeIn 600ms 300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(16) {
  opacity: 0;
  animation: fadeIn 600ms 320ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(17) {
  opacity: 0;
  animation: fadeIn 600ms 340ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(18) {
  opacity: 0;
  animation: fadeIn 600ms 360ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(19) {
  opacity: 0;
  animation: fadeIn 600ms 380ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(20) {
  opacity: 0;
  animation: fadeIn 600ms 400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(21) {
  opacity: 0;
  animation: fadeIn 600ms 420ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(22) {
  opacity: 0;
  animation: fadeIn 600ms 440ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(23) {
  opacity: 0;
  animation: fadeIn 600ms 460ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(24) {
  opacity: 0;
  animation: fadeIn 600ms 480ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(25) {
  opacity: 0;
  animation: fadeIn 600ms 500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(26) {
  opacity: 0;
  animation: fadeIn 600ms 520ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(27) {
  opacity: 0;
  animation: fadeIn 600ms 540ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(28) {
  opacity: 0;
  animation: fadeIn 600ms 560ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(29) {
  opacity: 0;
  animation: fadeIn 600ms 580ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(30) {
  opacity: 0;
  animation: fadeIn 600ms 600ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(31) {
  opacity: 0;
  animation: fadeIn 600ms 620ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(32) {
  opacity: 0;
  animation: fadeIn 600ms 640ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(33) {
  opacity: 0;
  animation: fadeIn 600ms 660ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(34) {
  opacity: 0;
  animation: fadeIn 600ms 680ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(35) {
  opacity: 0;
  animation: fadeIn 600ms 700ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(36) {
  opacity: 0;
  animation: fadeIn 600ms 720ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(37) {
  opacity: 0;
  animation: fadeIn 600ms 740ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(38) {
  opacity: 0;
  animation: fadeIn 600ms 760ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(39) {
  opacity: 0;
  animation: fadeIn 600ms 780ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(40) {
  opacity: 0;
  animation: fadeIn 600ms 800ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(41) {
  opacity: 0;
  animation: fadeIn 600ms 820ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(42) {
  opacity: 0;
  animation: fadeIn 600ms 840ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(43) {
  opacity: 0;
  animation: fadeIn 600ms 860ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(44) {
  opacity: 0;
  animation: fadeIn 600ms 880ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(45) {
  opacity: 0;
  animation: fadeIn 600ms 900ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(46) {
  opacity: 0;
  animation: fadeIn 600ms 920ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(47) {
  opacity: 0;
  animation: fadeIn 600ms 940ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(48) {
  opacity: 0;
  animation: fadeIn 600ms 960ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(49) {
  opacity: 0;
  animation: fadeIn 600ms 980ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(50) {
  opacity: 0;
  animation: fadeIn 600ms 1000ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(51) {
  opacity: 0;
  animation: fadeIn 600ms 1020ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(52) {
  opacity: 0;
  animation: fadeIn 600ms 1040ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(53) {
  opacity: 0;
  animation: fadeIn 600ms 1060ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(54) {
  opacity: 0;
  animation: fadeIn 600ms 1080ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(55) {
  opacity: 0;
  animation: fadeIn 600ms 1100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(56) {
  opacity: 0;
  animation: fadeIn 600ms 1120ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(57) {
  opacity: 0;
  animation: fadeIn 600ms 1140ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(58) {
  opacity: 0;
  animation: fadeIn 600ms 1160ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(59) {
  opacity: 0;
  animation: fadeIn 600ms 1180ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(60) {
  opacity: 0;
  animation: fadeIn 600ms 1200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(61) {
  opacity: 0;
  animation: fadeIn 600ms 1220ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(62) {
  opacity: 0;
  animation: fadeIn 600ms 1240ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(63) {
  opacity: 0;
  animation: fadeIn 600ms 1260ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(64) {
  opacity: 0;
  animation: fadeIn 600ms 1280ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(65) {
  opacity: 0;
  animation: fadeIn 600ms 1300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(66) {
  opacity: 0;
  animation: fadeIn 600ms 1320ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(67) {
  opacity: 0;
  animation: fadeIn 600ms 1340ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(68) {
  opacity: 0;
  animation: fadeIn 600ms 1360ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(69) {
  opacity: 0;
  animation: fadeIn 600ms 1380ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(70) {
  opacity: 0;
  animation: fadeIn 600ms 1400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(71) {
  opacity: 0;
  animation: fadeIn 600ms 1420ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(72) {
  opacity: 0;
  animation: fadeIn 600ms 1440ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(73) {
  opacity: 0;
  animation: fadeIn 600ms 1460ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(74) {
  opacity: 0;
  animation: fadeIn 600ms 1480ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(75) {
  opacity: 0;
  animation: fadeIn 600ms 1500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(76) {
  opacity: 0;
  animation: fadeIn 600ms 1520ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(77) {
  opacity: 0;
  animation: fadeIn 600ms 1540ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(78) {
  opacity: 0;
  animation: fadeIn 600ms 1560ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(79) {
  opacity: 0;
  animation: fadeIn 600ms 1580ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(80) {
  opacity: 0;
  animation: fadeIn 600ms 1600ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(81) {
  opacity: 0;
  animation: fadeIn 600ms 1620ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(82) {
  opacity: 0;
  animation: fadeIn 600ms 1640ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(83) {
  opacity: 0;
  animation: fadeIn 600ms 1660ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(84) {
  opacity: 0;
  animation: fadeIn 600ms 1680ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(85) {
  opacity: 0;
  animation: fadeIn 600ms 1700ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(86) {
  opacity: 0;
  animation: fadeIn 600ms 1720ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(87) {
  opacity: 0;
  animation: fadeIn 600ms 1740ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(88) {
  opacity: 0;
  animation: fadeIn 600ms 1760ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(89) {
  opacity: 0;
  animation: fadeIn 600ms 1780ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(90) {
  opacity: 0;
  animation: fadeIn 600ms 1800ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(91) {
  opacity: 0;
  animation: fadeIn 600ms 1820ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(92) {
  opacity: 0;
  animation: fadeIn 600ms 1840ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(93) {
  opacity: 0;
  animation: fadeIn 600ms 1860ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(94) {
  opacity: 0;
  animation: fadeIn 600ms 1880ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(95) {
  opacity: 0;
  animation: fadeIn 600ms 1900ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(96) {
  opacity: 0;
  animation: fadeIn 600ms 1920ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(97) {
  opacity: 0;
  animation: fadeIn 600ms 1940ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(98) {
  opacity: 0;
  animation: fadeIn 600ms 1960ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(99) {
  opacity: 0;
  animation: fadeIn 600ms 1980ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(100) {
  opacity: 0;
  animation: fadeIn 600ms 2000ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(101) {
  opacity: 0;
  animation: fadeIn 600ms 2020ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(102) {
  opacity: 0;
  animation: fadeIn 600ms 2040ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(103) {
  opacity: 0;
  animation: fadeIn 600ms 2060ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(104) {
  opacity: 0;
  animation: fadeIn 600ms 2080ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(105) {
  opacity: 0;
  animation: fadeIn 600ms 2100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(106) {
  opacity: 0;
  animation: fadeIn 600ms 2120ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(107) {
  opacity: 0;
  animation: fadeIn 600ms 2140ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(108) {
  opacity: 0;
  animation: fadeIn 600ms 2160ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(109) {
  opacity: 0;
  animation: fadeIn 600ms 2180ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(110) {
  opacity: 0;
  animation: fadeIn 600ms 2200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(111) {
  opacity: 0;
  animation: fadeIn 600ms 2220ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(112) {
  opacity: 0;
  animation: fadeIn 600ms 2240ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(113) {
  opacity: 0;
  animation: fadeIn 600ms 2260ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(114) {
  opacity: 0;
  animation: fadeIn 600ms 2280ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(115) {
  opacity: 0;
  animation: fadeIn 600ms 2300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(116) {
  opacity: 0;
  animation: fadeIn 600ms 2320ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(117) {
  opacity: 0;
  animation: fadeIn 600ms 2340ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(118) {
  opacity: 0;
  animation: fadeIn 600ms 2360ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(119) {
  opacity: 0;
  animation: fadeIn 600ms 2380ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(120) {
  opacity: 0;
  animation: fadeIn 600ms 2400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(121) {
  opacity: 0;
  animation: fadeIn 600ms 2420ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(122) {
  opacity: 0;
  animation: fadeIn 600ms 2440ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(123) {
  opacity: 0;
  animation: fadeIn 600ms 2460ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(124) {
  opacity: 0;
  animation: fadeIn 600ms 2480ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(125) {
  opacity: 0;
  animation: fadeIn 600ms 2500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(126) {
  opacity: 0;
  animation: fadeIn 600ms 2520ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(127) {
  opacity: 0;
  animation: fadeIn 600ms 2540ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(128) {
  opacity: 0;
  animation: fadeIn 600ms 2560ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(129) {
  opacity: 0;
  animation: fadeIn 600ms 2580ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(130) {
  opacity: 0;
  animation: fadeIn 600ms 2600ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(131) {
  opacity: 0;
  animation: fadeIn 600ms 2620ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(132) {
  opacity: 0;
  animation: fadeIn 600ms 2640ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(133) {
  opacity: 0;
  animation: fadeIn 600ms 2660ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(134) {
  opacity: 0;
  animation: fadeIn 600ms 2680ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(135) {
  opacity: 0;
  animation: fadeIn 600ms 2700ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(136) {
  opacity: 0;
  animation: fadeIn 600ms 2720ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(137) {
  opacity: 0;
  animation: fadeIn 600ms 2740ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(138) {
  opacity: 0;
  animation: fadeIn 600ms 2760ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(139) {
  opacity: 0;
  animation: fadeIn 600ms 2780ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(140) {
  opacity: 0;
  animation: fadeIn 600ms 2800ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(141) {
  opacity: 0;
  animation: fadeIn 600ms 2820ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(142) {
  opacity: 0;
  animation: fadeIn 600ms 2840ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(143) {
  opacity: 0;
  animation: fadeIn 600ms 2860ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(144) {
  opacity: 0;
  animation: fadeIn 600ms 2880ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(145) {
  opacity: 0;
  animation: fadeIn 600ms 2900ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(146) {
  opacity: 0;
  animation: fadeIn 600ms 2920ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(147) {
  opacity: 0;
  animation: fadeIn 600ms 2940ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(148) {
  opacity: 0;
  animation: fadeIn 600ms 2960ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(149) {
  opacity: 0;
  animation: fadeIn 600ms 2980ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div:nth-of-type(150) {
  opacity: 0;
  animation: fadeIn 600ms 3000ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.photography main section > div figure {
  width: 100%;
  height: 100%;
}
body.photography main section > div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.photography main aside {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: var(--general-color-background);
}
body.photography main aside #wrapper {
  display: inline-flex;
  white-space: nowrap;
  gap: 0;
  font-size: 0;
  height: 100%;
}
body.photography main aside #wrapper > div {
  position: relative;
  width: 100vw;
  height: 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.photography main aside #wrapper > div figure {
  height: calc(100% - 104px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
}
body.photography main aside #wrapper > div figure > div {
  display: contents;
}
body.photography main aside #wrapper > div figure img {
  max-height: 100%;
  max-width: 100%;
}
body.photography main aside #wrapper > div figure figcaption {
  display: block;
  padding: 8px 12px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
body.photography main aside.disableSnapping {
  scroll-snap-type: none;
}
body.info main {
  display: flex;
  flex-direction: column;
  height: 101vh;
}
body.info main section:first-child {
  width: 100%;
  height: 100%;
}
body.info main section:first-child figure {
  width: 100%;
  height: 100%;
}
body.info main section:first-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
body.info main section:last-child {
  position: absolute;
  top: calc(55% + 34px);
  left: 16px;
  transform: translateY(-50%);
  padding: 5px 12px;
  background: var(--general-color-background);
}
body.error_404 main section {
  padding: 16px;
}
body.loading * {
  cursor: wait;
}
body.loading main {
  opacity: 0.4;
}
body.photography.gallery {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
body.photography.gallery header .js-back {
  display: block;
}
body.photography.gallery main {
  padding-top: 0px;
}
body.photography.gallery main aside {
  display: block;
}
body.screen:not(.screen-fade) header {
  pointer-events: none;
  background: none;
}
body.screen:not(.screen-fade) header nav a:not(:first-child) {
  visibility: hidden;
}
body.screen:not(.screen-fade) header nav a:first-child {
  color: #fff;
}
body.screen:not(.screen-fade) header > a {
  visibility: hidden;
}
body.screen aside#screen {
  display: block;
}
body.screen-fade aside#screen {
  animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* 
 * media queries
 */
@media screen and (min-width: 640px) {
  p {
    font-size: var(--general-desktop-font-size);
    line-height: var(--general-desktop-line-height);
    letter-spacing: var(--general-desktop-letter-spacing);
  }
  header {
    font-size: var(--navigation-desktop-font-size);
    line-height: var(--navigation-desktop-line-height);
    letter-spacing: var(--navigation-desktop-letter-spacing);
  }
  body header {
    padding: 48px 42px 16px;
    height: 24px;
  }
  body main {
    padding-top: 88px;
  }
  body footer {
    padding: 24px 42px 48px;
  }
  body.photography main section {
    grid-template-columns: repeat(24, 1fr);
  }
  body.photography main section > div {
    grid-column: span var(--cs-d);
    transform: scale(var(--sc-d));
    height: 10.4166666667vw;
  }
  body.photography main aside {
    cursor: e-resize;
  }
  body.photography main aside.prev {
    cursor: w-resize;
  }
  body.photography main aside #wrapper > div figure {
    padding: 0 42px;
    width: calc(100% - 84px);
    height: calc(100% - 176px);
    justify-content: flex-start;
  }
  body.photography main aside #wrapper > div figure > div {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
  body.photography main aside #wrapper > div figure img {
    width: 100%;
    object-fit: contain;
    object-position: left top;
  }
  body.photography main aside #wrapper > div figure figcaption {
    padding: 12px 0 0 0;
    flex: 0 0 auto;
  }
  body.info main {
    height: calc(100vh - 88px);
    height: calc(var(--vh) * 100 - 88px);
  }
  body.info main section:last-child {
    padding: 12px 16px 10px;
    top: calc(50% + 48px);
    left: 140px;
  }
  body.error_404 main section {
    padding: 42px;
  }
}

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