


/*------------------------------------
GLOBAL STYLES
-------------------------------------*/
html, body{
	overflow-x: hidden;
}
body{
	margin: 0 auto;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0b121c;
}

.workwrapper{
	width: auto;
	height: auto;
	position: relative;
}
.navigation{
	height: 50px;
	width: 100%;
	background-color: FFF;
	position: fixed;
	top: 0;
	display: block;
	clear: both;
	z-index: 5;
	border-top: 4px solid black;
}
.playwrapper{
	position: absolute;
		top: 45%;
		transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		-moz-transform: translateY(-55%);
		-webkit-transform: translateY(-55%);
		-o-transform: translateY(-55%);
	width: 100%;
	height: 50px;
}

.creditTitle p{
	font-weight: 600;
}

p{
	font-family: 'poppins', sans-serif;
}

h1{
	font-family: 'Playfair Display', serif;
	color: #1f1f1f;
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: 22pt;
	font-size: 22pt;

}
h2{
	font-family: 'Poppins', sans-serif;
	color: #eeeeee;
	text-transform: uppercase;
	letter-spacing: 3pt;
	line-height: 22pt;
	font-size: 12pt;
}
.ptitle h2{
	font-family: 'Poppins', sans-serif;
	color: #1f1f1f;
	text-transform: uppercase;
	letter-spacing: 4pt;
	font-size: 3vw;
	text-align: center;
	vertical-align: middle;
	line-height: 3vw;
	width: 80%;
	padding: 0px 10px 10px 10px;
	margin-top: 20%;
	position: relative;
	height: auto;
	
}
h3{
	font-family: 'Playfair Display', serif;
	color: #eeeeee;
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: 40pt;
	font-size: 40pt;
	padding-top: 10px;
}
.ptitle h3{
	font-family: 'Poppins', sans-serif;
	color: #1f1f1f;
	text-transform: uppercase;
	letter-spacing: 3pt;
	font-size: .75vw;
	text-align: center;
	vertical-align: middle;
	line-height: 1vw;
	width: 80%;
	padding: 0% 10% 0% 10%;
	position: relative;
	height: 40%;

}
img {
    width: 100%;
    background-color: #fff;
    }
/* unvisited link */
a:link {
    color: #1f1f1f;
}

/* visited link */
a:visited {
    color: #1f1f1f;
}

/* mouse over link */
a:hover {
    color: #1f1f1f;
}

/* selected link */
a:active {
    color: #1f1f1f;
}




