/**
 * Stirtingale Simple SASS Build
 */
@font-face {
  font-family: "MJKVDL";
  src: url("../fonts/soehne-fett-kursiv.woff2") format("woff2");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --header-font: MJKVDL, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  --body-font: MJKVDL, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  --body-line-height: 1.45;
  --header-line-height: 1.125;
  --size: 1rem;
  --size-minus1: 0.825rem;
  --size-minus2: 0.75rem;
  --size-plus1: 1.125rem;
  --size-plus2: 1.25rem;
  --size-plus3: 1.5rem;
  --size-plus4: 1.875rem;
  --size-plus5: 3rem;
  --size-plus6: 3.75rem;
  --weight-normal: normal;
  --weight-bold: normal;
  --black: #101010;
  --primary: #d47afe;
  --secondary: #21fecb;
  --bgcolour: #fff;
  --bg: url("../img/1.png");
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-backface-visibility: hidden;
}

*,
*:active,
*:focus,
*:visited {
  outline: none !important;
}

::-moz-selection {
  background: #fef5dd;
}

::selection {
  background: #fef5dd;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: all ease 500ms;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--white);
  font-family: var(--body-font);
  font-weight: var(--weight-normal);
  line-height: var(--body-line-height);
  color: var(--black);
  font-family: "MJKVDL";
  text-transform: uppercase;
  background: var(--bgcolour);
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.--bg {
  background-image: var(--l);
  background-size: cover;
}

p {
  font-size: 1em;
  line-height: 1.25;
}

.logo-link {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.9rem;
  max-width: 50vw;
  display: block;
  z-index: 999;
}
@media print, screen and (min-width: 40em) {
  .logo-link {
    max-width: 33vw;
    padding: 1.8rem;
  }
}
.logo-link img, .logo-link svg {
  height: auto;
  max-width: 100%;
}

.home .logo-link {
  padding: 2.7rem;
}

svg.logo {
  width: 12rem;
  height: auto;
  stroke: var(--primary);
}

svg.logo polyline,
svg.logo g,
svg.logo line {
  transition: all ease 350ms;
  stroke: inherit;
}

section {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9rem;
}
@media print, screen and (min-width: 40em) {
  section {
    padding: 2.7rem;
    max-width: 100%;
    width: 75em;
  }
}

section#primary {
  display: flex;
  flex-direction: column;
  height: 100vh;
  flex-wrap: nowrap;
  justify-content: space-between;
}

section ul {
  list-style: none;
  padding: 0;
  margin: 1.8em 0 0 0;
  width: 50%;
  z-index: 1;
  position: relative;
}

section ul.big {
  z-index: 2;
  width: 100%;
}
section ul.big a {
  z-index: 1;
  display: inline-block;
  position: relative;
}
section ul.big a span {
  z-index: 2;
  position: relative;
}
section ul.big a img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 30vw;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section ul.big a:hover {
  z-index: 2;
}
section ul.big a:hover span {
  transition: none;
  background-color: transparent;
  mix-blend-mode: initial;
  color: var(--white);
}
section ul.big a:hover img {
  opacity: 1;
}

section li {
  display: inline-block;
  margin: 0 0.9em 0.9em 0;
  transition: none;
}
@media print, screen and (min-width: 40em) {
  section li {
    margin: 0 1.8em 0.9em 0;
  }
}

section li a {
  z-index: 1;
  position: relative;
  cursor: pointer;
  background-image: var(--bg);
  background-repeat: repeat;
  background-position: bomttom left;
  background-size: var(--bgsize);
  transition: all ease 500ms;
  background-attachment: fixed;
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  transition: none;
  color: transparent;
}
@media print, screen and (min-width: 40em) {
  section li a {
    font-size: 2.33vh;
  }
}

section li a:hover {
  color: var(--secondary);
}

section li a span {
  background-color: var(--bgcolour);
  mix-blend-mode: screen;
  color: var(--black);
  transition: none;
}

section li a:hover span {
  color: var(--primary);
}

section li a:active span {
  color: var(--secondary);
}

section ul.big li a span {
  font-size: 9vw;
}
@media print, screen and (min-width: 40em) {
  section ul.big li a span {
    font-size: 5.79807693vh;
  }
}

#mouse-circle {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #mouse-circle {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 48px;
    height: 48px;
    margin: 12px 0 0 12px;
    border: 2px solid var(--secondary);
    background: var(--primary);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99;
    opacity: 0.9;
    transform: translateY(-100%);
  }
}

select {
  z-index: 3;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0.9rem;
  font-size: 0.75rem;
  padding: 0.65em 1.8em;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  background-color: var(--primary);
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  outline-width: 0;
}
@media print, screen and (min-width: 40em) {
  select {
    margin: 2.7rem;
  }
}

select,
section ul,
svg.logo {
  display: inline-block;
  opacity: 0;
  transition: 1500ms all ease 750ms;
}

select {
  transform: translateY(1.8rem);
}

section ul {
  transform: translateY(1.8rem);
}

svg.logo {
  transform: translateY(-1.8rem);
}

.loaded .outer-text,
.loaded #press,
.loaded nav.name,
.loaded select,
.loaded section ul,
.loaded svg.logo {
  opacity: 1;
  transition: 1500ms all ease;
  transform: translateY(0) translateX(0);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary);
}

nav.name {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.9em;
  z-index: 9999;
  transform: translateX(50%);
  transition: all ease 500ms;
  font-size: 0.85rem;
}
@media print, screen and (min-width: 40em) {
  nav.name {
    font-size: 2vh;
  }
}
nav.name span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--primary);
  display: block;
  line-height: 0;
}

