:root {
	--black: #000000;
	--gray: #f3f3f3;
	--white: #FFFFFF;
	--lime: #19f87c;
	--lemon: #d8ff05;
	--pitaya: #E70083;
	--blueberry: #1e00ee;
}

@font-face {
	font-family: 'philosopher';
	src: url('font/philosopher-regular.woff') format('woff');
}

@font-face {
	font-family: 'philosopherBold';
	src: url('font/philosopher-bold.woff') format('woff');
}

@font-face {
	font-family: 'tokyoDreams';
	src: url('font/tokyodreams-regular.woff') format('woff');
}

@font-face {
	font-family: 'tokyoDreamsHybrid';
	src: url('font/tokyodreams-hybrid.woff') format('woff');
}

html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: var(--white);
	overflow-x: hidden;
}

* {
	font-family: philosopher;
	font-weight: 100;
}

.ysofancy {
	font-family: tokyoDreamsHybrid;
}

h1,h2,h3,h4,h5 {
	font-family: tokyoDreams;
	font-weight: 100;
	margin: 0;
}

h2 {
	font-size: 2.7em;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.nav-reduced-size {
	width: 30px;
	height: 30px;
}

nav.difference {
	mix-blend-mode: difference;
}

.nav-closed #nav-bg {
	position: absolute;
	top: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	background-color: var(--black);
	transition: width 0.5s, height 0.5s;
	transition-delay: 200ms;
}

.nav-open #nav-bg {
	position: absolute;
	top: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	width: calc(200vw + 200vh);
	height: calc(200vw + 200vh);
	background-color: var(--black);
	transition: width 0.5s, height 0.5s;
}

.nav-line {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 6px;
	width: 30px;
	background-color: var(--white);
	border-radius: 3px;
}

.nav-closed #nav-toggle #nav-line-top {
	top: 10px;
	transition: width 0.5s, left 0.5s, top 0.5s, rotate 0.5s, background-color 0.2s;
}

.nav-closed #nav-toggle #nav-line-mid {
	top: 25px;
	width: 50px;
	transition: width 0.5s, background-color 0.2s;
}

.nav-closed #nav-toggle #nav-line-bot {
	top: 40px;
	transition: width 0.5s, left 0.5s, top 0.5s, rotate 0.5s, background-color 0.2s;
}

.nav-open #nav-toggle #nav-line-top {
	top: 25px;
	left: 4px;
	width: 50px;
	rotate: 45deg;
	transition: width 0.5s, left 0.5s, top 0.5s, rotate 0.5s, background-color 0.2s;
}

.nav-open #nav-toggle #nav-line-mid {
	top: 25px;
	width: 0px;
	transition: width 0.5s, background-color 0.2s;
}

.nav-open #nav-toggle #nav-line-bot {
	top: 25px;
	left: 4px;
	width: 50px;
	rotate: -45deg;
	transition: width 0.5s, left 0.5s, top 0.5s, rotate 0.5s, background-color 0.2s;
}

nav #nav-toggle {
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 10px;
	padding: 30px 35px;
	cursor: pointer;
	mix-blend-mode: difference;
}

nav #nav-toggle:hover .nav-line {
	background-color: var(--lime);
	transition: background-color 0.2s;
}

nav ul {
	position: relative;
	list-style: none;
	text-align: center;
	width: 100%;
	left: 50vw;
	top: 50vh;
	transform: translate(-50%, calc(-50% -  20px));
	padding: 0;
	z-index: 99;
}

.nav-closed ul {
	pointer-events: none;
}

nav li {
	padding: 50px 0px;
	width: 100%;
}

nav li a {
	color: var(--white);
	font-family: tokyoDreams;
	font-size: 3.5em;
	text-decoration: underline solid 2px var(--pitaya);
	-webkit-text-decoration-line: underline;
	-webkit-text-decoration-color: var(--pitaya);
	transition: text-decoration 0.2s, -webkit-text-decoration-color 0.2s;
}

nav li a:hover {
	text-decoration: underline solid 2px var(--lime);
	-webkit-text-decoration-line: underline;
	-webkit-text-decoration-color: var(--lime);
	transition: text-decoration 0.2s, -webkit-text-decoration-color 0.2s;
}

