html,body,p{
	margin: 0px;
	padding: 0px;
}
.header{
	height:650px;
	width: auto;
	background-image: url("../img/featured.jpg");
}
.quote{
	display: block;
	width: 980px;
	margin: 0px auto;
	padding-top: 30px;
	font-size: 24px;
	font-family: "Pathway Gothic One" , sans-serif;
	color: #576060;
	text-align: left;
}
.quote p{
	padding-top: 10px;
	font-size: 16px;
}
.main-content{
	width: 700px;
	margin: 40px auto;
}
.main-content p{
	text-align: center;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
	color: #b6b6b6;

}
.main-content img{
	margin: 5px 30px;
}
.description{
    margin: 50px 0 60px;
}
    .description img{
        float: left;
    }
    .description p{
        text-align: left;
    }

/********************* VIDEO ********************/


.video{
	margin-left: 30px;
}

/********************* MARKET BUTTONS ********************/
.market{
	height: 100px;
	width: 650px;
	margin-left: 30px;

}

.appstore{
	position: relative;
	display: block;
	float: left;
	width: 250px;
	height: 75px;
	padding-left: 50px;
	color: white;
	line-height: 75px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	font-family: "Pathway Gothic One" , sans-serif;
	text-shadow: 0 2px 1px #0089c2;
	background-color: #00aef7;
	-webkit-box-shadow: 0 2px #0094d2;
	-moz-box-shadow: 0 2px #0094d2;
	box-shadow: 0 2px #0094d2;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.appstore:before{
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	content: '';
	margin-top: 15px;
	margin-left: 20px;
	background-image: url("../img/apple.png");
	
}

.appstore:hover{

	text-shadow: 0 2px 1px #06b5d5;
	background-color: #0cf;
	-webkit-box-shadow: 0 2px #0094d2;
	-moz-box-shadow: 0 2px #0094d2;
	box-shadow: 0 2px #0094d2;
}
.appstore:active{
	text-shadow: 0 2px 1px #0089c2;
	background-color: #00a3f7;
	-webkit-box-shadow: 0 1px #0071a1;
	-moz-box-shadow: 0 1px #0071a1;
	box-shadow: 0 1px #0071a1;
}

.googleplay{
	position: relative;
	display: block;
	float: right;
	width: 250px;
	height: 75px;
	padding-left: 50px;
	color: white;
	line-height: 75px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	font-family: "Pathway Gothic One" , sans-serif;
	text-shadow: 0 2px 1px #2ba400;
	background-color: #34c700;
	-webkit-box-shadow: 0 2px #2eae00;
	-moz-box-shadow: 0 2px #2eae00;
	box-shadow: 0 2px #2eae00;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.googleplay:before{
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	content: '';
	margin-top: 15px;
	margin-left: 20px;
	background-image: url("../img/android.png");
	
}
.googleplay:hover{
	
	text-shadow: 0 2px 1px #37ca03;
	background-color: #3be500;
	-webkit-box-shadow: 0 2px #2eae00;
	-moz-box-shadow: 0 2px #2eae00;
	box-shadow: 0 2px #2eae00;
}
.googleplay:active{
	text-shadow: 0 2px 1px #2ba400;
	background-color: #2ca900;
	-webkit-box-shadow: 0 2px #228400;
	-moz-box-shadow: 0 2px #228400;
	box-shadow: 0 2px #228400;
}

/********************* SOCIAL BUTTONS ********************/

.social{
	height: 100px;
	width: 650px;
	margin-top: 20px;
	margin-left: 30px;
}
.social a{
	display: block;
	float: left;
	width: 300px;
	height: 75px;
	margin: 0px 20px 0px 0px;
	color: #b6b6b6;
	line-height: 75px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	font-family: "Pathway Gothic One" , sans-serif;
	border: 2px solid #b6b6b6;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.social a:hover{
	display: block;
	float: left;
	width: 300px;
	height: 75px;
	margin: 0px 20px 0px 0px;
	background-color: #00d8ff;
	border: 2px solid #00d8ff;
	color: white;
	text-shadow: 0 2px 1px #00bddf;

}


/********************* SOCIAL BUTTONS ********************/

.footer{
	width: 700px;
	height: 300px;
	margin-top: 10px;
}
.footer img{
	display: block;
	margin-left: 160px;
}
.scroll{
	display: block;
	width: 66px;
	height: 66px;
	margin: 30px auto 0px auto;
	background-image: url("../img/scroll.jpg");
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.scroll:hover{
	margin-top: 10px;
}


.old{
    display: none;
    background: url('http://www.3d-dragrace.com/images/bck.jpg');
}














