216@font-face {
    font-family: 'armor_piercing_2.0_bbregular';
    src: url('fonts/armopb__-webfont.woff2') format('woff2'),
         url('fonts/armopb__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sans';
    src: url('fonts/alegreyasans-regular-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sans';
    src: url('fonts/alegreyasans-italic-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'alegreya_sans';
    src: url('fonts/alegreyasans-bold-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sans';
    src: url('fonts/alegreyasans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/alegreyasans-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'quanta_pro_eastregular';
    src: url('fonts/quanta_pro_east-webfont.woff2') format('woff2'),
         url('fonts/quanta_pro_east-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #928d82;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
	font-family: "alegreya_sans", "Helvetica", "Trebuchet MS", sans-serif;
	padding-bottom: 7vw;
	background-image: url(/images/BGD_grunge-page-end.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

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

a:hover {
	color: #FECF54;
	text-decoration: underline;
}

img {
	display: block;
}

#masthead img.splash {
	width: 100%;
	height: auto;
	padding: 5.15% 0 4.6% 0;
}

#masthead {
	position: relative;
	margin-bottom: 2%;
}

#masthead:before {
	content: "";
	width: 100%;
	height: 30%;
	background-image: url(/images/BGD_grunge-splash-top.png);
	background-size: contain;
	background-position: center top;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: 1;
}

#masthead:after {
	content: "";
	width: 100%;
	height: 25%;
	background-image: url(/images/BGD_grunge-splash-bottom.png);
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 1vw;
	left: 1.5vw;
	text-indent: -200vw;
	background-image: url(/images/LOGO_Ottoman.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	width: 57.29%;
	height: 30%;
	z-index: 2;
}

nav {
	position: absolute;
	bottom: 2.2vw;
	right: 1.5vw;
	z-index: 2;
}

#navbar {
	font-family: "armor_piercing_2.0_bbregular", "Arial Narrow", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

#navbar > li {
	font-size: 2.4vw;
	display: inline-block;
}

#navbar > li > a {
	padding: 0 0.3em 0 0.5em;
}

#navbar > li > a:hover {
	text-decoration: none;
}

#navbar > li > a > .sup {
	font-size: 1.67vw;
	position: relative;
	top: -0.3em;
	margin-right: -0.125em;
}

#navbar > li > a:hover > .reg {
	border-bottom: 2px solid #FECF54;
}

#navbar > li + li:before {
	content: "-";
	display: inline-block;
	color: #5F5F5F;
}

h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 2.25vw;
}

h4 {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 1.75vw;
	font-weight: bold;
}

h5 {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 1.75vw;
	font-weight: 600;
}

h6 {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 1.75vw;
	font-weight: bold;
}

p {
	font-size: 1.75vw;
	line-height: 1.25em;
	margin-bottom: 1em;
}

dl.screenings {
	margin: 0.5em 0 1.5em 0.5em;
}

dl.screenings dt {
	font-size: 1.75vw;
	margin-bottom: 0.25em;
}

dl.screenings dd {
	font-size: 1.5vw;
	font-style: italic;
}

dl.screenings dd + dt {
	margin-top: 0.75em;
}

.subsections {
	display: flex;
}

.subsection {
	box-sizing: border-box;
}

#trailer {
}

#trailer h2 {
	margin: 2vw 8vw 0 8vw;
}

#trailer .framecontainer {
	padding-bottom: 2vw;
	background-image: url(/images/GRF_stripe-trailer.png);
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: bottom right 2vw;
	padding: 0.5vw 8vw 4vw 8vw;
}

#trailer iframe {
	width: 84vw;
	height: 47.25vw;
}

#trailerinfo {
	margin: 0 8vw;
}

#sec-animation {
	width: 67.7%;
	order: 2;
	background-image: url(/images/GRF_stripe-animation.png);
	background-repeat: no-repeat;
	background-size: 5vw auto;
	background-position: left top;
	padding-left: 2vw;
}

#sec-animation img.sub-splash + img.sub-splash {
	border-top: 2px solid transparent;
}

#sec-animation img.sub-splash:last-of-type {
	margin-bottom: 5vw;
}

#sec-animation h2 {
	margin-left: 3vw;
}

#sec-animation p {
	margin-left: 8vw;
	margin-right: 8vw;
}

#sec-animation h6 {
	margin-left: 8vw;
	margin-right: 8vw;
}

#sec-animation > p:first-of-type:first-letter,
#sec-team-about > p:first-of-type:first-letter,
#sec-automans-daughter > p:first-of-type:first-letter {
	font-family: "quanta_pro_eastregular", "Arial Black", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 300%;
	float: left;
	color: #262626;
	line-height: 0.25em;
	margin: -1.6% -1.95% 0 -2.5%;
}

#sec-animation > p:first-of-type:first-letter {
	transform: skewX(-5deg);
}

#sec-team-about > p:first-of-type:first-letter {
	margin: -1.6% 1.5% 0 -1%;
}

#sec-automans-daughter > p:first-of-type:first-letter {
	margin: -1.6% -1% 0 -2.5%;
}

#sec-dieselpunk {
	width: 32.3%;
	order: 1;
}

#sec-dieselpunk .copy > * {
	margin: 0.5em 5vw;
	color: #332e25;
}

#sec-dieselpunk p {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 1.5vw;
	line-height: 1.5em;
	font-weight: bold;
}

img.sub-splash {
	width: 100%;
	height: auto;
}

img.sub-spot {
	width: 75%;
	height: auto;
	margin: 0 auto;
}

#team header {
	margin-bottom: 5vw;
	position: relative;
}

#team h2:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/images/GRF_stripe-team.png);
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: -1;
}

#team h2 {
	padding-left: 5vw;
	position: relative;
}