.nav-closed li {
	opacity: 0;
	text-underline-offset: 0px;
	transition: opacity 0.3s, text-underline-offset 0.5s;
	transition-delay: 0ms;
	pointer-events: none;
}

.nav-open li {
	opacity: 1;
	text-underline-offset: 50px;
	transition: opacity 0.3s, text-underline-offset 0.5s;
	transition-delay: 200ms;
}










#home {
	position: relative;
	height: 120vh;
	width: 100%;
	overflow: hidden;
}

#home-content {
	max-width: 1200px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
}

#home-content header {
	position: relative;
	display: block;
	text-align: right;
	top: 15vh;
	right: 50px;
/*	z-index: 50;*/
	color: var(--white);
	mix-blend-mode: difference;
}

#home-content #animated-title {
	position: absolute;
	right: -60px;
	top: -120px;
	width: 600px;
	height: 400px;
	z-index: -5;
}

#home-content header h1 {
	font-size: 6em;
	line-height: 0.7em;
	color: transparent;
}

#home-content header #subtitle {
	font-size: 2em;
	margin-top: 1em;
	color: var(--white);
}

#home-content ul {
	position: relative;
	display: block;
	list-style: none;
	padding-left:0;
	text-align: left;
	top: 20vh;
	left: 45px;
	z-index: 50;
	color: var(--white);
	font-size: 1.4em;
	mix-blend-mode: difference;
}

#home-content > p {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: var(--white);
	font-size: 1.4em;
	z-index: 99;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(20vh + 13vh);
	mix-blend-mode: difference;
}

.time {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	margin-bottom: 10px;
	position: relative;
}

.time::after {
	display: block;
	content: '';
	width: 200px;
	height: 1px;
	border-bottom: 1px solid white;
	position: absolute;
	bottom: -3px;
}

#home-circle {
	height: 90vh;
	width: 90vh;
	max-width: 900px;
	max-height: 900px;
	background-color: var(--black);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: calc(50% - 10vh);
	left: 50%;
	transform: translate(-50%, -50%);
/*	mix-blend-mode: difference;*/
	z-index: -10;
	pointer-events: none;
}

.drift-circle {
	border-radius: 50%;
	display: block;
	position: absolute;
	mix-blend-mode: difference;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -1;
}

#home-fade {
	position: absolute;
	z-index: 99;
	bottom: 0;
	display: block;
	width: 100%;
	height: 20vh;
	background: linear-gradient(transparent, var(--white));
}

.sideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
/*	max-width: 1100px;*/
	margin: auto;
	padding: 50px 0px;
}

.sideshow:nth-of-type(odd) {
	background-color: var(--black);
	color: var(--white);
}

.sideshow > .galleryHead, .models > .galleryHead {
	position: relative;
	width: 100%;
	max-width: 1100px;
	left: calc(50% + 0px);
	transform: translateX(-50%);
}

.sideshow h2, .models h2 {
	padding-bottom: 15px;
	border-bottom: solid 2px var(--pitaya);
}

.sideshow:nth-of-type(odd) h2 {
	border-color: var(--lime);
}

.sideshow h2 span {
	font-family: tokyoDreams;
	font-size: 0.45em;
	vertical-align: center;
	display: inline-block;
	transform: translateY(-25%);
}

