@font-face {
  font-family: Celaraz;
  src: url("Celaraz-Regular.woff2") format("woff2"); }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Celaraz", serif;
  overflow-x: hidden;
  font-size: 1.08vw;
  line-height: 1.25;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "liga", "kern", "case";
  font-feature-settings: "liga", "kern", "case";
  counter-reset: image; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  position: relative; }

.ok {
  height: 100vh;
  width: 3.5vw;
  position: fixed;
  top: 0;
  right: 21.5vw;
  font-size: 2.5vw;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  z-index: 99999999999;
  background: yellow; }
  .ok a {
    border-color: transparent; }
    .ok a:hover {
      border-color: #000; }

.thingss {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  .thingss .marquee3k {
    white-space: nowrap; }

.wrapper {
  width: 100vw;
  min-height: 100vh;
  display: grid;
  grid-template-areas: "header header" "intro  info" "residency  info";
  grid-template-rows: 0 80vh 1fr;
  grid-template-columns: 80vw 20vw; }

.wrapper.single {
  width: 100vw;
  display: grid;
  grid-template-areas: "header header" "intro  info" "residency  info";
  grid-template-rows: 0 1vw 1fr;
  grid-template-columns: 80vw 20vw; }

a {
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px solid;
  line-height: 1.25; }

p {
  font-size: 0.87rem;
  line-height: 1.25;
  text-indent: 2vw; }

p:first-child {
  text-indent: 0; }

sup {
  vertical-align: super;
  font-size: 0.25em;
  font-size: 1rem;
  position: relative;
  top: -0.3em; }

.mobile_logo a, .mobile_nav_header {
  display: none; }

.logo a {
  text-indent: 0;
  position: fixed;
  left: 1vw;
  top: 1vw;
  z-index: 99999;
  color: #000;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #000;
  border: 1px solid;
  background: yellow;
  padding: 0.3vw 0.6vw 0.2vw;
  line-height: 0.95;
  font-size: 2.5vw;
  padding: 0.15vw 0.2vw 0vw; }

nav .logo a {
  text-indent: 0;
  position: static;
  color: #000;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #000;
  border: 1px solid !important;
  background: yellow;
  padding: 0.3vw 0.6vw 0.2vw;
  line-height: 1;
  font-size: 2.5vw;
  display: none; }

.fade {
  display: block;
  top: 0; }

.intro {
  position: fixed;
  top: 0;
  z-index: 99;
  grid-area: intro;
  padding: 1vw;
  width: 80vw; }
  .intro p {
    line-height: 1.15;
    font-size: 2.5vw;
    text-indent: 8.6vw; }
  .intro a {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    white-space: nowrap; }

:focus {
  outline: none; }

h3.name {
  text-indent: 0; }

p.role, a.email {
  margin-left: 2vw; }

.top, .down, .up {
  border: none;
  position: relative;
  z-index: 9999999999; }

.info {
  border-left: 1px solid;
  /* grid-area: info; */
  /* background: yellow; */
  padding: 1vw;
  overflow-y: scroll;
  height: 100vh;
  width: 21vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  .info p:first-of-type {
    text-indent: 0; }
  .info nav {
    font-size: 2.5vw;
    padding-top: 0;
    padding-bottom: 0.4vw;
    line-height: 1.15;
    /* background: yellow; */
    z-index: 999; }
    .info nav a {
      line-height: 1.15;
      border-color: transparent; }
      .info nav a:hover, .info nav a.active {
        border-color: currentColor; }
  .info h2 {
    font-size: 2.5vw;
    padding-top: 0.5vw; }
  .info .contact li {
    font-size: 0.87rem;
    line-height: 1.25;
    padding: 0.5em 0; }
  .info .support {
    /* background: yellow; */
    padding-top: 0.5vw; }
    .info .support img {
      display: block;
      width: 9.3vw;
      width: 6vw;
      padding: 0;
      padding-top: 1em;
      filter: grayscale(100%);
      mix-blend-mode: multiply; }

#colophon p {
  text-indent: 0;
}

.top {
  font-size: 2.5vw;
  float: right; }

.archive::-webkit-scrollbar {
  display: none;
  }

.archive {
  display: grid;
  grid-template-columns: repeat(auto-fill, 11.1vw);
  grid-auto-rows: 11.1vw;
  grid-auto-flow: dense;
  padding: 0.5vw;
  height: 100vh;
  overflow-y: scroll; }
  .archive a {
    border: none; }

.item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
  /* background: yellow; */
  display: none; }

.item img {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.5vw;
  -webkit-filter: grayscale(100%) brightness(1.2) opacity(0.7);
  filter: grayscale(100%) brightness(1.2) opacity(0.7); }

.item.v2 {
  grid-row: span 2; }

.item.v3 {
  grid-row: span 2; }

.item.v4 {
  grid-row: span 5; }

.item.h2 {
  grid-column: span 2; }

.item.h3 {
  grid-column: span 3; }

.item.h4 {
  grid-column: span 5; }

h1 {
  font-size: 2.5vw;
  text-align: center; }

.residencies {
  grid-area: residency;
  display: grid;
  width: 76.5vw; }
  .residencies h1 {
    position: -webkit-sticky;
    position: sticky;
    top: 1vw; }
  .residencies .documentation {
    position: relative;
    z-index: 999; }
  .residencies .artists {
    width: 20vw;
    position: absolute;
    top: 0;
    padding-left: 4vw;
    padding-top: 4vw;
    text-indent: -2.8vw;
    line-height: 1.45;
    display: none; }

.lazy {
  -webkit-filter: blur(20px);
  filter: blur(20px); }


.media {
  margin-bottom: 1rem;
}
.media .counter::before {
  counter-increment: image;
  content: counter(image); }

.counter {
  position: relative;
  /* height: 100%;
  top: -5vh;
  z-index: 999;
  left: 2vw;
  left: 0; */
  font-size: 2.5vw;
  font-size: 0.87rem;
  text-align: center;
  z-index: -1;
  display: inline;
  padding-right: 1rem;
}


figure {
  /* width: 78vw; */
  width: 100%;
  height: auto;
}
figure:only-child {
  width: 78vw;
  /* width: 100%; */
  height: auto;
}

.residency-image {
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 78vw; */

  display: grid;
  width: 74vw;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-auto-flow: dense;
  /* justify-content: center; */
  /* justify-items: center; */
}

.documentation img, .documentation video {
  /* width: 80vw; */
  width: 100%;
  /* height: 85vh; */
  max-height: 85vh;
  /* -o-object-fit: contain; */
  object-fit: contain;
  /* -o-object-position: center center; */
  object-position: center center;
  /* padding: 2.5vw 2vw 3.5vw 1vw;
  padding: 2vw 2vw 3.5vw 1vw; */
  padding: 2vw 0vw 0.5vw 1vw;
}

.caption {
  text-align: center;
  display: block;
}

.caption p {
  display: inline;
}






.residency-video {
  /* width: 68.8vw;
  margin-left: 5vw; */
  width: 73vw;
  margin-left: 1vw;
}

.plyr--full-ui input[type=range] {
  background: transparent;
}
.plyr--video .plyr__controls {
  /* color: yellow; */
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  padding: 10px;
  background: transparent;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: transparent;
  border-color: #fff;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: transparent;
  border-color: #fff;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  border: 1px solid transparent;
  border-radius: 50%;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  transform: none;
}

.plyr__control--overlaid {
  background: #fff;
  background: transparent;
  box-shadow: none;
  color: #000;
  border: 1px solid #fff;
  padding: 1vw;
}
.plyr__control--overlaid:hover {
  background: transparent;
  border-color: #fff;
}
.plyr__control--overlaid svg {
  display: none;
}
.plyr__control--overlaid:after {
  content: "Play";
  font-family: "Celaraz", serif;
  font-size: 3vw;
  color: #fff;
  line-height: 1.25;
  -webkit-font-feature-settings: "liga", "kern", "case";
  font-feature-settings: "liga", "kern", "case";
}

/* .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
} */









.residency-image:first-child img {
  /* -o-object-position: center bottom !important; */
  /* object-position: center bottom !important; */
  padding-top: 1vw; }

.residency-image:last-of-type {
  padding-bottom: 5vw; }

.centerThatShit {
  -webkit-transform: translate(13.5vw, 35vh);
  transform: translate(13.5vw, 35vh); }

#outerCircleText {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: default;
  font-family: "Celaraz", serif; }