#sec-team-about {
	width: 67.7%;
	order: 2;
	padding: 0 8vw 0 10vw;
}

#sec-team-credits {
	width: 32.3%;
	order: 1;
	padding-left: 5vw;
}

#sec-team-credits dl {
	margin-bottom: 1.5em;
	font-size: 1.5vw;
}

#sec-team-credits dt {
	font-weight: bold;
}

#sec-team-credits dd {
	margin: 0 0 0.25em 2.5vw;
}

#sec-automans-daughter {
	width: 67.7%;
	background-image: url(/images/GRF_stripe-comic.png);
	background-repeat: no-repeat;
	background-size: 9.25vw auto;
	background-position: right top;
	padding: 1.5vw 2vw 0 2vw;
}

#sec-automans-daughter img.sub-splash {
	margin-bottom: 4vw;
}

#sec-automans-daughter p {
	margin-left: 8vw;
	margin-right: 12vw;
}

#sec-panels {
	padding-top: 10vw;
}

#sec-panels {
	width: 32.3%;
}

#comic-art img.sub-spot {
	width: 27vw;
	height: auto;
	margin: 8vw auto 8vw auto;
}

#podcast-intro {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	background-image: url(/images/GRF_stripe-podcast.png);
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: center bottom;
	padding-bottom: 2.4vw;
	margin-bottom: 3vw;
}

#podcast-intro blockquote {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 2vw;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-style: italic;
}

#podcast-intro blockquote:before {
	content: "“";
	font-family: "quanta_pro_eastregular", "Arial Black", sans-serif;
	font-size: 300%;
	display: inline-block;
	font-style: normal;
	color: #262626;
	position: relative;
	top: 2.5vw;
	left: -0.05em;
	/* 	line-height: 0.25em; */
	/* 	margin: -1.7% -1.95% 0 -2.5%; */
}

#podcast-intro blockquote:after {
	content: "”";
}

#sec-animation-is-hard {
	width: 35%;
	padding-left: 5vw;
}

#sec-animation-is-hard p {
	font-family: 'alegreya_sans', "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 1.5vw;
	line-height: 1.5em;
	font-weight: bold;
}

#sec-anisha-episodes {
	width: 65%;
	padding: 0 8vw 0 8vw;
}

#sec-anisha-episodes h4 {
	margin-bottom: 0.5em;
}

#sec-anisha-episodes h5 {
	margin-bottom: 0.25em;
}

#sec-anisha-episodes ul.eplist > li {
	margin-bottom: 2em;
}

#sec-anisha-episodes p {
	font-size: 1.5vw;
}

#sec-anisha-episodes p:last-of-type {
	margin-bottom: 0.5em;
}

#podcast svg {
	position: relative;
	top: 0.1em;
	margin-right: 0.1em;
}

#podcast .twt svg {
	top: 0.4em;
}

@media screen and (max-width: 768px) {
	body {
		background-size: 175vw;
		padding-bottom: 10vw;
	}
	
	#logo {
		width: 97%;
		height: 17vw;
	}
	
	nav {
		right: 3.5vw;
	}
	
	#masthead:before {
		height: 21.5vw;
		background-size: cover;
		background-position: right top;
	}
	
	#masthead:after {
		height: 10vw;
		background-size: cover;
	}
	
	#masthead img.splash {
		padding-top: 12.15%;
	}
	
	#navbar > li {
		font-size: 5.6vw;
	}
	
	#navbar > li > a > .sup {
		font-size: 3.33vw;
	}
	
	h2 {
		font-size: 5vw;
	}
	
	h4 {
		font-size: 5vw;
	}
	
	h5 {
		font-size: 5vw;
	}
	
	h6 {
		font-size: 5vw;
		margin-bottom: 0.25em;
	}
	
	.subsections {
		flex-direction: column;
	}
	
	p {
		font-size: 5vw;
		line-height: 1.333em;
	}
	
	dl.screenings dt {
		font-size: 5vw;
	}
	
	dl.screenings dd {
		font-size: 4.5vw;
	}
	
	#sec-animation img.sub-splash:last-of-type {
		margin-bottom: 10vw;
	}
	
	#sec-animation {
		width: 98%;
		background-size: 7.5vw auto;
	}
	
	#sec-animation h2 {
		margin-left: 5.5vw;
	}
	
	#sec-animation h6,
			#sec-animation p,
			#sec-team-about p {
		margin-left: 2vw;
		margin-right: 2vw;
	}
	
	#sec-dieselpunk {
		width: auto;
		order: 2;
		margin: 7.5% 0;
	}
	
	#sec-dieselpunk img.sub-spot {
		width: 50%;
	}
	
	#sec-dieselpunk .copy {
		margin: 5%;
	}
	
	#sec-dieselpunk p {
		font-size: 4.5vw;
	}
	
	#team header {
		margin-bottom: 10vw;
	}
	
	#sec-team-about {
		width: 100%;
		order: 1;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	
	#sec-team-credits,
			#sec-animation-is-hard,
			#sec-anisha-episodes {
		width: auto;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	
	#sec-team-credits dl {
		font-size: 4vw;
	}
	
	#podcast-intro {
		width: 65%;
	}
	
	#podcast-intro blockquote {
		font-size: 4.5vw;
	}
	
	#podcast-intro blockquote:before {
		top: 5.5vw;
	}
	
	#sec-automans-daughter {
		width: auto;
	}
	
	#sec-animation-is-hard p {
		font-size: 4.5vw;
	}
	
	#sec-anisha-episodes p {
		font-size: 5vw;
	}
	
	#sec-panels {
		width: auto;
		padding-top: 5vw;
	}
	
	#sec-automans-daughter img.sub-splash {
		margin-bottom: 10vw;
	}
	
	#sec-panels img.sub-spot {
		width: 50%;
	}
}
