@font-face {
  font-family: "Simplex";
  src: url("../fonts/simplex-webfont.woff2") format("woff2"),
       url("../fonts/simplex-webfont.woff") format("woff");
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.4em;
	font-family: 'Simplex', Helvetica, Arial, sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
	/*font-smoothing: antialiased;*/
}

html {
	color: white;
	background-color: #4040d2;
}

* {
	box-sizing: border-box;
}

/* font-sizes */

.small {
	font-size: 18px;
	line-height: 1.4em;
}

.large, strong {
	font-size: 28px;
	line-height: 1.4em;
}

strong {
	font-weight: normal;
	display: block;
	margin: 1.4em 0;
}

.spaced {
	letter-spacing: 0.275em;
}

.home body {
	height: 2000vh;
}

nav .title a,
nav .pages a,
nav .index-link a {
	text-transform: lowercase;
	text-decoration: none;
	color: inherit;
}

nav .languages a {
	text-transform: uppercase;
}

nav .languages a.active,
nav .pages a.active {
	border-bottom: 1px solid;
}

nav > div {
	z-index: 5000;
	position: fixed;
	left: 40px;
}

nav .index-link {
	left: auto;
	right: 40px;
	bottom: 50px;
	color: #4040d2;
	background-color: white;
	border-radius: 12px;
	padding: 2px 20px;
	text-align: center;
}

.index nav .index-link {
	color: white;
	background-color: #4040d2;
}

.about nav .index-link,
.calendar nav .index-link,
.echosystems nav .index-link {
	display: none;
}

nav .audio-player {
	left: auto;
	right: 40px;
	top: 40px;
}

nav .audio-description {
	padding-top: 0.4em;
	display: none;
}

nav .audio-expand, nav .audio-shrink {
	cursor: pointer;
}

nav .player.expand .audio-description {
	display: block;
}

nav .player.expand .audio-expand {
	/*display: none;*/
}

.index .audio-description {
	display: none;
}

nav .title {
	top: 33px;
}

