@font-face {
	font-family: "FrankGoth-BT";
	src: url(../fonts/FrankGoth-BT.ttf);
}
@font-face {
	font-family: "FranklinGothicBT-Roman";
	src: url(../fonts/FrankGoth-BT.ttf);
}
html {
	height: 100%;
}

body {
	background: black;
	color: white;
	font-size:100%;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	margin: 0px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
    overflow: hidden;
}
h1 {
   font-size:175%;
}
h2 {
	margin: 0;
	
}

h3 {
    color: white;
    font-size: .8em;
    font-weight: normal;
	text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 2em;
    margin-bottom: 35px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

p, li {
    color: white;
    font-size: .7em;
	text-transform: normal;	
	font-weight: lighter;
    letter-spacing: .12em;
	line-height:1.7em;
    margin: 0px;
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a {
	color:inherit;
	text-decoration: none;
}
/*a:hover{
	text-decoration: underline;
}*/
::-webkit-scrollbar { 
    display: none; 
}
#container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.main {
	width: 100vw;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	z-index: 1;
	-webkit-transition: background 0.5s linear;
	transition: background 0.5s linear;
	/*background: rgba(0,0,0,0.9);*/
}
.header {
	width: 100vw;
	height:10vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-logo{
	font-family: "FrankGoth-BT";
	letter-spacing: 0.5px;
	margin: 0 0 0 1em;
	height: 100%;
	max-width: 200px;
}
.header-nav{
	    color: white;
	    font-size: .7em;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
		-ms-flex-pack: distribute;
	    justify-content: space-around;
	    align-items: center;
}
.header-nav h2{
	letter-spacing: 1px;
	margin: 0 1em 0 0;
}
.modal {
	width: calc(100vw - 1.5em);
	height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*margin: 1em;*/
}
.modal-about{
	width: 100%;
	height: 100%;
	max-width: 500px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
/*	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;*/
}
.modal-about p {
	/*width: 50%;*/
	/*text-align: center;*/
}
.modal-project{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-project-vimeo{
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 487px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal-project-vimeo iframe{
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 487px;
	/*max-width: 40vw;*/
	pointer-events: all;
}
.modal-project-description{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	 /*align-items: center;*/
	 /*text-align: center;*/
	width: 100%;
	max-width: 640px;
    margin: 4em 0px 0px 0px;

}
.modal-archive{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
/*	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;*/
	overflow: scroll;
}
.modal-archive-project{
	/*width: 100%;*/
	height: 100%;
	max-width: 640px;
	max-height: 487px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.modal-archive-project iframe{
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 487px;
	/*max-width: 40vw;*/
	pointer-events: all;
}
.modal-archive-project h3{
	height: auto;
}


.modal-archive{
	display: none;
}
.modal-archive-grid{
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: space-around;
}
.modal-archive-grid-column{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-archive-grid-row{
	display: flex;
	flex-direction: column;
	height: auto;
	width: auto;
}
.modal-archive-embed-container{
	margin: 1em 0;
}

.modal-archive-embed-container { 
/*	width: 100%; 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; */
} 
.modal-archive-embed-container iframe, .modal-archive-embed-container object, .modal-archive-embed-container embed { 
/*	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
		width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 487px;*/
}

.modal-archive-info{
	margin: 1em 0;
}

.modal-archive-list{
	width: 50vw;
}
.modal-archive-list ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0.5em;
}
.modal-archive-list ul h3{
	/*justify-content: center;*/
}

.modal-archive-list-nested-container{

}
.modal-archive-list-nested-list{
	display: none;
	margin: 0 !important;
}

.modal-archive-player{
	width: 50vw;
	height: 100%;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}
.modal-archive-player iframe{
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 487px;
}
.footer {
	width: 100vw;
	height:10vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer h2{
	margin: 1em;
	font-size: 125%;
}
.credit {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
}
@media screen and (max-width: 600px) {
	body{
		font-size: 80%;
	}
	.header-logo{
		max-width: 150px;
	}
}