.sideshow .scroller {
	overflow-x: scroll;
/*	scroll-snap-type: x mandatory;*/
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sideshow .scroller::-webkit-scrollbar{
	display: none;
}

.sideshow .scroller * {
/*	scroll-snap-align: start;*/
}

.sideshow ul {
	list-style: none;
	padding:0;
	width: calc(330px * 1 + 100vw - 1100px - 45px);
}

.sideshow ul a {
	text-decoration: none;
	color: var(--black);
	transition: color 0.2s;
}

.sideshow ul a:hover {
	text-decoration: none;
	color: var(--pitaya);
	transition: color 0.2s;
}

.sideshow:nth-of-type(odd) ul a {
	text-decoration: none;
	color: var(--white);
	transition: color 0.2s;
}

.sideshow:nth-of-type(odd) ul a:hover {
	text-decoration: none;
	color: var(--lime);
	transition: color 0.2s;
}

.sideshow .scroller[data-entries="3"] ul {
	width: calc(330px * 3 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="5"] ul {
	width: calc(330px * 5 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="6"] ul {
	width: calc(330px * 6 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="8"] ul {
	width: calc(330px * 8 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="9"] ul {
	width: calc(330px * 9 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="10"] ul {
	width: calc(330px * 10 + 100vw - 1100px - 45px);
}

.sideshow .scroller[data-entries="14"] ul {
	width: calc(330px * 14 + 100vw - 1100px - 45px);
}

.sideshow li {
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.sideshow li:first-of-type {
	padding-left: calc(50vw - 550px - 8px);
}

.sideshow li:last-of-type {
	padding-right: 0;
}

.sideshow img {
	width: 300px;
}

.sideshow:nth-of-type(odd) img {
	outline: solid 2px var(--white);
}

.sideshow:nth-of-type(even) img {
	outline: solid 2px var(--black);
}

.sideshow h3 {
	font-family: philosopherBold;
	margin-top: 10px;
	width: 300px;
	word-wrap: break-word;
}

.sideshow h3 .mini-title {
	font-size: 0.7em;
/*	vertical-align: center;*/
/*	display: inline-block;*/
/*	transform: translateY(-25%);*/
}

.sideshow p {
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 300px;
	word-wrap: break-word;
}

.sideshow li .year {
	width: 50px;
	text-align: right;
	float: right;
}

.sideshow .arrowRight {
	width: 100px;
	height: 300px;
	background: linear-gradient(to right, transparent, var(--white));
	display: block;
	position: absolute;
	margin: 16px 0px;
	right: 0;
}

.sideshow:nth-of-type(odd) .arrowRight {
	background: linear-gradient(to right, transparent, var(--black));
}

.sideshow .arrowRight::after {
	content: '';
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid var(--pitaya);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    clear: both;
    transition: border-left 0.2s;
}

.sideshow:nth-of-type(odd) .arrowRight::after {
	border-left: 20px solid var(--lime);
}

.sideshow .arrowRight:hover::after {
	border-left: 20px solid var(--lime);
	transition: border-left 0.2s;
}

.sideshow:nth-of-type(odd) .arrowRight:hover::after {
	border-left: 20px solid var(--pitaya);
}

.sideshow .arrowLeft::before {
	content: '';
	display: block;
	width: 50vw;
	height: 550px;
	background-color: var(--white);
	transform: translate(calc(-50vw - 10px), -25px);
}

.sideshow:nth-of-type(odd) .arrowLeft::before {
	content: '';
	display: block;
	width: 50vw;
	height: 500px;
	background-color: var(--black);
	transform: translate(calc(-50vw - 10px), -25px);
}

.sideshow .arrowLeft {
	width: 100px;
	height: 500px;
/*	background: linear-gradient(to left, transparent, var(--white));*/
	display: block;
	position: absolute;
	margin: 16px 0px;
	left: calc(50% - 550px - 1px);
	transition: linear-gradient 0.5s;
}

.sideshow:nth-of-type(odd) .arrowLeft {
/*	background: linear-gradient(to left, transparent, var(--black));*/
}

.sideshow .arrowLeft::after {
	content: '';
    position: absolute;
    right: 60%;
    top: calc(50% - 100px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 20px solid var(--pitaya);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    clear: both;
    transition: border-right 0.2s;
}

.sideshow:nth-of-type(odd) .arrowLeft::after {
	border-right: 20px solid var(--lime);
}

.sideshow .arrowLeft:hover::after {
	border-right: 20px solid var(--lime);
	transition: border-right 0.2s;
}

.sideshow:nth-of-type(odd) .arrowLeft:hover::after {
	border-right: 20px solid var(--pitaya);
}

.noArrow {
	cursor: auto;
	pointer-events: none;
}

.yesArrow {
	cursor: pointer;
	pointer-events: auto;
}

.noArrow.arrowLeft::after {
	opacity: 0;
	transition: opacity 0.2s;
}

.yesArrow.arrowLeft::after {
	opacity: 1;
	transition: opacity 0.2s;
}

.noArrow.arrowRight::after {
	opacity: 0;
	transition: opacity 0.2s;
}

.yesArrow.arrowRight::after {
	opacity: 1;
	transition: opacity 0.2s;
}



/* ---------- EVENT PAGE ---------- */

.times {
	list-style: none;
	display: grid;
  	grid-template-columns: 120px 100%;	
}





/* ---------- CURATION PAGES ---------- */


#curation, #curatorial-statement {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 15px auto;
}

#return-to-exhibit button {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 1em;
	cursor: pointer;
	opacity: .6;
	transition: all .3s;
}

#return-to-exhibit button::before {
	content: "\2190";
	margin-right: 5px;
}

#return-to-exhibit button:hover {
	opacity: 1;
}

#curation header h1 {
	font-size: 3em;
	line-height: 1.1em;
	color: var(--black);
}

#curation header span {
	font-family: tokyoDreams;
	font-size: 0.7em;
	line-height: 0.9em;
	vertical-align: center;
	display: inline-block;
	transform: translateY(-10%);
}

#curation header {
	padding-bottom: 25px;
	border-bottom: solid 2px var(--black);
}

#curation .info ul {
	list-style: none;
	margin-bottom: 40px;
	margin-top: 0px;
	padding: 0;
	font-family: philosopher;
	font-size: 1.3em;
}

