@charset "utf-8";
/* CSS Document */

/************ CSS RESET **************/

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;
}

/************* End CSS RESET *****************/

@font-face{
	font-family: PegHeadsTitle;
	src:url(Fonts/GROBOLD.TTF);	
}

@font-face{
	font-family: PegHeadsText;
	src:url(Fonts/TONDU_BETA.TTF);	
}

@media screen and (min-width: 1000px) {

body{
	background-image:  url(images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% ;
}

#wrapper{
	max-width: 1000px;
	margin: auto;	
}

#logo{
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 	1000px;
}

#coming-soon{
	width: 304px;
	height: 42px;
	margin: auto;
	background: url(images/coming-soon.png) no-repeat center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#video{
	width: 100%;
	height: 563px;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}

#characters{
	width: 100%;
	height: 294px;
	margin: auto;
	z-index: 10;
	text-align: center;
	background
}

#characters a{
	opacity: 0.85;	
}

#characters a:hover{
	opacity: 1;	
}

#info{
	margin-top: 35px;	
}

#info h2{
	color: #FFFFFF;
	font-family: PegHeadsTitle, sans serif;
	font-size: 36px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 25px;
}

#info p{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Myriad Pro, sans-serif;;
	line-height: 24px;
	padding-bottom: 25px;
}

#character-container{
	width: 1000px;
	clear: both;
}

.single-character{
	display: block;
	float: left;
	width: 300px;
}

#footer{
	width: 100%;
	clear: both;
	background: #333333;
	padding-top: 35px;
	height: 45px;
	font-size: .85em;
}

.footer-text{
	font-family: PegHeadsText;
	color: #FFFFFF;
}

.footer-text a{
	font-family: PegHeadsText;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover{
	color: #60a5e6;
}

#left-col{
	width: 28%;
	padding-left: 2%;
	padding-right: 5%;
	text-align: left;
	display: block;
	float: left;	
}

#center-col{
	width: 28%;
	padding-right: 5%;	
	text-align: center;
	display: block;
	float: left;	
}

#right-col{
	width: 28%;	
	display: block;
	float: left;
	text-align: right;
	padding-right: 2%;
}
}

@media screen and (min-width: 769px) and (max-width: 999px) {

body{
	background-image: url(images/mobile-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% ;
}

#wrapper{
	max-width: 100%;
	margin: auto;	
}

#logo{
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 	100%;
}

#coming-soon{
	width: 304px;
	height: 42px;
	margin: auto;
	background: url(images/coming-soon.png) no-repeat center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#video{
	width: 100%;
	height: 450px;
	margin: auto;
	text-align: center;
}

#characters{
	width: 100%;
	margin: auto;
	text-align: center;
	clear: both;
}

#characters a{
	opacity: 0.85;	
}

#characters a:hover{
	opacity: 1;	
}

#info{
	margin-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

#info h2{
	color: #FFFFFF;
	font-family: PegHeadsTitle, sans serif;
	font-size: 36px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 25px;
}

#info p{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Myriad Pro, sans-serif;;
	line-height: 24px;
	padding-bottom: 25px;
}

#character-container{
	width: 100%;
	clear: both;
}

.single-character{
	display: block;
	float: left;
	width: 300px;
}

#footer{
	width: 100%;
	clear: both;
	background: #333333;
	padding-top: 35px;
	height: 45px;
	font-size: .85em;
}

.footer-text{
	font-family: PegHeadsText;
	font-size: .85em;
	color: white;
}

.footer-text a{
	font-family: PegHeadsText;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover{
	color: #60a5e6;
}

#left-col{
	width: 28%;
	padding-left: 2%;
	padding-right: 5%;
	text-align: left;
	display: block;
	float: left;	
}

#center-col{
	width: 28%;
	padding-right: 5%;	
	text-align: center;
	display: block;
	float: left;	
}

