@import url('https://fonts.googleapis.com/css?family=BenchNine');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: 'BenchNine', sans-serif;
}

div#container {height:95vh;width:195vh;z-index:1;}

iframe {
	overflow:hidden!important;
}

.n, .e, .r, .v, .o, .u, .s, .on, .l, .i, .ne {
width: 200px;
height:auto;
position:fixed;
overflow:hidden!important;
z-index:1;
}

.dot {
	color:red;
}

.le {
	overflow-y:auto;
	height:95%;
	top:20px;
}

.bio-emily {
	margin-bottom:20px;
}

.open-me-right {
	cursor:w-resize;
	color:#000;
}

.open-me {
	cursor: se-resize;
	color:#000!important;
}

.close-me {
	cursor: sw-resize;
	color:#000!important;
}

.close-me-right {
	cursor:e-resize;
	color:#000;
}

.nervous-text {
	display:none;
	font-family: 'Open Sans', sans-serif;
	margin-left:20px;
	margin-top:20px;
	font-size:18px;
	overflow-y:auto;
	height:75vh;
	width:90%;
	padding-right:20px;
}

.text-title {
	font-family: 'BenchNine', sans-serif!important;
	transform: rotate(0deg) scale(1, 2);
	 -webkit-transform: rotate(0deg)  scale(1, 2);
	 -moz-transform: rotate(0deg) scale(1, 2);
	 color:red;
	 font-size:18px!important;
}

.full {
	width:100%;
}

.left {
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:14px;
	width:50%;
}

.nervous-text .right {
	font-family: 'Open Sans', sans-serif;
	text-align:right;
	font-size:14px;
	margin-left:50%;
	width:50%;
}




.expand:hover {
	transform: rotate(90deg) scale(1, 4);
	 -webkit-transform: rotate(90deg) scale(1, 4);
	 -moz-transform: rotate(90deg) scale(1, 4);
}


.nervous {
	font-family: 'BenchNine', sans-serif;
	position:absolute;
	top:40px;
	left:90%;
	font-size:40px;
	transform: rotate(90deg) scale(1, 2);
	 -webkit-transform: rotate(90deg) scale(1, 2);
	 -moz-transform: rotate(90deg) scale(1, 2);
	 z-index:11001!important;
	 opacity:1!important;
}

.online {
	font-family: 'BenchNine', sans-serif;
	position:absolute;
	right:94%;
	bottom:30px;
	font-size:40px;
	 transform: rotate(90deg) scale(1, 2);
	 -webkit-transform: rotate(90deg) scale(1, 2);
	 -moz-transform: rotate(90deg) scale(1, 2);
	 z-index:1001;
	 opacity:1!important;
	 overflow:visible!important;
}

.overlay-left-click {
	position:fixed;
	width:50%;
	height:100vh;
	top:0;
	left:0;
}

.overlay-left {
	position:fixed;
	overflow:visible!important;
	width:50%;
	height:100vh;
	top:0;
	left:0;
	background-color:#D8E6EB;
	opacity:0.7;
	z-index:100;

	animation: curtainCall 10s; 
	animation-iteration-count: 1;
	animation-delay: 10s;
   -webkit-animation: curtainCall 10s;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: 10s;
   -moz-animation: curtainCall 10s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 10s;
}

.wrong {
	display:none;
	position:absolute;
	left:400px;
	bottom:20px;
}

.wrong p {
	display:inline-block;
	float:left;
}

.wrong img {
	width:80px;
	height:auto;
}

.wrong a {
	display:inline-block;
	float:right;
	
}

.curated-by {
	display:block;
	position:absolute;
	left:25px;
	bottom:40px;
	font-size:18px;
	transform: scale(1, 2);
	 -webkit-transform: scale(1, 2);
	 -moz-transform: scale(1, 2);
}

.curated-by a {
	color:#000;
}

.curated-by a:visited {
	color:#000;
}

.curated-by a:hover {
	color:#000;
}

.close{
	display:none;
	font-size:50px;
	text-decoration:none;
}
a:visited {
	color:#000;
}
.open-nervous {
	display:none;
	font-size:50px;
	text-decoration:none;
	margin-left:92%;
	margin-top:400px!important;
	z-index:10001;
}

