/* ----------------- reset Style ----------------- */

@import url("reset.css");


/* ----------------- Clear floated Elements ----------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



  @font-face {
    font-family: 'cardcrawlregular';
    src: url('CardCrawl-webfont.eot');
    src: url('CardCrawl-webfont.eot?#iefix') format('embedded-opentype'),
         url('CardCrawl-webfont.woff2') format('woff2'),
         url('CardCrawl-webfont.woff') format('woff'),
         url('CardCrawl-webfont.ttf') format('truetype'),
         url('CardCrawl-webfont.svg#cardcrawlregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body { 	
		font-size: 62.5%;
		font-family: 'cardcrawlregular', serif;		
		background-color: #000;
		color:#fff;
	}
	
/*html, body {
width:100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
    */
	 
h1 { 
	font-size: 2.4em;
	line-height: 1.6em;

	
}
h2 { font-size: 2.2em;
	font-weight: bold; 
	margin-bottom: 10px;}
	
h3 { font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	
}

p  { font-size: 1.8em; 
	line-height: 1.6em;
} 

a:link, a:visited, a:focus, a:active  { 	
			
			color: #a7514f;
			text-decoration:none;
			}
a:hover {
	position: relative;
	top: 2px;
}
			
.topNav a{
	color: #fff;

}

.topNav a:hover{
position: relative;
	top: 2px;
	}



.push { margin-top: 20px;}

.pushmain { margin-top: 250px;}

hr { border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin: 20px 0 40px 0;
    
    }
    
    


.header{
	
    background: url("header.jpg");
    background-size: 1920px 792px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 792px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
	
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	
}

.logoWrapper {
	    position: relative;

}

.leftHeader {
	
    position: absolute;
    top: 0;
    left: -300px;
    z-index: -97;

}

.rightHeader {

    position: relative;
    //top: 0;
    right: -230px;
    //z-index: -98;
	float:right;

}



.main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: -350px;
	

}

/* asdasdasd */



/* ****** */

.center {
	text-align: center;
}



.introText {
	width: 640px;
	margin: 0 auto;
		margin-top: 40px;

}

.secText {
	width: 640px;
	margin: 0 auto;

}


.screenshots {
	
	width: 640px;
	margin: 0 auto;

	
}

.shotsInner {
	
	width: 900px;
	margin: 0 auto;
	padding-top: 40px;
	border: 1px solid gray;	
	
}

.shot {
	padding: 0 5px 0 5px;
}

.divider {
	
	margin: 30px 0 30px 0;
	
}
.youtube {
	
	/*position: absolute;
	z-index: 2;
	margin-top: 60px;
	//left: -100px;*/
	
}

.card {
	padding: 50px 2px 10px 2px;
}

.cards {
margin-top: 7px;}

.cardWrapper {
	
	width: 640px;
	margin: 0 auto;
	
}

.cardPush {
	margin-top: 4px;
}

.textInput {
font-size: 1em;
font-family: 'cardcrawlregular', Georgia, serif;
color: #a7514f; 
border: none; 
background-color: #fff; 
height :30px; 
width: 280px; 
padding:5px 0 5px 5px;
text-align: center;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
	
}

.buttonInput {

font-family: 'cardcrawlregular', Georgia, serif;
font-size: 1em;
color: #fff; 
border: none; 
background-color: #a7514f; 
height :40px; 
width: 120px; 
padding:0px;
margin-top: 10px;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
	
}

.left {
	float: left;
}

.socialWrapper {
	width: 262px;
	margin: 0 auto;
	padding-top: 20px;
}

.socialPushRight {
	margin-right: 30px;
}

.social {
	
	margin-right: 10px;
	
	
}

.links {
	width: 640px;
	margin: 0 auto;
}

.links p {
	text-align: center;
}

.footer {
	width: 640px;
	margin: 0 auto;
}

.footer p {
	text-align: center;
	
}

.footerImg {
	margin-top: 40px;
}

.award {
	margin: 30px 0 20px 0;
}

.awardMiddle {
	padding: 0 20px 20px 20px;
}