#curation .info li {
	padding: 5px 0px;
}

#curation .info a {
	color: var(--pitaya);
	transition: color 0.2s;
	cursor: pointer;
	text-decoration: none;
}

#curation .info a::after {
	content: " \2192";
}

#curation .info a:hover {
	color: var(--black);
	transition: color 0.2s;
}

.curation-container {
	margin-top: 50px;
	display: grid;
  	grid-template-columns: 25% 75%;	
}

.curation-container .display {
	text-align: right;
	margin-left: 50px;
	position: relative;
}

.curation-container .display .gallery {
	position: relative;
}

.curation-container .display img:first-of-type {
	width: 100%;
}

.curation-container .display img:not(:first-of-type) {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.curation-container .display img {
	opacity: 0;
	transition: opacity 0.3s;
}

.curation-container .display .active-gallery {
	opacity: 1;
	transition: opacity 0.3s;
}

.curation-container .display .dots {
	width: 100%;
	height: 10px;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	bottom: -30px;
	text-align: center;
}

.curation-container .display .dots .dot {
	cursor: pointer;
	display: inline-block;
	margin: 0px 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--black);
	transition: background-color 0.2s;
}

.curation-container .display .dots .dot:hover {
	background-color: var(--lime);
	transition: background-color 0.2s;
}

.curation-container .display .dots .active-dot {
	background-color: var(--lime);
	transition: background-color 0.2s;
}







/* ---------- CURATORIAL STATEMENT PAGE ---------- */


#curatorial-statement h3, #curatorial-statement h4 {
	font-family: philosopher;
	font-size: 1.5em;
	margin: 10px 0px;
}

#curatorial-statement h1 {
	font-family: tokyoDreams;
	font-size: 3em;
}

#curatorial-statement header {
	margin-bottom: 50px;
}

#curatorial-statement .blockquote {
	font-size: 1.5em;
}

#curatorial-statement .blockquote::before {
	content: '“';
	font-family: philosopher;
	font-size: 5em;
	position: absolute;
	transform: translate(-25px, -35px);
	opacity: 0.1;
}

#curatorial-statement .blockquote::after {
	content: '”';
	font-family: philosopher;
	font-size: 5em;
	position: absolute;
	transform: translate(-25px, -25px);
	opacity: 0.1;
}

#curatorial-statement #read-more {
	color: var(--pitaya);
	cursor: pointer;
	transition: color 0.2s;
}

#curatorial-statement #read-more:hover {
	color: var(--black);
	cursor: pointer;
	transition: color 0.2s;
}

#curatorial-statement .essay-open {
	display: block;
	transition: clip-path 1s, transform 1s, opacity 1s;
	transform: translateY(0%);
	clip-path: inset(0% 0% 0% 0%);
	opacity: 1;
}