.open-left {
	margin-left:-47%;
}

.open-right {
	margin-right:-47%;

}


.overlay-right {
	position:absolute;
	overflow:visible!important;
	width:50%;
	height:100vh;
	top:0;
	right:0;
	background-color:#D8E6EB;
	opacity:0.7;
	z-index:100;
	overflow:auto;
	animation: curtainCallR 10s; 
	animation-iteration-count: 1;
	animation-delay: 10s;
   -webkit-animation: curtainCallR 10s;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: 10s;
   -moz-animation: curtainCallR 10s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 10s;
}

.single {
	display:none;
	position:absolute;
	font-family: 'Open Sans', sans-serif;
	left:150px;
	bottom:30px;
	color:#000;
}
.single p {
	width:80%;
}

.bio a {
	color:red;
}

.big-title {
	font-size:20px;
	transform: scale(1, 2);
	 -webkit-transform: scale(1, 2);
	 -moz-transform: scale(1, 2);
}

	



@keyframes curtainCall {
        0%      { margin-left: -3%}
        25%     { margin-left: -20% }
        50%     { margin-left: -30% }
        75%     {  margin-left: -35% }
        100%    {  margin-left: -40% }
    }

    @keyframes curtainCallR {
        0%      { margin-right: -3%}
        25%     { margin-right: -20% }
        50%     { margin-right: -30% }
        75%     {  margin-right: -35% }
        100%    {  margin-right: -40% }
    }

 .stop {
 	z-index:99;
 }

 .details {
	display:none;
	position:absolute;
	width:200px;
	height:200px;
	background-color: transparent;
	opacity:0.8;
	z-index:101;
	margin-top:-200px;
	color:#000;
	font-size:20px;
	padding:5px;
	 
}

.tex {
	margin-top:100px;
}

.right {
	width:100%;
}

.red {
	color:red;
	transform: rotate(-90deg);
	 -webkit-transform: rotate(-90deg);
	 -moz-transform: rotate(-90deg);
}

.open {
	height:100%;
}

#joanachicau {
	height: 94vh;
	width: 82.5%;
	overflow: hidden !important;
	position: relative;
	margin-left: 60px;
}

#danielpinheiro {
	height: 94vh;
	width: 85%;
	overflow: hidden !important;
	position: relative;
	margin-left: 60px;
	text-align:center;
}

#danielpinheiro iframe {
	margin:0 auto!important;
}
.daniel-words {
	width:50%;
	margin-left:25%;
}
p.daniel-words:nth-child(5) {
	padding-top:30px;
}


#nikoprincen {
	height:100%;
	height:105vh;
	width:95%;
	overflow:hidden!important;
	position:relative;
	overflow-y:hidden;
	margin-top: -8px;
}

#dstetzone {
	height:100vh;
	width:100%;
	overflow:hidden!important;
	position:relative;
	overflow-y:hidden;
	margin-top: -8px;
}

#matthewdkg {
	height:98vh;
	width:83%;
	overflow:hidden!important;
	position:relative;
	overflow-y:hidden;
}

#mdkg {
	margin-left:35%;
}

#mdkg2 {
	margin-left:-25%;
	transform: rotate(-10deg);
	 -webkit-transform: rotate(-10deg);
	 -moz-transform: rotate(-10deg);
}
#mdkg3 {
	position: absolute;
	left: 100px;
	top: 45vh;
	transform: rotate(20deg);
	 -webkit-transform: rotate(20deg);
	 -moz-transform: rotate(20deg);
}

#jordanabragg{
	height: 94vh;
	width: 83%;
	overflow: hidden !important;
	position: relative;
	margin-left: 70px;
}

#jordanabragg video {
	padding-top:20px;
	margin:0 auto;
}

#janefrancesdunlop {
	height: 94vh;
	width: 100%;
	position: relative;
	margin-left: -40px;
	text-align:center;
	overflow-y:auto;
}
#janefrancesdunlop video {
	width:78vh;
}

#benturregev {
	height: 97vh;
	width: 95%;
	position: relative;
	margin-left: 10px;
	text-align: center;
}

#benturregev img {
	display:inline-block;
}

.move-outside {
	position:fixed;
	color:red;
	bottom:200px;
	left:70px;
	text-align:center;
	border:3px solid red;
	font-color:red;
	font-size:20px;
	width:120px;
	padding:10px;
}

