@charset "UTF-8";

header{
	left: 10%;
	right: 10%;
	position: absolute;
	z-index: 200;
}

.logo{
	float: left;
	margin: -5% -10% 0% 0%;
	
}

nav{
	float: right;
	padding: 10px;
}

nav a {
	text-decoration: none;
	color: #646464;
	font-size: 1.1em;
	font-weight: bold;
	padding:0% 1%;


	
}

nav a:hover{
	border-bottom:solid;
	border-bottom-width: 1px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	
}

a:hover{
	color: #66bdac;
}


.wrapper{
	max-width: 980px;
	margin: 0px auto;
	position: relative; 
	background-color: #f7f5e8;
}

.container{
	text-align: center;
	
}


.media >img {
	width: 125px;
	height: 135px;
	float: left;
	margin: 0% 3% 1% 1%;
	clear: both;
	padding: 1% 1% 1% 5%;
}

.media >p{
 font-size: 1.2em;
 width: 80%;
 margin-bottom: 8%;
}

#meet_team{
	margin: 0 auto;
	width: 100%;
	/*background-color: #66bdac;*/
}

#meet_team h1 {
				color: #55612d;
				font-size: 1.8em; font-weight: normal;
				text-transform: uppercase;
				position: relative;
				background-color: #ff8575;
				margin: 0px -40px 20px 0px;
				padding: 18px 0px 16px 50px;
			}

#meet_team h1:after {
				content: '';
				display: block;
				height: 40px;
				width: 40px;
				background: url(../img/photos/corel-red.gif);
				position: absolute;
				right: 0px;
				bottom: -40px;
			}


#contact_us{
    margin: 0 auto;
	width: 100%;
	/*background-color: #66bdac;*/

}

#contact_us >img{
	float: left;
	margin: 2% 5%;
}

#contact_us h1 {
				color: #55612d;
				font-size: 1.8em; font-weight: normal;
				text-transform: uppercase;
				position: relative;
				background-color: #6bc9df;
				margin: 0px -40px 20px 0px;
				padding: 18px 0px 16px 50px;
			}

#contact_us h1:after {
				content: '';
				display: block;
				height: 40px;
				width: 40px;
				background: url(../imgs/photos/turquolz.gif);
				position: absolute;
				right: 0px;
				bottom: -40px;
			}

#about_game{
	margin: 0 auto;
	width: 100%;
	margin: 0 0 1% 0;
	

	/*background-color: #66bdac;*/
	/*padding: 1%;*/
}

.block{
	width: 250px;
	height: 300px;
	background-color: #f7f5e8;
	float: left;
}
.download_app{
	float: left;
	margin: 1% 1% 1% 16%;
	clear: both;
}
.game_beijing{
	float: left;
	margin: 0% 0% 0% 20%;

}

#about_game h1 {
				color: #55612d;
				font-size: 1.8em; font-weight: normal;
				text-transform: uppercase;
				position: relative;
				background-color: #ffd575;
				margin: 0px -40px 20px 0px;
				padding: 18px 0px 16px 50px;
			}

#about_game h1:after {
				content: '';
				display: block;
				height: 40px;
				width: 40px;
				background: url(../imgs/photos/gold.gif);
				position: absolute;
				right: 0px;
				bottom: -40px;
			}

h1{
	padding: 2% 5%;
	font-family: chalkboard;
	font-weight: bold;
}

form{
	margin: 0 auto;
	width: 55%;
}

input{
	background-size: 60px;
}

input[type=submit] {
	width: 20%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border: 1px solid #6bc9df;
	background: #f7f5e8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

input[type=submit]:hover{
	background: #6bc9df;
}

input [type=text]{
	background:#6bc9df;
}

textarea{
	width: 60%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #6bc9df;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

footer{
	margin: 0 auto;
	width: 40%;
	font-size: 1.2em;
	padding: 0% 2% 2% 2%;
	text-align: center;
}