#curatorial-statement .essay-closed {
	display: none;
	transition: clip-path 1s, transform 1s, opacity 1s;
	transform: translateY(-100%);
	clip-path: inset(100% 0% 0% 0%);
	opacity: 0;
}

#curatorial-circles {

}

.cur-circle {
	border-radius: 50%;
	display: block;
	position: absolute;
	mix-blend-mode: difference;
	transform: translate(-50%, -50%);
}

#cur-circle-1 {
	background-color: var(--lime);
	width: 350px;
	height: 350px;
	top: 50px;
	left: 42%;
}

#cur-circle-2 {
	background-color: var(--white);
	width: 140px;
	height: 140px;
	top: 15px;
	left: 53%;
}

#cur-circle-3 {
	background-color: var(--lime);
	width: 230px;
	height: 230px;
	top: 75%;
	right: -5%;
}

#cur-circle-4 {
	background-color: var(--pitaya);
	width: 120px;
	height: 120px;
	top: 88%;
	right: 3%;
}






/* ---------- CREDITS --------- */
#credits {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

#credits-content {
	max-width: 1200px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
	margin-top: 100px;
}

#credits-content h1 {
	font-size: 3em;
	margin-bottom: 90px;
}

#credits-content ul {
	list-style: none;
	padding: 0;
	width: 50%;
	display: grid;
  	grid-template-columns: 70% 30%;
  	font-size: 1.4em;
}

#credits-content ul li {
	font-family: philosopherBold;
}

#credits-content ul li:nth-child(4n-1), #credits-content ul li:nth-child(4n) {
	font-size: 0.8em;
	margin-bottom: 20px;
	font-family: philosopher;
}

#credits-content p {
	width: 50%;
}

#credits-content p:nth-of-type(1) {
	font-size: 1em;
	margin-bottom: 0px;
}

#credits-content p:nth-of-type(2) {
	font-size: 1.4em;
	font-family: philosopherBold;
	margin-top: 0px;
}

#credits-circle {
	height: 90vh;
	width: 90vh;
	max-width: 900px;
	max-height: 900px;
	background-color: var(--white);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-90%, -50%);
	mix-blend-mode: difference;
	z-index: 10;
}

#credits-circle-1 {
	background-color: var(--lime);
	width: 250px;
	height: 250px;
	top: 120px;
	left: 46%;
}

#credits-circle-2 {
	background-color: var(--pitaya);
	width: 320px;
	height: 320px;
	top: calc(100% - 190px);
	left: 55%;
}

#credits-circle-3 {
	background-color: var(--white);
	width: 120px;
	height: 120px;
	top: 72%;
	left: 64%;
}

#credits-circle-4 {
	background-color: var(--pitaya);
	width: 120px;
	height: 120px;
	top: 53%;
	right: 3%;
}

#credits-circle-5 {
	background-color: var(--lime);
	width: 210px;
	height: 210px;
	top: 40%;
	right: calc(3% - 110px);
}


footer {
	box-sizing: border-box;
	width: 100%;
	padding: 50px 5px 30px 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

footer img {
	max-height: 40px;
	margin: 20px;
}

#autodesk {
	max-height: 20px;
}




