/* Specific styles for the Filmography page */

#filmography {position: relative !important;}
#filmography h1 {
	display: block;
	font-family: 'Mr Dafoe', cursive;
	font-size: 64px;
	text-align: center;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	top: -0.5em;
	color: #EF65FF;
	text-shadow: 0px 0px 5px #Af15Bf, 0px 0px 5px #Af15Bf;
	z-index: 500;
}

.filmography-year:first-of-type {
	margin-top: 3em;
}
.filmography-year {
	margin-left: 13%;
	margin-bottom: 5em;
	margin-right: 5%;
	position: relative;
}
.filmography-year h2 {
	position: absolute;
	left: -16%;
	margin-top: -0.65em;
	color: rgb(23,23,23);
	z-index: 0;
	font-family: anton, futura-pt-condensed, "trebuchet ms", arial, sans-serif;
	font-size: 108pt;
	letter-spacing: 13px;
	transform: none !important;
	-webkit-transform: none !important;
	text-shadow: none !important;
	margin-bottom: 0;
}
.filmography-year h3, .filmography-year h3 a {
	position: relative;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-family: anton, impact, arial, sans-serif;
	color: rgb(150,210,220) !important;
	font-weight: 500;
	font-size: 27pt;
	z-index: 1;
}
.filmography-year h3 span {
	position: relative;
	font-family: 'cortado', sans-serif;
	color: rgb(200,100,100) !important;
	font-weight: 400;
	font-size: 18.75pt;
	line-height: 1.1em;
}
.filmography-year p {
	position: relative;
	padding-left: 1em;
	padding-bottom: .25em;
	color: rgb(128,128,128);
	line-height: 1.2em;
}
h3 + p {
	color: #FFF !important;
}
.filmography-year h3.winner:before {
	content: "";
	display: inline-block;
	width: 110px;
	height: 73px;
	background-image: url(../images/bestfilm48hr-220.png);
	background-repeat: no-repeat;
	background-size: 110px 73px;
	margin-right: -110px;
	margin-bottom: -73px;
	position: relative; z-index: -10;
	left: -110px;
	top: -40px;
}



/** ------------<<<------------ Responsive Breakpoints ----------------->>>--------- **/

@media screen and (max-width: 850px) {
	.filmography-year h3.winner:before {
		width: 74px;
		height: 49px;
		background-size: 74px 49px;
		margin-right: -74px;
		margin-bottom: -49px;
		left: -60px;
		top: 7px;
	}
	.filmography-year h3 span:not(.iii) {
		display: block;
		padding-left: 1.1rem;
		padding-top: .5rem;
	}
}

@media screen and (max-width: 750px) {
	.resumeskip {
		position: relative;
		margin: auto;
		top: 2em;
		right: 0em;
	}
	.maincontent h1 {
		min-width: 1em; /* don't overflow */
		padding-top:1em;
	}
}

@media screen and (max-width: 480px) {
	.filmography-year h3 span {
		display: block;
	}
	.filmography-year h3, .filmography-year h3 a {
		font-size: 22pt;
	}
	.filmography-year h3.winner:before {
		width: 74px;
		height: 49px;
		background-size: 74px 49px;
		margin-right: -74px;
		margin-bottom: -49px;
		left: 70vw;
		top: -1.2em;
	}
	.filmography-year {
		margin-left: 5%;
		margin-bottom: 5em;
		margin-right: 5%;
	}
}