.move-outside a {
	color:red;
}

#colmoneill {
	height: 94vh;
	width: 83%;
	overflow: hidden !important;
	position: relative;
	margin-left: 60px;
	overflow-x:hidden!important;
}

.link-colm {
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	top: 10px;
	left: 100px;
	width: 50%;
}

#berdugomartinez {
	height: 100vh;
	width: 83%;
	overflow: hidden !important;
	position: relative;
	margin-left: 80px;
	overflow-y:scroll!important;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  -moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.shake-page {
	position:fixed;
	top:20px;
	left:70%;
}

.smile-page {
	position:fixed;
}

#anxious1 {
	float:left;
}
#anxious3 {
	margin-top:-22%;
	float:right;
}

.download {
	position:absolute;
	left:70%;
	bottom:45px;
	color:#FF0179;
	font-size:20px;
	transform: rotate(-10deg);
	 -webkit-transform: rotate(-10deg);
	 -moz-transform: rotate(-10deg);
}

.download2 {
	position:absolute;
	left:70%;
	bottom:20px;
	color:#FF0179;
	font-size:20px;
	transform: rotate(-10deg);
	 -webkit-transform: rotate(-10deg);
	 -moz-transform: rotate(-10deg);
}



.noscroll {
	overflow-y:hidden;
}

.hidden {
	display:none;
	width:84%;
	height:100%;
	margin-left:60px;
}

.title {
	font-family: 'Open Sans', sans-serif;
	position:fixed;
	right:-80px;
	top:110px;
	font-size:18px;
	 transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 z-index:100;
	 color:red;
}

.name {
	font-family: 'Open Sans', sans-serif;
	position:fixed;
	bottom: 60px;
	left: -25px;
	font-size:18px;
	transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 z-index:100;
	 color:red;
	 max-width:180px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;
	line-height:20px; 
}

#jordanabragg .name {
	left:-35px;
}

#jordanabragg .title {
	top:90px;
	right:-40px;
}

#matthewdkg .name {
	left:-20px;
}

#matthewdkg .title {
	top:140px;
	right:-115px;
}

#berdugomartinez .name {
	left:-50px;
	bottom:80px;
}

#berdugomartinez .title {
	top:140px;
	right:-110px;
}

#colmoneill .name {
	left:-40px;
	bottom:70px;
}

#colmoneill .title {
	top:70px;
	right:-30px;
}

#janefrancesdunlop .name {
	left:-65px;
	bottom:120px;
}

#janefrancesdunlop .title {
	top:100px;
	right:-60px;
}

#dstetzone .name {
	left:-5px;
	bottom:40px;
}

#dstetzone .title {
	top:55px;
	right:-30px;
}

#danielpinheiro .name {
	left:-68px;
	bottom:50px;
}

#danielpinheiro .title {
	top:70px;
	right:-50px;
}

#joanachicau .name {
	left:-20px;
	bottom:50px;
}

#joanachicau .title {
	top:70px;
	right:-35px;
}

#nikoprincen .name {
	left:-40px;
	bottom:80px;
}

#nikoprincen .title {
	top:60px;
	right:-35px;
}

.curators {
	color:#000;
	font-size:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:150px;
	transform: scale(1, 2);
	 -webkit-transform: scale(1, 2);
	 -moz-transform: scale(1, 2);
}

.curators span {
	font-size:50px;
}

.artists {
	color:#000;
	position:absolute;
	font-size:18px;
	right:20px;
	bottom:80px;
	width:70%;
	transform: scale(1, 2);
	 -webkit-transform: scale(1, 2);
	 -moz-transform: scale(1, 2);
}

.flee {
	color:#000;
}



.back {
	font-family: 'BenchNine', sans-serif;
	position:fixed;
	left:10px;
	top:100px;
	font-size:50px;
	 z-index:100;
	 color:red;
	 text-decoration:none;
}

.next {
	position:absolute;
	width:85%;
	bottom:0px;
	left:85%;
	font-size:50px;
	color:red;
	z-index:10001;
}

.next a {
	font-size:50px;
	color:red;
	text-decoration: none;
}

.next a:visited, .next a:hover {
	color:red;
}