/* ---------- RESPONSIVE DESIGN --------- */

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

	#cur-circle-1 {
		left: 62%;
	}

	#cur-circle-2 {
		left: 73%;
	}

	#cur-circle-3 {
		right: -150px;
	}

	#cur-circle-4 {
		right: -10px;
	}

}

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

	#cur-circle-1 {
		left: 62%;
	}

	#cur-circle-2 {
		left: 73%;
	}

	#cur-circle-3 {
		display: none;
	}

	#cur-circle-4 {
		display: none;
	}

}

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

	#curation, #curatorial-statement {
	padding: 0px 15px;
	width: calc(100% - 30px);
	}

	#curation header {
	text-align: left;
	}

}


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


	.sideshow > .galleryHead, .models > .galleryHead {
		max-width: 1200px;
		left: 0px;
		transform: translateX(0);
		padding: 0px 0px;
		text-align: left;
	}

	.sideshow h2, .models h2 {
		padding: 0px 15px 15px 15px;
	}

	.sideshow .scroller[data-entries="3"] ul {
		width: calc(230px * 3);
	}

	.sideshow .scroller[data-entries="5"] ul {
		width: calc(230px * 5);
	}

	.sideshow .scroller[data-entries="6"] ul {
		width: calc(230px * 6);
	}

	.sideshow .scroller[data-entries="8"] ul {
		width: calc(230px * 8);
	}

	.sideshow .scroller[data-entries="9"] ul {
	width: calc(230px * 9);
	}

	.sideshow .scroller[data-entries="10"] ul {
	width: calc(230px * 10);
	}

	.sideshow .scroller[data-entries="14"] ul {
	width: calc(230px * 14);
	}

	.sideshow li:first-of-type {
		padding-left: 15px;
	}

	.sideshow img {
		width: 200px;
	}

	.sideshow h3 {
		width: 200px;
	}

	.sideshow p {
		width: 200px;
	}

	.sideshow h3 .mini-title::before {
		content: "\A";
		white-space: pre-wrap;
	}

	.sideshow .arrowRight {
		height: 200px;
	}

	.sideshow .arrowLeft {
		height: 200px;
		margin: 16px 0px;
		left: 0px;
	}

	.sideshow .arrowLeft::after {
		top: 50%;
	}


}



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


	#cur-circle-1 {
		left: 82%;
	}

	#cur-circle-2 {
		left: 63%;
	}

	.curation-container {
	margin-top: 15px;
  	grid-template-columns: 100%;	
	}

	.curation-container .display {
	margin-left: 0px;
	order: -1;
	}

	.curation-container .info {
		margin-top: 50px;
	}

	.curation-container .info ul {
		text-align: left;
	}

	#curation .info ul {
  	margin-bottom: 10px;
    }

    #curation header span {
    transform: translateY(5px);
    }

}


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

	nav li {
		padding: 25px 0px;
	}

	.nav-open li {
		text-underline-offset: 25px;
	}

	nav li a {
		font-size: 2em;
	}
	
	#curation header h1 {
	font-size: 3em;
	}

	#home-content #animated-title {
	right: -60px;
	top: -100px;
	width: 500px;
	height: 333.33px;
	}

	#home-content header {
	top: 14vh;
/*	right: 50px;*/
	}

	#home-content header h1 {
	font-size: 4.8em;
	line-height: 0.75em;
	}

	#home-content header #subtitle {
	font-size: 1.4em;
	}

	#home-content ul {
	font-size: 1.2em;
	}

	#home-content > p {
  	font-size: 1.2em;
  	}

  	#curatorial-statement p {
	line-height: 1.5em;
	}

	#curatorial-statement .blockquote {
	font-size: 1.7em;
	margin: 25px 0px;
	display: inline-block;
	}

	#home-circle {
	max-width: 700px;
	max-height: 700px;
	}

}

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

	#cur-circle-1 {
		top: -30px;
		left: 82%;
	}

	#cur-circle-2 {
		left: 53%;
	}

	#home-circle {
	max-width: 650px;
	max-height: 650px;
	}

}

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

	#curation header h1 {
	font-size: 2.8em;
	}

	#home-content #animated-title {
	right: -36px;
	top: -60px;
	width: 300px;
	height: 200px;
	}

	#home-content header {
	top: 14vh;
	right: 20px;
	}

	#home-content header h1 {
	font-size: 2.9em;
	line-height: 0.75em;
	}

	#home-content header #subtitle {
	font-size: 1.2em;
	}

	#home-content header p {
	font-size: 1em;
	}

	#home-content ul {
	font-size: 1.2em;
	left: 20px;
	}

	#home-content > p {
  	font-size: 1.2em;
  	bottom: calc(20vh + 23vh);
  	}

  	#home-circle {
	max-width: 600px;
	max-height: 600px;
	}

	h2 {
	  font-size: 2em;
	}

}

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

	nav li {
		padding: 15px 0px;
	}

	.nav-open li {
		text-underline-offset: 15px;
	}

	nav li a {
		font-size: 1.5em;
	}

}