/*------------------------------------
HOME PAGE
-------------------------------------*/
#arrowwrapper{
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0px;
	margin-bottom: 80px;
	
}
.arrow{
	width: 28px;
	height: 25px;
	background-image: url('../images/downArrow.png');
	position: relative;
	margin: 0 auto;
	animation: play 2.5s steps(31) infinite;
}
@keyframes play {
	100% { background-position: -868px; }
}
.soon{
	width: 126px;
	height: 36px;
	background-image: url('../images/comingSoon.png');
	position: relative;
	margin: 0 auto;
}
.header{
	height: 100%;
	width: 100%;
	background-position: center center;
	position: fixed;
	top: 0px;
	z-index: 1;
}
.headerholder{
	position: relative;
	height: 500px;
	width: 100%;
	padding-top: 200px;
	z-index: 3;
}
.sectionA{
	height: auto;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	background-color: #fff;
	z-index: 2;
}
.headerOuter{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.headerInner{
	max-width: 800px;
	height: 400px;
	position: absolute;
	padding-top: 220px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.project{
	width: 50%;
	height: 28.125vw;
	float: left;
	display: block;
	background-color: #cccccc;
	position: relative;
	cursor: pointer;
}
.ptitle{

	width: 10%;
	opacity: 0;

	height: 80%;
	top: 10%;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	


}
/*-- retina screens and large screens --*/
@media (min-width: 1400px) {
	.project{
		width: 33.33%;
		height: 19vw;
		float: left;
		display: block;
		background-color: #cccccc;
		position: relative;
		cursor: pointer;
	}
	.ptitle h2{
		font-family: 'Poppins', sans-serif;
		color: #1f1f1f;
		text-transform: uppercase;
		letter-spacing: 4pt;
		font-size: 2vw;
		line-height: 2vw;
		
		text-align: center;
		vertical-align: middle;
		width: 80%;
		padding: 0px 10px 10px 10px;
		margin-top: 20%;
		position: relative;
		height: auto;
	}
	.ptitle h3{
		font-family: 'Poppins', sans-serif;
		color: #1f1f1f;
		text-transform: uppercase;
		letter-spacing: 3pt;
		font-size: .5vw;
		line-height: 1vw;
	}
}
/*-- small screens and phones --*/
@media (max-width: 1023px) {
	.project{
		width: 100%;
		height: 56vw;
		float: left;
		display: block;
		background-color: #cccccc;
		position: relative;
		cursor: pointer;
	}
	.ptitle h2{
		font-family: 'Poppins', sans-serif;
		color: #1f1f1f;
		text-transform: uppercase;
		letter-spacing: 4pt;
		font-size: 6vw;
		line-height: 6vw;
	}
	.ptitle h3{
		font-family: 'Poppins', sans-serif;
		color: #1f1f1f;
		text-transform: uppercase;
		letter-spacing: 3pt;
		font-size: 2vw;
		line-height: 2vw;
	}
}
#Dawntrail{
	background-image: url('../images/thumbnails-assets/DThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#GS{
	background-image: url('../images/thumbnails-assets/GSThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#ARK{
	background-image: url('../images/thumbnails-assets/ARKThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#Monolith{
	background-image: url('../images/thumbnails-assets/MonolithThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#Forza{
	background-image: url('../images/thumbnails-assets/ForzaThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#Naafiri{
	background-image: url('../images/thumbnails-assets/NaafiriThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#CTRL{
	background-image: url('../images/thumbnails-assets/CTRLThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#Pentakill{
	background-image: url('../images/thumbnails-assets/PentakillThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#ATK{
	background-image: url('../images/thumbnails-assets/ATKThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#CDL2{
	background-image: url('../images/thumbnails-assets/CDL2Thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#HUD{
	background-image: url('../images/thumbnails-assets/HUDThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#FNCSGC{
	background-image: url('../images/thumbnails-assets/FNCSGCThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#FNCS3{
	background-image: url('../images/thumbnails-assets/FNCS3Thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#FNCS2{
	background-image: url('../images/thumbnails-assets/FNCS2Thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#FNCS{
	background-image: url('../images/thumbnails-assets/FNCSThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#USAF{
	background-image: url('../images/thumbnails-assets/USAFThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#VFTF{
	background-image: url('../images/thumbnails-assets/VFTFThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#CDL{
	background-image: url('../images/thumbnails-assets/CDLThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#love{
	background-image: url('../images/thumbnails-assets/loveThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#spade{
	background-image: url('../images/thumbnails-assets/spadeThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#orbit{
	background-image: url('../images/thumbnails-assets/orbitThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#reality{
	background-image: url('../images/thumbnails-assets/realityThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#sxsw{
	background-image: url('../images/thumbnails-assets/sxswThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#lex{
	background-image: url('../images/thumbnails-assets/lexThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#horizon{
	background-image: url('../images/thumbnails-assets/horizonThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#palantir{
	background-image: url('../images/thumbnails-assets/palantirThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#oculus{
	background-image: url('../images/thumbnails-assets/oculusThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#feather{
	background-image: url('../images/thumbnails-assets/featherThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#the100{
	background-image: url('../images/thumbnails-assets/100Thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#hedron{
	background-image: url('../images/thumbnails-assets/hedronThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#nami{
	background-image: url('../images/thumbnails-assets/namiThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#football{
	background-image: url('../images/thumbnails-assets/footballThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#maps{
	background-image: url('../images/thumbnails-assets/mapsThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#clock{
	background-image: url('../images/thumbnails-assets/clockThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#dtv{
	background-image: url('../images/thumbnails-assets/dtvThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#fox{
	background-image: url('../images/thumbnails-assets/foxThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#lg{
	background-image: url('../images/thumbnails-assets/lgThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#x1{
	background-image: url('../images/thumbnails-assets/x1Thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#mission{
	background-image: url('../images/thumbnails-assets/missionThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#talon{
	background-image: url('../images/thumbnails-assets/talonThumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}



.subtitle{
	padding-top: 20px;
	width: 500px;
	height: 100px;
	margin: 0 auto;
	color: #ffe4d7;
	text-align: center;
}
.subtitle p{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	letter-spacing: 1pt;
	line-height: 22pt;
	font-size: 14pt;
}
.subtitle h1{
	text-align: center;
}

/*
@media 
only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-devicepixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx) { 
	    .socialwrapper{
		padding-top: 100px;
		width: 75px;
		height: 100px;
		margin: 0 auto;
	}
	#twitter{
		width: 50px;
		height: 50px;
		float: left;
		background: url('../images/twitter@2x.png');
		background-repeat: no-repeat;
	}
	#tumblr{
		width: 50px;
		height: 50px;
		float: left;
		margin-left: 50px;
		background: url('../images/tumblr@2x.png');
		background-repeat: no-repeat;
	}
	#mail{
		width: 50px;
		height: 50px;
		float: left;
		margin-left: 50px;
		background: url('../images/mail@2x.png');
		background-repeat: no-repeat;
	}
}
*/
#editionmark{
	width: 100%;
	height: 27px;
	position: absolute;
	top: 80px;
	background-image: -webkit-image-set( url(../images/edition.png) 1x, url(../images/edition@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
.title{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	height: 140px;
	background-image: -webkit-image-set( url(../images/title.png) 1x, url(../images/title@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
}
.socialwrapper{
	padding-top: 100px;
	width: 25px;
	height: 100px;
	margin: 0 auto;
}
#mail{
	width: 25px;
	height: 25px;
	background-image: -webkit-image-set( url(../images/mail.png) 1x, url(../images/mail@2x.png) 2x);
	background-repeat: no-repeat;
}

.skrim{
	width: 100%;
	height: 100%;
	background: url('../images/skrim.png');
	opacity: 0.85;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
#statement{
	position: relative;
	width: 80%;
	height: 250px;
/* 	background: #fff; */
	margin: 0 auto;
}
#statement p{
	font-family: 'poppins', sans-serif;
	color: white;
	font-size: 28pt;
	text-align: center;
	line-height: 34pt;
	letter-spacing: 0px;
}

.workheader{
	width: 600px;
	height: 300px;
	margin: 0 auto;
	background-image: -webkit-image-set( url(../images/workHeader.png) 1x, url(../images/workHeader@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
}
.divider{
	position: relative;
	margin: 50px 0px;
	clear: both;
	width: 300px;
	height: 100px;
	background-color: #fff;
}
.footer{
	width: 100%;
}
.blackfooter{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 100px;
	background-color: 000;
	padding: 50px 0px 0px 0px;
}
.blackfooter h1{
	position: relative;
	margin-left: 85px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 10pt;
	letter-spacing: 1pt;
	font-size: 8pt;
}
.blackfooter h2{
	position: relative;
	margin-left: 85px;
	font-family: 'Poppins', sans-serif;
	color: #6a6a6a;
	line-height: 10pt;
	letter-spacing: 1pt;
	font-size: 8pt;
}