﻿

/**
Reset
**/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}
html {height: 100%; overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0; -ms-interpolation-mode: bicubic;}
a {outline: none;}


/**
General
**/

body { 
 	background-color: #000;
 	color:#fff;
 	padding:0;
 	margin:0;
}

p {
	padding-bottom:20px;	
}

a {
	color:#00CC00;
}


/**
IDs
**/

#wrapper {
	background-repeat:no-repeat;
	background-image: url(../images/main-bg.jpg);
	margin-left:auto;
	margin-right:auto;
	width: 1280px;
	min-height: 1700px;
	padding-top: 300px;
}

#top-nav-outer {
	height:75px;
	float:right;
	padding-right:105px;
}

#mobile-buttons {
	display: none;
}

#movie-outer {
	float: right;
	padding-right: 160px;
	padding-top: 50px;
}

#movie-outer #movie-inner {
	width:656px;
	height:376px;
	float:right;
	border-style:solid;
	border-width:8px;
	border-color:#CCCCCC;
	background-color:#00CC00;
	text-align:center;
}

#body-content {
	padding:0 100px 0 450px;
}

#bio-info {
	margin-bottom: 60px;
	display: inline-block;
}

	#bio-info h1 span {
		font-size: 25px;
		color: #829082;
	}


/**
Classes
**/

.clear-class {
	clear:both;
	height:25px;
}

.page-header {
	font-size:35px;
	font-weight:bold;
	padding-bottom:15px;
}

.page-header-character {
	font-size:35px;
	line-height:25%;
	font-weight:bold;
	padding-bottom:0;
}

.character-photo {
	float:left;
	margin-right:30px;
	border: 3px solid #fdfdfd;
}

.questions17 li {
	padding-bottom:15px;
}

.questions17 li span {
	color: #efef2c;
}

/* ********************** */
/* MEDIA QUERIES */
/* ********************** */

@media screen and (max-width: 1280px) {
	#wrapper {
		width: 100%;
		background-size: contain;
		padding-top: 25%;
	}
}

@media screen and (max-width: 1250px) {
	#body-content {
		width: 100%;
		padding: 0 100px;
	}
	.page-header {
		font-size: 2.5em;
	}
	p, li {
		font-size: 1.25em;		
	}
	.page-header-character + p {
		font-size: 1em;
	}
}

@media screen and (max-width: 1050px) {
	#bio-info p {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 965px) {
	#top-nav-outer {
		/* display: none; */
		font-size: 10px;
		margin: 0 auto;
		text-align: center;
		float: none;
		padding-right: 0;
	}
	
	/* #mobile-buttons {display: block;} */
	.hamburger {
		display: block;
		margin: 40px auto 50px;
		width: 35px;
		height: 5px;
		position: relative;
		cursor: pointer;
	}
	.hamburger::before {
		background-color: #932680;
		position: absolute;
		bottom: 9px;
		display: block;
		width: 100%;
		height: 5px;
		content: '';
		-webkit-transition: top .25s ease .3s, -webkit-transform .25s;
		transition: top .25s ease .3s, -webkit-transform .25s;
		transition: top .25s ease .3s, transform .25s;
		transition: top .25s ease .3s, transform .25s, -webkit-transform .25s;
	}
	.hamburger::after {
		background-color: #932680;
		position: absolute;
		top: 9px;
		left: 0;
		display: block;
		width: 100%;
		height: 5px;
		content: '';
		-webkit-transition: bottom .25s ease .3s, -webkit-transform .25s;
		transition: bottom .25s ease .3s, -webkit-transform .25s;
		transition: bottom .25s ease .3s, transform .25s;
		transition: bottom .25s ease .3s, transform .25s, -webkit-transform .25s;
	}
	.hamburger.close::before {
		top: 0;
		width: 100%;
		height: 90%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger.close .patty {
		display: none;
	}
	.hamburger.close::after {
		top: 0;
		width: 100%;
		height: 90%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger .patty {			
		background-color: #932680;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		margin: auto;
	}

	#mobile-buttons ul {text-align: center; margin-bottom: 0;}
	#mobile-buttons ul li {
		list-style: none;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 26px;
		line-height: 26px;
		color: #f7f4d1;
		margin: 0;
		padding: 10px 5px;
		border-top: 1px solid #f7f4d1;
		background: #932680;
		display: block;
		text-transform: uppercase;}
	#mobile-buttons ul a:first-child li {border-top: none;}
	#mobile-buttons ul li.color-variant {background: #9A7443;}
	#mobile-buttons ul li span {font-size: 16px; font-style: italic; text-transform: none;}
	#mobile-buttons a:link, #mobile-buttons a:visited {text-decoration: none; color:#fff;}
	#mobile-buttons a:hover, #mobile-buttons a:active {color: #fff;}
	#mobile-buttons a:hover li, #mobile-buttons a:active li {background: #f9a64e;}
	
	#movie-outer {
		margin: 0 auto;
		text-align: center;
		float: none;
		padding-right: 0;
	}	
	#movie-outer #movie-inner {
		width: 500px;
		height: 275px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#movie-inner iframe {
		width: 484px;
		height: 259px;
	}
	.character-photo {
		width: 50%;
	}
	#bio-info p {
		font-size: 1em;
	}
	p, li {
		font-size: 1em;
	}
}	

@media screen and (max-width: 750px) {
	#body-content {
		padding: 0 50px;
	}
	#top-nav-outer {
		font-size: 8px;
	}
	#movie-outer {
		padding: 0 15%;
	}	
	#movie-outer #movie-inner {
		width: 400px;
		height: 232px;
	}
	#movie-inner iframe {
		width: 384px;
		height: 216px;
	}
}

@media screen and (max-width: 665px) {
	#top-nav-outer {
		font-size: 7px;
	}
	.character-photo {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}	

@media screen and (max-width: 565px) {
	#movie-outer {
		padding: 0 10%;
	}	
	h1.page-header-character span {
		display: block;
		margin-top: 25px;
	}
}

@media screen and (max-width: 500px) {
	#body-content {
		padding: 0 25px;
	}
	#movie-outer #movie-inner {
		width: 341px;
		height: 199px;
	}
	#movie-inner iframe {
		width: 325px;
		height: 183px;
	}
	.questions17 {
		padding-left: 15px;
	}
	.page-header {
		font-size: 2em;
	}
	.page-header-character {
		font-size: 24px;
	}
	h1.page-header-character span {
		font-size: 20px !important;
	}
	p, li {
		font-size: 1em;		
	}
}

@media screen and (max-width: 450px) {
	#movie-outer {
		padding: 0 5%;
	}
	.character-photo {
		float: none;
		margin-left: 0;
		width: 75%;
	}
	.questions17 a {
		word-break: break-all;
	}
}	

@media screen and (max-width: 380px) {	
	#top-nav-outer {
		font-size: 5px;
		padding-right: 5px;
	}
	#movie-outer #movie-inner {
		width: 256px;
		height: 152px;
	}
	#movie-inner iframe {
		width: 240px;
		height: 136px;
	}
}