/*project*/
.projectContainer
{
	width: 90%;
	max-width: 90em;
	margin: 0 auto;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 0.5em 3em 3em 3em;

}
.coverImage{
	height: 70vh;
    display: flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    margin: 1em;
}

.projectContainer img{
	height: auto;
	width: 100%;
	margin: -2px;
	padding: 1.25em;
}

.projectContainer h3
{
	padding: 1em;
}
.meta{
	padding: 0 1em;
}
.text{
	font-size: 0.9em;
	padding: 1em;
	margin: 2em 0;
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em;
    column-count: 2;
    column-gap: 4em;
}
.embed-container { position: relative; 
	padding-bottom: 57.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; height: auto; 
} .embed-container iframe, .embed-container object, .embed-container embed { 
	padding: 1em;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
#specialContainer{
	font-size: 0.95em;
	font-weight: 800;
	margin-top: 3em;
	-moz-column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
}
.specialContainerSingle{
	-moz-column-count: 1!important;
    -webkit-column-count:1!important;
}


#specialContainer ul{
	/*margin-top: 10px;*/
/*	border-top: solid;
	border-width: 1px;
	border-color: #000;*/
}

#specialContainer li{
	margin: 0;
}
#specialContainer li:first-child { 
/*	border-top: solid;
	border-width: 1px;
	border-color: #000;*/
}
.special{
	white-space: nowrap;
}
.specialCategory{
	margin-bottom: 1em;
}

.role{
	font-family: "Inconsolata", monospace;
	font-size: small;
	font-weight: 500;
	color: #808080;
	margin: 0em 0 .25em 1.2em;
}	

.date{
	margin: 0em 0 .5em 1em;
}



.seperator{
	border-bottom: solid;
	border-width: 1px;
	border-color: #000;
	width: 20%;
	height: 0.5em;
}


#imagelightbox
{
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-overlay{
	position: fixed;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 9998;
}
.gallery{
	cursor: zoom-in ;
}

@media all and (max-width: 700px) {
	.projectContainer{
		width: 100%;
		padding: 0;
		padding-top: 1em;
	}
	.coverImage{
		height: 40vh;
	}
	.cover{
		display:flex;
	    min-height:0;
	}
	
	.projectContainer img{
		width: 100%!important;
		height: auto!important;
		margin: 0.5em;		
		padding: 0;
	}
	.text{
		-moz-column-count: 1;
        -webkit-column-count: 1;
	}
	#specialContainer li{
		margin: 5px 0;
	}
}