@font-face {
  font-family: 'QT';
  src: url("../fonts/Quadrant-Text-Regular.woff");
  font-style: normal; }

@font-face {
  font-family: 'QT';
  src: url("../fonts/Quadrant-Text-Regular-Italic.woff");
  font-style: italic; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box; }

img {
  opacity: 0;
  transition: opacity 0.35s ease-in; }

img.loaded {
  opacity: 1; }

html {
  font-size: 0.625vw;
  --font-large: 5.8rem;
  --font-medium: 4.8rem;
  --font-small: 2.5rem; }
  @media (max-width: 670px) {
    html {
      font-size: 10px;
      --font-large: 2.2rem;
      --font-medium: 4.8rem;
      --font-small: 1.75rem; } }

.logos {
  margin-top: 6em; }
  .logos img {
    max-width: 60%;
    display: block;
    mix-blend-mode: multiply; }

body {
  font-family: 'QT';
  font-size: 1.6rem;
  line-height: 1.2;
  color: black;
  -webkit-font-smoothing: antialiased; }
  body.moss {
    background: #c5c1aa; }
    body.moss .multiply {
      background: #c5c1aa;
      mix-blend-mode: multiply; }
  body.tumeric {
    background: #ee9a00; }
    body.tumeric .multiply {
      background: #ee9a00;
      mix-blend-mode: multiply; }
  body.brick {
    background: #c17500; }
    body.brick .multiply {
      background: #c17500;
      mix-blend-mode: multiply; }
  body.coral {
    background: coral; }
    body.coral .multiply {
      background: coral;
      mix-blend-mode: multiply; }

h1, h2 {
  font-size: var(--font-large);
  font-weight: normal;
  text-align: center;
  line-height: 1.1; }
  h1 a, h2 a {
    color: black; }

h2 {
  text-align: left;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0.25em;
  margin-top: 1em; }
  @media (max-width: 670px) {
    h2 {
      margin-bottom: 0.25em; } }

header {
  padding: 2em;
  padding-bottom: 1em; }
  @media (max-width: 670px) {
    header {
      padding: 1em;
      max-width: 100%;
      margin: 0 auto; } }

.content-trigger {
  position: fixed;
  top: 0.45em;
  right: 0.75em;
  font-size: var(--font-large);
  z-index: 10; }
  @media (max-width: 670px) {
    .content-trigger {
      top: 0.55em;
      right: 0.5em; } }
  .content-trigger:hover {
    color: #6E6E6E;
    cursor: pointer; }

.acknowledgements {
  margin-top: 2em; }
  .acknowledgements p + p {
    text-indent: 0 !important;
    margin-top: 1em; }
  .acknowledgements ul {
    margin: 1em 0;
    list-style: none; }
    .acknowledgements ul li {
      font-size: var(--font-small);
      text-indent: -3em;
      margin-left: 3em; }

.sounds {
  margin-top: 1em;
  font-size: var(--font-large);
  line-height: 1.1; }
  .sounds a {
    color: black;
    line-height: 1; }
    .sounds a + a {
      margin-top: 1em; }

.content-pane {
  position: fixed;
  top: 0;
  right: -1em;
  width: 45vw;
  height: 100vh;
  background: white;
  box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.14);
  z-index: 10;
  padding: 1.5em 3.5em 1.5em 2.5em;
  overflow-y: auto;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  z-index: 20; }
  @media (max-width: 670px) {
    .content-pane {
      width: calc(100vw + 1em);
      padding: 1.5em 1.5em 1.5em 1em; } }
  .content-pane_close {
    position: fixed;
    top: 0.9em;
    right: 1.5em;
    font-size: var(--font-small); }
    @media (max-width: 670px) {
      .content-pane_close {
        top: 1.3em;
        right: 1em; } }
    .content-pane_close:hover {
      cursor: pointer;
      color: #6E6E6E; }
  .content-pane:not(.open) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .content-pane p {
    font-size: var(--font-small); }
    .content-pane p + p {
      text-indent: 3em; }
    .content-pane p a {
      color: black;
      font-style: italic;
      line-height: 1;
      text-decoration: underline; }
      .content-pane p a:hover {
        color: #6E6E6E; }

.pane-title, h3 {
  display: block;
  font-size: var(--font-small);
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal; }
  @media (max-width: 670px) {
    .pane-title, h3 {
      text-align: center; } }

.pane-title {
  font-size: var(--font-large);
  line-height: 1.1;
  padding-top: 0.15em; }

figure {
  max-width: 75%;
  margin: 3em auto 2em;
  background: var(--background); }
  @media (max-width: 670px) {
    figure {
      max-width: 95%; } }
  figure video {
    max-width: 100%;
    display: block;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

nav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style: none;
  padding: 2em;
  max-width: 75%;
  margin: 0 auto; }
  @media (max-width: 670px) {
    nav {
      max-width: 100%;
      padding: 2em 1em; } }
  nav li {
    font-size: var(--font-large);
    text-align: center;
    line-height: 1; }
    nav li a {
      color: black; }
      nav li a:hover {
        color: #828282; }

@media (max-width: 670px) {
  .scrub {
    background-size: 100% 1px !important;
    background-position: 0px calc(100% - 4.5px) !important; } }

.acknowledgement {
  max-width: 60%;
  margin: 0 auto;
  font-size: var(--font-small);
  text-align: center;
  margin-bottom: 1em; }
  @media (max-width: 670px) {
    .acknowledgement {
      font-size: 1.3rem;
      max-width: 90%; } }

main {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 10em; }
  main article {
    width: 50%;
    background: var(--background); }
    @media (max-width: 670px) {
      main article {
        width: 100%; } }
    main article a {
      color: black; }
    main article:hover img {
      cursor: pointer;
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      mix-blend-mode: initial; }
    main article img {
      max-width: 100%;
      display: block;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: multiply; }
  main .title {
    font-size: var(--font-large);
    display: block;
    text-align: center;
    line-height: 1; }
    @media (max-width: 670px) {
      main .title {
        font-size: var(--font-large); } }

.multiply img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: mix-blend-mode 0.5s ease-in-out; }

.video-pane {
  width: 100vw;
  height: 100vh;
  z-index: 401;
  background: black;
  display: none;
  position: fixed;
  top: 0;
  left: 0; }
  .video-pane .video-text {
    position: fixed;
    bottom: 1em;
    left: 50%;
    width: 100%;
    display: table;
    text-align: center;
    line-height: 1.3;
    max-width: 80%;
    margin: 0 auto;
    color: white;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 670px) {
      .video-pane .video-text {
        font-size: 1rem;
        max-width: calc(100% - 2rem);
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (max-width: 670px) {
      .video-pane .video-text br {
        display: none !important; } }
  .video-pane video {
    width: 80vw;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 80vh; }
    @media (max-width: 670px) {
      .video-pane video {
        width: calc(100vw - 2rem); } }
    .video-pane video:focus {
      outline: 0; }
  .video-pane.open {
    display: block !important; }
  .video-pane video:hover {
    cursor: pointer; }
  .video-pane-close {
    position: fixed;
    top: 1em;
    right: 1em;
    font-size: var(--font-small);
    color: white;
    z-index: 1000; }
    .video-pane-close:hover {
      cursor: pointer;
      opacity: 0.25; }

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