.notes {
	display:block;
	position:fixed;
	font-size:12px;
	top:95vh;
}
@media screen and (min-width: 1920px) {
	.shake-page {
    position: fixed;
    top: 20px;
    left: 20%;
	}
}
@media screen and (min-width: 1919px) {
.open-left {
	margin-left:-47%;
}

.open-right {
	margin-right:-47%;

}
}

@media screen and (max-width: 1024px) {
	#mdkg3 {
		top:30vh;
	}
	#mdkg4 {
		position:absolute;
		left:250px;
		top:550px;
	}
	#janefrancesdunlop video {
		width:63vh;
	}
	#janefrancesdunlop {
		max-width:1024px;
		margin-left:0px;
		margin-top:100px;
	}
	#dstetzone, #benturregev, #elizabethmputu, #nikoprincen {
		max-width: 1024px;
	}
	#berdugomartinez, #jordanabragg, #joanachicau, #matthewdkg, #colmoneill, #danielpinheiro {
		max-width:900px;
	}
	#danielpinheiro iframe {
    margin-left: 40%;
    margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	#dstetzone, #benturregev, #elizabethmputu, #nikoprincen {
		max-width: 768px;
	}
	#janefrancesdunlop {
		max-width:768px;
		margin-left:0px;
		margin-top:100px;
	}
	#berdugomartinez, #jordanabragg, #joanachicau, #matthewdkg, #colmoneill, #danielpinheiro {
		max-width:650px;
	}
	.single p {
		width:100%;
	}
	#berdugomartinez {
		margin-left:60px;
	}
}

@media screen and (max-width: 767px) {
	body, html  {
		overflow-y:visible;
		overflow-x:hidden;
	}
	#mdkg3 {
    top: 80vh;
	}
	#mdkg2 {
		margin-top:80vh;
	}
	.nervous {
		left: 88%;
	}
	.curated-by {
		font-size:12px;
	}
	.artists {
		top:250px!important;
		bottom:0px;
		right:20px!important;
		font-size:12px;
	}
	@keyframes curtainCall {
        0%      { margin-left:0%}
        25%     { margin-left: 0% }
        50%     { margin-left: 0% }
        75%     {  margin-left: 0% }
        100%    {  margin-left: 0% }
    }

    @keyframes curtainCallR {
        0%      { margin-right: 0%}
        25%     { margin-right: 00% }
        50%     { margin-right: 0% }
        75%     {  margin-right: 0% }
        100%    {  margin-right: 0% }
    }
	.single p {
    width: 90%;
	}
	#danielpinheiro iframe {
    margin-left: 5%;
    margin-top: 10px;
	}
	#dstetzone, #benturregev, #elizabethmputu, #nikoprincen, #janefrancesdunlop {
		overflow-y:auto!important;
	}
    #jordanabragg, #joanachicau, #matthewdkg, #colmoneill, #danielpinheiro {
		overflow-y:auto!important;
	}
	#anxious2, #anxious3 {
		overflow-y:visible!important;
	}
	#berdugomartinez {
		overflow-y:scroll!important;
	}
	#mdkg2 {
    margin-left: 25%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
	}
	#jordanabragg video {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 93%;
	}
	#joanachicau {
		max-width:600px;
	}
}
@media screen and (max-width: 668px) {
	#mdkg2 {
    margin-top: 90vh;
	}
	#janefrancesdunlop video {
    width: 70vh;
	}
	.artists {
    top: 220px !important;
    bottom: 0px;
    right: 20px !important;
    font-size: 12px;
	}
	.curated-by {
		width:80%;
		bottom:100px;
	}
	.online {
		bottom:100px;
	}
	.nervous {
		top:80px;
		left:20%;
	}
}
@media screen and (max-width: 640px) {
	.artists {
    top: 200px !important;
    bottom: 0px;
    right: 20px !important;
    font-size: 12px;
	}
	#mdkg4 {
    position: absolute;
    left: 250px;
    top: 500px;
	}
	.link-colm {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 20px;
    left: 80px;
    width: 50%;
    overflow-y: auto;
    height: 90%;
	}
}
@media screen and (max-width: 569px) {
	.artists {
    top: 150px !important;
    bottom: 0px;
    right: 20px !important;
    font-size: 12px;
	}
	#mdkg4 {
    position: absolute;
    left: 150px;
    top: 430px;
	}
	.link-colm {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 20px;
    left: 50px;
    width: 50%;
    overflow-y: auto;
    height: 90%;
	}
}
@media screen and (max-width: 480px) and (orientation: landscape) {
	.artists {
    top: 115px !important;
    bottom: 0px;
    right: 20px !important;
    font-size: 12px;
	}
	#benturregev {
    height: 97vh;
    width: 95%;
    position: relative;
    margin-left: -40px;
    text-align: center;
	}
	#janefrancesdunlop {
    max-width: 480px;
    margin-left: 0px;
    margin-top: 100px;
	}
	.back {
    font-family: 'BenchNine', sans-serif;
    position: fixed;
    left: 10px;
    top: 20px;
    font-size: 50px;
    z-index: 100;
    color: red;
    text-decoration: none;
	}
}
@media screen and (max-width: 480px) and (orientation: portrait) {
	.download2 {
    position: absolute;
    left: 70%;
    bottom: -10px;
    color: #FF0179;
    font-size: 20px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
	}
	.artists {
    top: 400px !important;
    bottom: 120px;
    right: 20px !important;
    font-size: 12px;
	}
	.online {
		bottom:550px;
	}
	.nervous {
		left: 80%;
	}
	#janefrancesdunlop{
		margin-left:0px;
		margin-top:20px;
	}
	#janefrancesdunlop video {
		width:53vh;
	}
	#dstetzone, #benturregev, #elizabethmputu, #nikoprincen, #janefrancesdunlop {
		overflow:auto!important;
		max-width:100vw;
	}
	#jordanabragg, #joanachicau, #matthewdkg, #colmoneill, #danielpinheiro {
		overflow:auto!important;
		max-width:400px;
		margin-left:40px;
	}
	#jordanabragg video {
    padding-top: 220px;
    margin: 0 auto;
    max-width: 100%;
	}
	#colmoneill {
		margin-left:0px;
	}
	.link-colm {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 120px;
    left: 100px;
    width: 50%;
    overflow-y: auto;
    height: 90%;
	}
	#danielpinheiro iframe {
    margin-left: 5%;
    margin-top: 10px;
    max-width: 70vw;
	}
	#mdkg4 {
    position: absolute;
    left: 250px;
    top: 350px;
	}
	#mdkg2 {
    margin-top: 40vh;
	}
	.name {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 80px;
    left: -25px;
    font-size: 18px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    z-index: 100;
    color: red;
    max-width: 180px;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
	}

}