nav .links {
	bottom: 50px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav .links li {
	margin-top: 1.4em;
}

nav .languages li {
	display: inline;
}

nav .spiral {
	width: 100px;
	padding: 40px;
	height: 100%;
	left: 0;
}

.home nav .spiral,
.echosystems nav .spiral,
.index nav .spiral,
.about nav .spiral {
	pointer-events: none;
}

nav .spiral svg {
	width: auto;
	max-height: 100%;
}

nav .spiral svg path {
	stroke: white;
	stroke-width: 1;
	fill: none;
}

nav .live-screening {
	position: fixed;
	left: 32.5vw;
	top: 40px;
	width: 30vw;
}

nav .live-screening a {
	display: flex;
}

nav .live-screening div {
	padding: 0 5px;
}

nav .live-screening .dot {
	color: red;
	margin-right: 0px;
	opacity: 1;
	animation: blink 2s infinite;
	position: relative;
	top: -2px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
  	opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
  	opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}

nav .live-screening a {
	text-decoration: none;
	color: inherit;
}

.calendar, .index, .echosystems {
	color: #4040d2;
	background-color: white;
}

.calendar nav .spiral svg path,
.index nav .spiral svg path,
.echosystems nav .spiral svg path {
	stroke: #4040d2;
}

/* home */

.works {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .wrapper {
	opacity: 0;
	pointer-events: none;
}

.home .wrapper.show {
	opacity: 1;
	pointer-events: all;
}

.home video {
	display: none;
}

.work {
	width: 20vw;
	height: 32.5vh;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}

.work img.landscape {
	width: 100%;
}

.work img.portrait {
	width: 60%;
}

.work .caption {
	opacity: 0;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 0.3em;
}

.work:hover .caption {
	opacity: 1;
}

/* pages */

.content {
	padding: 150px 300px 50px 300px;
}

.page-title {
	/*text-transform: lowercase;*/
	margin-bottom: calc(1.4em * 2);
}

.about nav .title,
.calendar nav .title {
	/*display: none;*/
}

/* about */

.about .logos {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 1.4em 0;
}

.about .logo {
	padding: 10px;
}

.about img.logo {
	width: auto;
	height: 120px;
}

.about .links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.about .social-media .link {
	float: left;
	display: inline-block;
	text-align: left;
	padding-right: 30px;
}

.about .credits .link {
	float: right;
	display: inline-block;
	text-align: right;
	padding-left: 30px;
}

.about a {
	text-decoration: none;
	color: inherit;
}

/* calendar */

.calendar .event {
	margin-bottom: 1.4em;
}

.calendar .event .event-top {
	display: flex;
	flex-wrap: nowrap;
}

.calendar .event.expandable .event-top {
	cursor: pointer;
}

.calendar .event .date {
	width: 160px;
}

.calendar .event .time {
	width: 200px;
}

.calendar .event .title {
	width: calc(100% - 360px);
	flex-grow: 2;
}

.calendar .event .event-top img {
	width: 50%;
	margin-top: calc(1.4em / 2);
}

.calendar .event .event-top img.portrait {
	width: 30%;
	margin-top: calc(1.4em / 2);
}


.calendar .event .event-bottom {
	display: none;
}

.calendar .event .event-bottom img {
	cursor: pointer;
	display: block;
	width: 100%;
	margin-top: calc(1.4em / 2);
}

.calendar .event .event-bottom img.portrait {
	width: 60%;
}

.calendar .event.expand .event-top img {
	display: none;
}

.calendar .event.expand .event-bottom {
	display: block;
}

.calendar .event.expand .event-bottom .text {
	padding: 0 30px;
}

.calendar .shrink {
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 1.4em;
}

/* index */

.index .artist {
	padding-top: calc(1.4em * 2);
}

.index .media-title{
	padding-bottom: 1.4em;
}

.index .bio {
	padding: 0.4em 0;
}

.index .bio.expand .click-shrink {
	margin-bottom: 1.4em;
}

.index .media {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.index .media > div {
	width: calc(25% - 20px);
}

.index .media .images .images-wrapper,
.index .media .images .videos-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.index .media .wrapper {
	width: 50%;
	padding: 0 5px 5px 0;
}

.index .media .wrapper img,
.index .media .wrapper figure.player,
.home .wrapper figure.player {
	width: 100%;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	display: block;
}

.click {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: none;
	z-index: 0;
	cursor: pointer;
}

.right-click {
	left: auto;
	right: 0;
}

.lightbox .click {
	display: block;
}

.index .media .audio {
	cursor: pointer;
	margin-bottom: 1.4em;
}

.index video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .wrapper.lightbox video,
.index .wrapper.lightbox video {
	display: block;
}

.home .wrapper figure img {
	width: 100%;
}

.home .wrapper.lightbox figure img, 
.index .wrapper.lightbox figure img {
	display: none;
}

.home .wrapper.lightbox .caption,
.index .wrapper.lightbox .caption {
	display: none;
}

.index .media .wrapper img.portrait {
	width: 60%;
}

.index .media .wrapper figure.player.portrait,
.home .wrapper figure.player.portrait {
	width: 60%;
}

.index .media .wrapper.lightbox img,
.home .wrapper.lightbox img {
	cursor: default;
}

.index .media .wrapper figure.player .controls,
.home .wrapper figure.player .controls {
	position: absolute;
	bottom: 50px;
	z-index: 4000;
	display: none;
}

.index .media .wrapper.lightbox figure.player .controls,
.home .wrapper.lightbox figure.player .controls {
	display: flex;
}

.index .media .links a {
	margin-bottom: 1.4em;
	display: block;
	text-decoration: none;
	color: inherit;
	word-break: break-word;
}

.index .media .description,
.home .description {
	color: white;
	background-color: #4040d2;
	display: none;
	width: 30%;
	box-shadow: 0 0 15px 15px #4040d2;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
}

.index .media .close,
.home .close {
	position: fixed;
	right: 30px;
	top: 30px;
	display: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.index .media .close svg,
.home .close svg {
	width: 100%;
}

.index .media .close line,
.home .close line {
	stroke: white;
	stroke-width: 1.25;
}

.index .media .wrapper.lightbox,
.home .wrapper.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10000;
	overflow: scroll;
}

.bump-zindex {
	z-index: 30000;
}

.home .wrapper.lightbox .work {
  width: 100%;
  height: 100%;
  position: static;
  transform: none;
  cursor: default;
  opacity: 1 !important;
}

.index .media .wrapper.lightbox img,
.index .media .wrapper.lightbox figure.player,
.home .wrapper.lightbox img,
.home .wrapper.lightbox figure.player
 {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

.index .media .wrapper.lightbox img.portrait,
.home .wrapper.lightbox img.portrait {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index .media .wrapper.lightbox figure.player video,
.home .wrapper.lightbox figure.player video {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.index .media .wrapper.lightbox .description,
.index .media .wrapper.lightbox .close,
.home .wrapper.lightbox .description,
.home .wrapper.lightbox .close  {
	display: block;
}

.index .media .wrapper.lightbox .expand-button,
.index .media .wrapper.lightbox .shrink,
.home .wrapper.lightbox .expand-button,
.home .wrapper.lightbox .shrink  {
	cursor: pointer;
}

.index .media .wrapper.lightbox .description .artwork-text,
.home .wrapper.lightbox .description .artwork-text {
	display: none;
}

.index .media .wrapper.lightbox .description .artwork-text.expand,
.home .wrapper.lightbox .description .artwork-text.expand {
	display: block;
}

.hide {
	display: none
}

.small-play {
	display: inline-block;
	width: 16px;
	position: relative;
	top: 2px;
}

/* video controls */

.player video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.player .controls {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 40px;
}

.player button.play,
.player button.pause {
	height: 30px;
	user-select: none;
	border: none;
	margin-right: 40px;
	color: rgba(0,0,0,0);
}

.player button.play,
.player button.pause {
	width: 29px;
}

nav .audio-player .player button.play,
nav .audio-player .player button.pause {
	height: 17px;
	width: 16px;
	margin-right: 10px;
}

nav .audio-player .controls {
	padding: 0 0 2px 0;
	cursor: pointer;
	border-bottom: 1px solid white;
}

.index nav .audio-player .controls,
.calendar nav .audio-player .controls,
.echosystems nav .audio-player .controls {
	border-bottom: 1px solid #4040d2;
}

.player button:focus {
	outline: none;
}

.player button,
.player input,
.player progress {
	cursor: pointer;
}

.player progress {
	-webkit-appearance: none;
	appearance: none;
	height: 7px;
	padding: 3px 0;
	flex-grow: 2;
}

nav .audio-player .audio-title {
	max-width: 25vw;
	white-space: nowrap;
	overflow: hidden;
}

.audio-player .player progress {
	display: none;
}

.player progress::-webkit-progress-bar {
	background: gray;
}

.player progress::-webkit-progress-value {
	background: white;
}

.player output.elapsed {
	color: white;
	padding: 0 0 0 10px;
	margin-left: 60px;
}

nav .audio-player .player output.elapsed {
	margin-left: auto;
}

.index nav .audio-player .player output.elapsed,
.calendar nav .audio-player .player output.elapsed,
.echosystems nav .audio-player .player output.elapsed {
	color: #4040d2;
}

.player button.play {
	background: url(../icons/player-button-play.svg) no-repeat;
}

.player.playing button.play {	
	background: url(../icons/player-button-pause.svg) no-repeat;
}

.index nav .audio-player .player button.play,
.calendar nav .audio-player .player button.play,
.echosystems nav .audio-player .player button.play {
	background: url(../icons/player-button-play-blue.svg) no-repeat;
}

.index nav .audio-player .player.playing button.play,
.calendar nav .audio-player .player.playing button.play,
.echosystems nav .audio-player .player.playing button.play {
	background: url(../icons/player-button-pause-blue.svg) no-repeat;
}

.echosystems-wrapper > .text {
	margin-bottom: 1.4em;
}

.echosystems .question-wrapper {
	margin-bottom: 1.4em;
	display: flex;
}

.echosystems .question-wrapper .counter {
	width: 60px;
}

.echosystems .question-wrapper > .text {
	width: 100%;
}
.echosystems .answer {
	margin-top: 1.4em;
}

.echosystems .question .answer {
	display: none;
}

.echosystems .click-shrink,
.echosystems .click-expand,
.bio .click-shrink,
.bio .click-expand {
	cursor: pointer;
}

.echosystems .question > .click-shrink,
.bio .click-shrink {
	display: none;
}

.echosystems .question.expand > .click-shrink,
.bio.expand .click-shrink {
	display: block;
}

.echosystems .question.expand > .click-expand,
.bio.expand .click-expand {
	display: none;
}

.echosystems .question.expand .answer {
	display: block;
}

.bio .excerpt {
	margin: 1em 0;
}

.echosystems .answer .full,
.bio .full {
	display: none;
}

.echosystems .answer.expand .excerpt,
.bio.expand .excerpt {
	display: none;
}

.echosystems .answer.expand .full,
.bio.expand .full {
	display: block;
}

.announcement {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 49%;
	transform: translateY(-50%);
}

.pos-1 {
	left: 10vw;
	top: 30vh;
}

.pos-2 {
	left: 30vw;
	top: 30vh;
}

.pos-3 {
	left: 50vw;
	top: 30vh;
}

.pos-4 {
	left: 70vw;
	top: 30vh;
}

.pos-5 {
	left: 90vw;
	top: 30vh;
}

.pos-6 {
	left: 10vw;
	top: 55vh;
}

.pos-7 {
	left: 30vw;
	top: 55vh;
}

.pos-8 {
	left: 50vw;
	top: 55vh;
}

.pos-9 {
	left: 70vw;
	top: 55vh;
}

.pos-10 {
	left: 90vw;
	top: 55vh;
}

.pos-11 {
	left: 10vw;
	top: 80vh;
}

.pos-12 {
	left: 30vw;
	top: 80vh;
}

.pos-13 {
	left: 50vw;
	top: 80vh;
}

.pos-14 {
	left: 70vw;
	top: 80vh;
}

.pos-15 {
	left: 90vw;
	top: 80vh;
}

nav .spiral.spiral-1 {
	width: 80vw;
}

nav .spiral.spiral-2 {
	width: 33vw;
}

nav .spiral.spiral-3 {
	width: 33vw;
}

nav .spiral.spiral-4 {
	width: 80vw;
}

nav .spiral.spiral-5 {
	width: 33vw;
}

nav .spiral.spiral-6 {
	width: 50vw;
}

nav .spiral.spiral-7 {
	width: 20vw;
}

nav .spiral.spiral-8 {
	width: 25vw;
}

nav .spiral.spiral-9 {
	width: 33vw;
}

@media only screen and (max-width: 1200px) {
	.content {
		padding: 160px 225px 40px 225px;
	}
	nav .live-screening {
		left: 280px;
	}
}

@media only screen and (max-width: 900px) {
	.content {
		padding: 160px 40px 290px 40px;
	}
}

@media only screen and (max-width: 800px) {
	nav .live-screening {
		left: 35px;
		top: 80px;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	nav .live-screening a {
		/*justify-content: center;*/
	}

}

@media only screen and (max-width: 630px) {

	.content {
		padding: 200px 20px 50px 20px;
	}

	nav .title {
		left: 20px;
		top: 13px;
	}

	nav .audio-player {
		display: none;
	}

	nav .links {
		bottom: auto;
		top: 37px;
		left: 20px;
	}

	nav .links li,
	nav .languages {
		margin-top: 0.7em;
	}

	nav .languages {
		position: fixed;
		right: 20px;
		top: 0;
	}

	nav .index-link {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 50px;
  }
	
	nav .live-screening {
		left: 0;
		/*transform: translateX(-50%);*/
    top: 163px;
    width: 100%;
    padding: 0 20px;
  }

  nav .live-screening .dot {
  	padding: 0;
  }
	nav .live-screening a {
		justify-content: flex-start;
	}

  .about nav .live-screening, 
  .calendar nav .live-screening, 
  .echosystems nav .live-screening, 
  .index nav .live-screening {
  	display: none;
  }

  nav .live-screening a {
  	display: flex;
  }
  nav .live-screening a div:first-child {
  	padding-right: 10px;
  }

  .about img.logo {
		height: 80px;
	}

  .about .social-media .link,
  .about .credits .link {
  	display: block;
    float: left;
    text-align: left;
    width: 100%;
  }
  
  .work {
  	opacity: 1;
		width: 80vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%) translateY(0);
		cursor: pointer;
	}

	.home .works {
		position: static;
	}

	.home .wrapper {
		opacity: 1;
		display: inline-block;
		width: 100%;
		pointer-events: all;
	}

	.work img.landscape {
		width: 100%;
	}

	.work img.portrait {
		max-width: 60%;
	}

	.lightbox .work img.portrait {
		max-width: 100%;
	}

	.large, strong {
		font-size: inherit;
		line-height: inherit;
	}

	.page-title {
		text-align: center;
	}

	.calendar .event .event-top {
    display: block;
  }

  .calendar .event .date, 
  .calendar .event .time {
  	width: auto;
  	display: inline-block;
  }

  .calendar .event .title {
    width: 100%;
  }
  .calendar .event .event-top img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: calc(1.4em / 2);
  }
  .calendar .event .event-top img.portrait {
    width: 48%;
  }
  .calendar .event.expand .event-bottom .text {
  	padding: 0;
  }
  .calendar .event .event-bottom img {
    margin: 0 auto;
    margin-top: calc(1.4em / 2);
	}

	.index .media {
		display: block;
	}
	.index .media > div {
    width: 100%;
    margin-bottom: 1.4em;
  }

	.pos-1 {
		left: 50vw;
		top: 20vh;
	}

	.pos-2 {
		left: 50vw;
		top: 40vh;
	}

	.pos-3 {
		left: 50vw;
		top: 60vh;
	}

	.pos-4 {
		left: 50vw;
		top: 80vh;
	}

	.spiral-1, 
	.spiral-2, 
	.spiral-3, 
	.spiral-4, 
	.spiral-5, 
	.spiral-6, 
	.spiral-7, 
	.spiral-8, 
	.spiral-9 {
		width: 100vw !important;
	}

	.index .media .description,
	.home .description {
		width: 60%;
		padding: 20px;
	}

	.index .media .wrapper.lightbox img,
	.index .media .wrapper.lightbox figure.player,
	.home .wrapper.lightbox img,
	.home .wrapper.lightbox figure.player
	 {
		object-fit: contain;
	}

	.index .media .wrapper.lightbox img.portrait,
	.home .wrapper.lightbox img.portrait {
		object-fit: cover;
	}

	.spiral svg {
		display: none;
	}

}

















