body {
	background-color: #000;
	color: #ccc;
	font-family: VanCondensedPro, "trebuchet ms", sans-serif;
}

@media only screen and (min-width: 2048px) {
	body {
		background-size: contain;
	}
}

a {
	color: #ffc;
	text-decoration: none;
}

a:hover {
	color: #ffe;
	text-shadow: 0 0 5px #fff;
}

img {
	display: block;
}

#logoheadbox {
	background-image: url(/images/GRF_splash-lores.jpg);
	background-size: cover;
	background-position: 33% top;
}

#logohead {
	width: 100%;
	height: auto;
	margin-top: -7.5vw;
}

#mainlogo {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#studiologo {
	width: 22vw;
	height: auto;
	margin: 1vw auto;
}

.heading {
	font-family: VanCondensedLightPro-Light, "trebuchet ms", sans-serif;
	line-height: 1.333em;
	padding-top: 3vh;
	font-size: 21px;
	text-align: center;
	padding-bottom: 3vh;
	color: #fff;
	margin: 0 5vw;
}

#sectionbar {
	background-color: #332433;
}

#tilesbar {
	display: flex;
	background-color: #000;
}

#tilesbar > li {
	position: relative;
}

#tilesbar > li img {
	width: 100%;
}

#tilesbar > li:before {
	content: attr(data-label);
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5%;
	text-transform: uppercase;
	color: #fff;
	z-index: -1;
	font-size: 2vw;
}

#tilesbar > li:hover img {
	opacity: 0.5;
}

#tilesbar > li:hover:before {
	z-index: 1;
}

#tilesection {
	padding-bottom: 0.5em;
}

#descsection {
	background-color: #000;
	padding: 2vw 0;
	font-family: VanCondensedLightPro-Light, "trebuchet ms", sans-serif;
}

#descsection {
	background-color: #000;
	padding: 2vw 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#descriptionsbar {
	font-size: 21px;
	display: flex;
	width: 500vw;
}

#descriptionsbar > li {
	width: 100vw;
}

#descriptionsbar > li:not(.active) {
	visibility: hidden;
}

#descriptionsbar > li + li {
	margin-left: -100vw;
}

#descriptionsbar .title {
	text-transform: uppercase;
	font-family: VanCondensedPro, "trebuchet ms", sans-serif;
	margin-bottom: 0.25em;
	margin-left: 2.5vw;
}

#descriptionsbar .title,
#descriptionsbar .title a {
	color: #845c84;
}

#descriptionsbar .title:before {
	content: "Our Work:";
	text-transform: uppercase;
	font-family: VanCondensedPro-Bold, "trebuchet ms", sans-serif;
	margin-right: 0.25em;
	color: #fff;
}

#descriptionsbar .title:after {
	content: attr(data-medium);
	margin-left: 0.25em;
	font-family: VanCondensedLightPro-Light, "trebuchet ms", sans-serif;
	color: #999;
}

#descriptionsbar .title a:after {
	content: " ·";
	margin-left: 0.25em;
	color: #666;
}


#descriptionsbar p,
#descriptionsbar figure {
	margin: 0 10vw 1em 10vw;
	line-height: 1.5em;
}

#descriptionsbar figure > img {
	width: 100%;
}

#footersection {
	padding: 1.5vh 2vw 1vh 2vw;
	font-size: 21px;
}

#footersection .label {
	text-transform: uppercase;
	font-family: VanCondensedPro-Bold, "trebuchet ms", sans-serif;
	margin-right: 0.25em;
	color: #fff;
}

@media only screen and (max-width: 480px) {

	#logoheadbox {
		min-height: 100vh;
	}

	#logohead {
		display: none;
		margin-top: 0;
	}

	#studiologo {
		width: 50vw;
		height: auto;
		margin: 2vh auto;
	}
	
/* 
	#tilesection {
		display: none;
	}
 */

	#descriptionsbar .title:before {
		content: "";
	}

	#descriptionsbar {
		font-size: 21px;
		display: block;
		width: auto;
	}

	#descriptionsbar > li {
		width: auto;
	}

	#descriptionsbar > li:not(.active) {
		visibility: visible;
	}

	#descriptionsbar > li + li {
		margin-left: 0;
		margin-top: 2em;
	}
}