@media screen and (max-width: 376px) {
	.artists {
    top: 350px !important;
    bottom: 120px;
    right: 20px !important;
    font-size: 12px;
	}	
	.curated-by {
		width:73%;
		bottom:100px;
	}
	.online {
		bottom:350px;
	}
	.nervous {
		top:80px;
		left:20%;
	}
	#unfear {
		height:100%;
		overflow-x:hidden!;
		overflow-y:scroll!important;
	}
	#joanachicau {
		margin-left:50px;
	}
	.link-colm {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 120px;
    left: 100px;
    width: 50%;
    overflow-y: auto;
    height: 80%;
	}

}
@media screen and (max-width: 361px) {
	.artists {
    top: 320px !important;
    bottom: 150px;
    right: 20px !important;
    font-size: 12px;
	}
	#jordanabragg, #joanachicau, #matthewdkg, #colmoneill, #danielpinheiro {
		overflow:auto!important;
		max-width:340px;
		margin-left:60px;
	}
}

@media screen and (max-width: 321px) { 
	.curated-by {
		width:80%;
		bottom:100px;
	}
	.artists {
    top: 180px !important;
    bottom: 20px;
    right: 20px !important;
    font-size: 12px;
	}
	#mdkg3 {
    top: 95vh;
	}
	#mdkg4 {
    position: absolute;
    left: 250px;
    top: 280px;
	}
	#jordanabragg video {

    padding-top: 130px;
    margin: 0 auto;
    max-width: 100%;

	}
	.notes {
		display:none;
	}
	.link-colm {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 120px;
    left: 70px;
    width: 70%;
    overflow-y: auto;
    height: 70%;
	}
}


