@charset "UTF-8";
/* CSS Document */

body.main{
	background: #F3F3F3;
	font-family: 'Space Mono', monospace;
	font-size: 0.9em;
	line-height: 1.333em;
	padding-top: 10px;
}

body.inverted{
	background: #29383C;
	color: #DADADA}

a.hover{color: black; text-decoration: none}
a.hover:hover{text-decoration: underline; cursor: pointer}
a.inverted{color: #DADADA}

div.padding-top{padding-top: 10%}

div.bumper{padding: 2vw;}

div.menu-container{
	z-index: 1;
	display: flex;
	position: fixed;
	width: 32vw;
	min-width: 250px;
	padding-left: 3.125vw;
	margin-top: -20px;
}
div.inverted{color:#DADADA;}
div.index{
	flex: auto;
	text-align: right;
	width: 27.65957447%;
	min-width: 60px;
	margin-bottom: 10vh;}
div.arrow{
	text-align: center;
	width: 8.510638298%;
	min-width: 12px;}
div.description{
	flex: auto;
	text-align: left;
	width: 63.82978723%;}

.footer{
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 0px;
	font-size: 0.8em;
	line-height: 1em;
}


div.page{
	position: relative;
}
div.entry{
	position: relative;
	vertical-align: top;
	min-width: 200px;
	text-align: center;
}
.standard{
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width : 800px ){
	.standard{
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
}


div.large{
	width: 100%;
	padding-bottom: 40px
}

.textbox1{
	position: relative;
	left: 17vw;
	min-width: 200px;
	width: 16vw;
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	background-color: rgba(243,243,243,0.66);
}

.quote{
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	padding-left: 10vw;
	padding-right: 10vw;
	
}
@media screen and (max-width: 600px){
	.quote {
		font-size: 1.5em;
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

.list{
	display: block;
	list-style-type: disc;
	text-align: left;
	line-height: 1.2em;
}

.medium {
	width: 10vw;
}



.row{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.column{
	padding: 0 10px;
}
.half{
	flex: 50%;
	max-width: 45%;
}
@media screen and (max-width : 800px ){
	.half{
		max-width: 100%;
		flex: 100%;
	}
}
.column img{
	position: relative;
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}
.third{
	flex: 30%;
	max-width: 30%;
}

.quarter{
	flex: 20%;
	max-width: 100%;
}


@media screen and (max-width : 800px ){
	.third{
		flex: 45%;
		max-width: 100%;
	}
	.quarter{
		flex: 40%;
		max-width: 50%;
	}
}

.grid{
	position: relative;
	text-align: left;
}
.imglink{
	position: absolute;
	left: 10px;
	bottom: 4px;
}
.header{
	font-size: 5vw;
	font-weight: bold;
	padding: 8vh;
	position: relative;
	width: 30vw;
	left: 50%;
	transform: translate(-50%);
}



div.train{
	z-index: -999;
	position: fixed;
	transform: translate(50%,0);
	bottom: 10vh;
	animation-name: train;
	animation-duration: 6s;
}
@keyframes train{
	from {transform: translate(-300%,0)}
	to {transform: translate(50%,0); visibility: visible}
}

div.print{
	position: fixed;
	min-width: 800px;
	transform: translate(10%,0);
	top: -2vh;
	animation-name: print;
	animation-duration: 30s;
}
@keyframes print{
	from {transform: translate(180%,0)}
	to {transform: translate(10%,0%)}
}

div.drawing01{
	position: fixed;
	width: 30%;
	min-width: 200px;
	left: 0vw;
	top: 20vh;
	z-index: -999;
	animation: fadein 5s linear normal 1 forwards;
	animation-delay: 5s;
	opacity: 0;
}
@keyframes fadein{
	from {opacity: 0}
	to {opacity: 1}
}

div.drawing02{
	position: fixed;
	width: 50%;
	min-width: 250px;
	bottom: 1vh;
	left: 1vw;
	z-index: -1;
	opacity: 0;
	animation: fadein 0.5s linear normal 1 forwards;
	animation-delay: 1.5s
}

div.drawing03{
	position: fixed;
	width: 250px;
	bottom: 0vw;
	left: 0vh;
	z-index: -2;
	opacity: 0;
	animation: fadein 0.1s linear normal 1 forwards;
	animation-delay: 16s;
}




.enter{
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	font-size: 4.5em; 
	line-height: 1.3em;
	animation-name: enter;
	animation-duration: 0.3s;
	animation-iteration-count: infinite;
}
.enter:hover{text-decoration: underline;}
@keyframes enter
{
	60% {color: rgba(0,0,0,1.0)}
	70% {color: rgba(0,0,0,0.80)}
	80% {color: rgba(0,0,0,1.0)}
	90% {color: rgba(0,0,0,0.70)}
	99% {color: rgba(0,0,0,1.00)}
}
@media screen and (max-width : 600px)
{
	b.enter{font-size: 3em}
}

span.teaser{width: 35.6%; min-width: 200px; display: inline-block;}
span.onblack{color: #F3F3F3; letter-spacing: 0.06em;}

.title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 10em;
	font-weight: bold;
	line-height: 0.74em;
	width: 100%;
	mix-blend-mode: exclusion;
}
.title:hover{text-decoration: underline;}



img.large{
	position: relative;
	width: 66%;
}
img.xlarge{
	position: relative;
	width: 80%;
}
img.full{
	width: 100%;
	position: relative;
}
img.medium{
	position: relative;
	width: 36%;
}
img.drawing{
	position: absolute;
	width: 20vw;
	left: 36vw;
	min-width: 150px;
}
img.enter_anim{
	position: absolute;
	z-index: 3;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 600px;
	min-width: 400px;
}
img.logo{
	position: absolute;
	z-index: 5;
	width: 7vw;
	min-width: 50px;
	transform: rotate(20deg) translate(56vw,-20vw)
}
.map{
	position: absolute;
	width: 100%;
	min-width: 200px;
	right: 10vw;
	opacity: 0.3;
	z-index: -10;
}
.overlay{
	position: absolute;
	top: 20vh;
	left: 1vw;
}




.note{
	position: fixed;
	z-index: 10;
	width: 22vw;
	min-width: 200px;
	bottom: 15vh;
	right: 10vw;
	background-color: #E3E996;
	box-shadow: 2px 3px 9px #B0B0B0 ;
	transform: rotate(-3deg);	
}
.note2{
	position: fixed;
	z-index: 10;
	width: 260px;
	bottom: 15vh;
	right: 5vw;
	background-color: #E9DBED;
	box-shadow: 2px 3px 9px #B0B0B0 ;
	transform: rotate(3deg);
}
.note3{
	position: fixed;
	z-index: 10;
	width: 18vw;
	min-width: 200px;
	top: 20vh;
	right: 2vw;
	background-color: #E98A8A;
	box-shadow: 1px 2px 5px #3A3A3A ;
	transform: rotate(-2deg);
	opacity: 0;
	animation: fadein 0.3s linear normal 1 forwards;
	animation-delay: 15s;
}
.fadein{
	animation: fadein 0.3s linear normal 1 forwards;
	animation-delay: 4s;
	opacity: 0;
}
.close{
	background: rgba(0,0,0,0.00);
	outline: none;
	border: none;
	font-size: 2em;
	z-index: 999;
}
.close:hover{
	cursor: pointer;
	z-index: 999;
}


.bggif{
	position: fixed;
	z-index: -999;
	width: 100vw;
	height: 100vh;
	min-width: 800px;
	min-height: 800px;
	left: 0px;
	top: 0px;
	mix-blend-mode: darken;
}
´

iframe.vimeo{
	width: 80%;
	margin: auto;
}

@media screen and (max-width : 800px ){
	div.menu-container{
	position: inherit;
	width: 85vw;
	margin-top: 1vh;}
	body.main{
		padding-top: 0
	}
	iframe.vimeo{
	margin-left: 1%;
}

}