.cycle-slideshow .nav {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: w-resize;
  width: 50%;
  left: 0;
}
.cycle-slideshow .nav.next {
  right: 0;
  left: auto;
  cursor: e-resize;
}
.cycle-slideshow .nav.mask {
  right: 0;
  left: 0;
  width: 100%;
  cursor: default;
}

#thumbnails {
  display: inline-block;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
@media print, screen and (min-width: 40em) {
  #thumbnails {
    width: 88.88vw;
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
#thumbnails .row {
  padding: 1.8rem 1.8rem 1.8rem 0.9rem;
}
@media print, screen and (min-width: 40em) {
  #thumbnails .row {
    padding: 1.8rem;
  }
}
#thumbnails .row .row-inner {
  padding-top: 0.9rem;
}
#thumbnails .row .row-inner img, #thumbnails .row .row-inner video {
  cursor: pointer;
  height: auto;
  width: 27.5%;
  object-fit: cover;
  margin: 0 0.9rem 0.9rem 0;
  transition: all ease 500ms;
}
@media print, screen and (min-width: 40em) {
  #thumbnails .row .row-inner img, #thumbnails .row .row-inner video {
    height: 150px;
    width: 150px;
  }
}
#thumbnails .row .row-inner img:hover, #thumbnails .row .row-inner video:hover {
  transform: scale(1.1);
}

.cycle-slideshow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 2;
}
.cycle-slideshow .cycle-slide {
  object-fit: scale-down;
  z-index: 100;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity ease 500ms;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5vh 15vw;
  left: 0;
  background: #fff;
}

.thumbs {
  position: fixed;
  right: 0;
  text-align: right;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  width: auto;
  padding: 0.9rem;
  text-transform: none;
  font-size: 0.75rem;
  color: var(--black);
  transition: all ease 500ms;
}
@media print, screen and (min-width: 40em) {
  .thumbs {
    font-size: 0.86538462vw;
    padding: 1.8rem;
  }
}
.thumbs:hover {
  transform: translateX(-0.45rem);
}

.cycle-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 75vw;
  text-transform: none;
  padding: 0.9rem 0.45rem;
  font-size: 0.75rem;
  color: var(--black);
}
@media print, screen and (min-width: 40em) {
  .cycle-overlay {
    padding: 1.8rem;
    width: 20rem;
    font-size: 1rem;
  }
}

.cycle-caption {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  writing-mode: vertical-lr;
  font-size: 1rem;
  padding: 0.45rem;
  line-height: 0;
  position: fixed;
  top: 0;
  right: 1.35em;
  z-index: 998;
  text-transform: uppercase;
  font-weight: normal;
  color: var(--secondary);
}
.cycle-caption span {
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 40em) {
  .cycle-caption {
    font-size: 1.8vh;
    padding: 0.9em;
  }
}

.flex-image,
.flex-video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  margin-bottom: 1.8em;
}
.flex-image.square,
.flex-video.square {
  padding-bottom: 100%;
}
.flex-image iframe, .flex-image img, .flex-image video,
.flex-video iframe,
.flex-video img,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outer-text {
  opacity: 0;
  transform: translateY(1.8rem);
  transition: opacity ease 1s;
  min-height: 100vh;
  padding: 3.6rem 0.9rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.outer-text .flex-image {
  margin-bottom: 0.9em;
}
.outer-text .featured-image {
  font-size: 1rem;
  display: none;
}
.outer-text .featured-image em {
  font-size: 0.7rem;
  line-height: 1.125;
}
@media print, screen and (min-width: 40em) {
  .outer-text .featured-image {
    width: 33%;
    margin-top: 4.5rem;
    display: inline-block;
    position: sticky;
    top: 3.6rem;
    align-self: flex-start;
  }
}
.outer-text.book .featured-image {
  display: inline-block;
  margin-bottom: 5.6rem;
}
.outer-text .inner-text {
  margin-top: auto;
  margin-bottom: 3.6rem;
}
@media print, screen and (min-width: 40em) {
  .outer-text .inner-text {
    width: 66%;
  }
}
.outer-text .inner-text ol {
  padding: 0 0 0 0.9rem;
  margin: 0;
}
.outer-text .inner-text ol li {
  margin: 0.9rem 0;
  padding: 0 0 0 0.9rem;
}
.outer-text .inner-text li,
.outer-text .inner-text p {
  text-transform: none;
}
@media print, screen and (min-width: 40em) {
  .outer-text {
    padding: 10.8rem 1.8rem 1.8rem;
    max-width: 60rem;
    flex-direction: row;
    display: flex;
    flex-direction: row;
  }
  .outer-text.book {
    max-width: 80rem;
  }
  .outer-text > div {
    padding-right: 3.6rem;
  }
}
.outer-text.wide {
  width: 100%;
  padding-right: 1.8em;
  padding-left: 1.8em;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.outer-text.wide .inner-text {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .outer-text.wide {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
    max-width: 100%;
    width: 75em;
  }
  .outer-text.wide p {
    width: 75%;
  }
}

#press {
  opacity: 0;
  transform: translateY(1.8rem);
  transition: opacity ease 1s;
  min-height: 100vh;
  padding: 3.6rem 0.9rem;
  display: flex;
}
#press .press-row {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#press .press-row .row-inner {
  padding: 0 1.8rem 1.8rem 0;
  width: 50%;
}
@media print, screen and (min-width: 40em) {
  #press .press-row .row-inner {
    width: 20%;
  }
}
#press .press-row .row-inner h1, #press .press-row .row-inner h2, #press .press-row .row-inner h3, #press .press-row .row-inner h4, #press .press-row .row-inner h5, #press .press-row .row-inner h6 {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #press {
    padding: 10.8rem 1.8rem 1.8rem;
    max-width: 80rem;
  }
  #press > div {
    padding-right: 3.6rem;
  }
}

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