#right-col{
	width: 28%;	
	display: block;
	float: left;
	text-align: right;
	padding-right: 2%;
}
}
@media screen and (max-width: 768px) {
body{
	background-image: url(images/mobile-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% ;
}

#wrapper{
	max-width: 100%;
	margin: auto;	
}

#logo{
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 	100%;
}

#coming-soon{
	width: 304px;
	height: 42px;
	margin: auto;
	background: url(images/coming-soon.png) no-repeat center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#video{
	width: 100%;
	height: 450px;
	margin: auto;
	text-align: center;
}

#characters{
	width: 100%;
	margin: auto;
	text-align: center;
	clear: both;
}

#characters a{
	opacity: 0.85;	
}

#characters a:hover{
	opacity: 1;	
}

#info{
	margin-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

#info h2{
	color: #FFFFFF;
	font-family: PegHeadsTitle, sans serif;
	font-size: 36px;
	margin-bottom: 15px;
	text-align: left;
	clear: left;
	padding-top: 25px;
}

#info p{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Myriad Pro, sans-serif;;
	line-height: 24px;
	padding-bottom: 25px;
	width: 100%;
}

#character-container{
	width: 100%;
	clear: both;
}

.single-character{
	display: block;
	float: left;
	width: 300px;
}

#footer{
	width: 100%;
	clear: both;
	background: #333333;
	padding-top: 35px;
	height: 45px;
	font-size: .85em;
}

.footer-text{
	font-family: PegHeadsText;
	font-size: .85em;
	color: white;
}

.footer-text a{
	font-family: PegHeadsText;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover{
	color: #60a5e6;
}

#left-col{
	width: 28%;
	padding-left: 2%;
	padding-right: 5%;
	text-align: left;
	display: block;
	float: left;	
}

#center-col{
	width: 28%;
	padding-right: 5%;	
	text-align: center;
	display: block;
	float: left;	
}

#right-col{
	width: 28%;	
	display: block;
	float: left;
	text-align: right;
	padding-right: 2%;
}
}

@media screen and (max-width: 420px) {
	body{
	background-image: url(images/mobile-bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100% ;
}

#wrapper{
	max-width: 100%;
	margin: auto;	
}

#logo{
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 	100%;
}

#coming-soon{
	width: 304px;
	height: 42px;
	margin: auto;
	background: url(images/coming-soon.png) no-repeat center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#video{
	width: 100%;
	height: 240px;
	margin: auto;
	text-align: center;
}
#characters{
	width: 100%;
	margin: auto;
	text-align: center;
	clear: both;
}

#characters a{
	opacity: 0.85;	
}

#characters a:hover{
	opacity: 1;	
}

#info{
	margin-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

#info h2{
	color: #FFFFFF;
	font-family: PegHeadsTitle, sans serif;
	font-size: 36px;
	margin-bottom: 15px;
	text-align: left;
	clear: left;
	padding-top: 25px;
}

#info p{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Myriad Pro, sans-serif;;
	line-height: 24px;
	padding-bottom: 25px;
	width: 100%;
}

#character-container{
	width: 100%;
	clear: both;
}

.single-character{
	display: block;
	float: left;
	width: 300px;
}

#footer{
	width: 100%;
	clear: both;
	background: #333333;
	padding-top: 25px;
	height: 60px;
	font-size: .85em;
}

.footer-text{
	font-family: PegHeadsText;
	font-size: .85em;
	color: white;
}

.footer-text a{
	font-family: PegHeadsText;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover{
	color: #60a5e6;
}

#left-col{
	width: 28%;
	padding-left: 2%;
	padding-right: 5%;
	text-align: left;
	display: block;
	float: left;	
}

#center-col{
	width: 28%;
	padding-right: 5%;	
	text-align: center;
	display: block;
	float: left;	
}

#right-col{
	width: 28%;	
	display: block;
	float: left;
	text-align: right;
	padding-right: 2%;
}
}