/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Styling */
body {
	background: #05001e url("../img/splashBack.jpg") no-repeat center top;
	background-size: 80% auto;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #FFF;
}

.aboutBody {
	background: #000 url("../img/splashBack_town.png") no-repeat center top;
	background-size: 100% auto;
}



/* Font Styling */
h1 {
	font-family: "Anton", "Impact", "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 32pt;
	line-height: 34pt;
	color: #be0000;
	margin-bottom: 20px;
}

h2 {
	color: #727272;
	margin-bottom: 5px;
}

h3 {
	font-family: "Anton", "Impact", "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 42pt;
	line-height: 44pt;
	color: #be0000;
	padding-top: 10px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

/* Link Styling */
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFF;
}

/* Navigation Styling */
.logo {
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

	.logo img {
		width: 70px;
	}

	.logo img:hover {
				  -webkit-transform: scale(1.1);
					 -moz-transform: scale(1.1);
					  -ms-transform: scale(1.1);
					   -o-transform: scale(1.1);
						  transform: scale(1.1);
				 -webkit-transition: all 0.5s ease-out;
					-moz-transition: all 0.5s ease-out;
					  -o-transition: all 0.5s ease-out;
						 transition: all 0.5s ease-out;
	}

nav {
	float: left;
	padding: 40px 40px 40px 30px;
	width: 75%;
}

ul {
	font-family: "Anton", "Impact", "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
}

li {
	display: inline-block;
	margin-right: 40px;
}

.end {
	margin-right: 0;
}

/* Float Classes */
.left {
	float: left;
}

.right {
	float: right;
}

/* DIV Styling */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	z-index: 90;
}

main {
	height: 100%;
	width: 50%;
	margin: auto;
	padding-top: 100px;
}

	#top {
		padding-top: 90%;
		margin-bottom: 0%;
		background:url("../img/encoreLogo.png") no-repeat center bottom;
		background-size: 75% auto;
	}

        #topOri {
		padding-top: 45%;
		margin-bottom: 0%;
		background:url("../img/originalLogo.png") no-repeat center bottom;
		background-size: 75% auto;
	}

	
	#news {
		-webkit-border-radius: 20px;
        border-radius: 20px;
		margin: 20px;
		margin-bottom: 40px;
		padding: 20px 40px;
		background: rgba(0,0,0,0.65);
	}
	
	#news h1 {
		text-align: center;
	}
	
	#news h2 {
		
	}

		div {
			display: block;
		}
	
		.auto-resize-iframe > #vid {
			position: relative;
			padding-bottom: 66%;
			height: 0px;
		}
		
		.auto-resize-iframe iframe {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
		}
	
	#buy {
		-webkit-border-radius: 20px;
        border-radius: 20px;
		margin: 20px;
		margin-bottom: 40px;
		padding: 20px;
		text-align: center;
		background: rgba(0,0,0,0.65);
	}
	
		#buy h1 {
			font-size: 38pt;
			text-transform: uppercase;
			margin-bottom: 0;
		}
	
		#buy img {
			width: 28%;
		}
		
		#buy img:hover {
			 -webkit-box-shadow: 0px 0px 4px 0px #000;
					 box-shadow: 0px 0px 4px 0px #000;
			  -webkit-transform: scale(1.05);
				 -moz-transform: scale(1.05);
				  -ms-transform: scale(1.05);
				   -o-transform: scale(1.05);
					  transform: scale(1.05);
			 -webkit-transition: all 0.5s ease-out;
				-moz-transition: all 0.5s ease-out;
				  -o-transition: all 0.5s ease-out;
					 transition: all 0.5s ease-out;
		}
		
		#buy iframe {
			min-height: 264px;
			min-width: 550px;
		}
		
	#gallery {
		-webkit-border-radius: 20px;
        border-radius: 20px;
		margin: 20px;
		padding: 20px;
		text-align: center;
		background: rgba(0,0,0,0.65);
	}
	
		#gallery  img {
			height: 140px;
			padding: 5px;
		}
		
		#gallery img:hover {
			 -webkit-box-shadow: 0px 0px 4px 0px #000;
					 box-shadow: 0px 0px 4px 0px #000;
			  -webkit-transform: scale(1.05);
				 -moz-transform: scale(1.05);
				  -ms-transform: scale(1.05);
				   -o-transform: scale(1.05);
					  transform: scale(1.05);
			 -webkit-transition: all 0.5s ease-out;
				-moz-transition: all 0.5s ease-out;
				  -o-transition: all 0.5s ease-out;
					 transition: all 0.5s ease-out;
		}
		
	#contact {
		-webkit-border-radius: 20px;
        border-radius: 20px;
		text-align: center;
		margin: 20px;
		padding: 20px;
		background: rgba(0,0,0,0.65);
	}
	
	#contact h1 {
		font-size: 24pt;
		line-height: 24pt;
		color: #FFF;
		margin-bottom: 0;
	}
	
	#contact a:link, a:visited {
		text-decoration: underline;
	}

#topButtons {
	position: fixed;
	top: 0;
	right: 0;
	height: 400px;
	width: 400px;
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
	z-index: 100;
}
	
	#topButtons img {
		width: 30%;
		margin-left: 10px;
	}
	
	#topButtons img:hover {
			 -webkit-transform: scale(1.1);
					 -moz-transform: scale(1.1);
					  -ms-transform: scale(1.1);
					   -o-transform: scale(1.1);
						  transform: scale(1.1);
				 -webkit-transition: all 0.5s ease-out;
					-moz-transition: all 0.5s ease-out;
					  -o-transition: all 0.5s ease-out;
						 transition: all 0.5s ease-out;
	}
	
footer {
	height: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 8pt;
	text-transform: uppercase;
}