#outerCircleText div {
  position: relative;
  pointer-events: none; }

#outerCircleText div div {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.10vw;
  -webkit-text-stroke-color: #000; }

.menu-nav-trigger--color {
  stroke: black; }

.word-play__coach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none; }

.is-touchable .word-play__coach {
  display: block; }

#outerCircleText {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999; }

@media screen and (max-width: 500px) {
  #outerCircleText {
    display: none; }
  html {
    font-size: 5vw; }
  .wrapper {
    padding: 0 3vw;
    grid-template-rows: 0 59vh 1fr;
    grid-template-rows: 0 auto 1fr; }
  .artists {
    position: static !important;
    width: 80vw !important; }
  .logo {
    display: inline;
    /* display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    line-height: 1;
    padding: 0.1vw 0.3vw 0; */
    }
    .logo a {
      left: 4vw;
      font-size: 7vw;
      position: fixed;
      top: 6vw;
      display: inline-block;
      line-height: 0.85;
      padding: 1.3vw 0.6vw 0.3vw; }
  .mobile_logo a {
    display: block;
    text-indent: 0;
    color: #000;
    border: 1px solid;
    background: yellow;
    padding: 0.1vw 0.3vw 0;
    font-size: 7vw;
    display: none; }
  .mobile_close {
    display: block; }
  .hamburger .hamburger__bar, .hamburger .hamburger__bar:before, .hamburger .hamburger__bar:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .hamburger.is-active .hamburger__bar:before, .hamburger.is-active .hamburger__bar:after {
    background: #000; }
  .hamburger {
    width: 13vw;
    height: 13vw;
    display: block !important;
    position: fixed;
    top: 2vw;
    right: 1vw;
    padding: 3vw;
    border: none;
    z-index: 9999999999; }
  .hamburger.is-active .hamburger__bar {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .hamburger.is-active .hamburger__bar:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .hamburger.is-active .hamburger__bar:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0; }
  .hamburger .hamburger__bar {
    top: 2vw;
    margin: 0; }
  .hamburger .hamburger__bar:before {
    content: "";
    top: -1.6vw; }
  .hamburger .hamburger__bar:after {
    content: "";
    bottom: calc(-1.6vw + 1px); }
  .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .mobile_nav_header {
    z-index: 99999999;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 4vw;
    overflow: hidden;
    font-size: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .documentation img, .documentation video {
    width: 80vw;
    margin-bottom: 2rem;
    height: auto;
    max-height: 100vh; }
  .info {
    position: fixed;
    right: -65vw;
    width: 80vw;
    padding: 1vw 3vw 10vh;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    overflow: hidden; }
    article, .archive {
      width: 79vw;
    }
    p.role, a.email {
      margin-left: 7vw;
      text-indent: 0;
    }
    .info p {
      text-indent: 7vw; }
    .info h2 {
      font-size: 7vw; }
    .info .support img {
      width: 25vw; }
    .info nav {
      font-size: 15vw;
      padding-top: 6vh;
      padding-bottom: 10vh;
      padding-bottom: 5vw;
      pointer-events: none; }
      .info nav ul li a {
        line-height: 1.105;
        display: inline; }
  .info.open {
    right: 0 !important;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 99999; }
    .info.open nav {
      pointer-events: auto; }
  .intro {
    position: static;
    padding: 1.3rem 1vw; }
  .intro p {
    font-size: 7.1vw;
    text-indent: 24vw;
    line-height: 1.15;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  h1 {
    font-size: 7vw;
    text-align: center; }
  .residencies {
    grid-area: residency;
    display: grid;
  }
    .residencies h1 {
      top: auto;
      position: fixed;
      bottom: 4vw;
      width: 78vw; }
  .ok {
    font-size: 7vw;
    width: 8.5vw;
    z-index: 999;
    right: 15.5vw;
    background: transparent; }
  .archive {
    grid-template-columns: 3;
    grid-rows: 3;
    grid-gap: 10px;
  }
  .item {
    grid-column: span 1;
    grid-row: span 1;
  }
  .item.v2 {
    grid-row: span 2; }
  .item.h2 {
    grid-column: span 2; }

  .item.v3 {
    grid-row: span 3; }
  .item.h3 {
    grid-column: span 3; }

  .item.v4 {
    grid-row: span 3; }
  .item.h4 {
    grid-column: span 3; }

.residencies .documentation {
  padding-top: 4vw;
}
.residency-image:last-of-type {
  padding-bottom: 3.4rem!important;
}




  }





  /*  TABLET/smallish screen  */
@media only screen and (min-width : 500px) and (max-width : 1000px) {
  .info {
    width: 48vw;
    padding: 2rem;
  }
  .intro, .residencies, .residency-image, .counted, figure:only-child, .archive {
    width: 44vw;
    padding: 2rem;
  }
  .intro {
    padding-right: 0;
    width: 50vw;
  }
  .intro p {
    text-indent: 10.5vw;
  }
  p, h3, li, a {
    font-size: 1.7rem!important;
  }
  h1, h2, .ok, .ok a, .logo a, .intro p, .intro a, .info nav a  {
    font-size: 2.8rem!important;
  }
  .ok {
    right: 48vw;
  }
  .centerThatShit {
    -webkit-transform: translate(3.5vw, 50vh);
    transform: translate(3.5vw, 50vh);
  }
  .logo a {
    top: 2rem;
    left: 2rem;
  }
  .residencies h1 {
    top: 2rem;
  }
  #about {
    padding-top: 2.5rem;
  }
}
