@charset "utf-8";
/* CSS Document */
@font-face { font-family: Good Eatin AOE; src: url('Good Eatin AOE.otf'); } 

aside, article, section, header, footer, nav {
	display: block;
}

html {
	margin: 0 auto;
	font-family:'Open Sans';
	height: 100%;
	font-size:18px;
}

body {
	margin: 0 auto;
	width:100%;
	height:100%;
	background:#fff;
}
h1{
	font-family:Bitter;
	font-size:24px;
	color:#333;
}

#wrapper{	
	margin: 0 auto;
	height:100%;
}

#header{
	position:absolute;
	margin-top:0px;
	width:100%;
	height:350px;
	background:url(../images/Bg.png) repeat-x;
	border-bottom:thin solid #999;
	-moz-box-shadow: 0px 0px 1px 2px #d9d9d9;
	-webkit-box-shadow: 0px 0px 1px 2px #d9d9d9;
	box-shadow: 0px 0px 1px 2px #d9d9d9;
}


#banner-content{
	position:relative;
	margin: 0 auto;
	max-width:900px;
	text-align:center;
	height:350px;
	overflow:hidden;
}

#logo{
padding:80px 0 10px 0;
max-width:384px;
margin:0 auto;
}
#slogan{
	padding-bottom:15px;
	font-size:25px;
	font-family: Good Eatin AOE; 
	width:450px;
	margin: 0 auto;
	color:#333;
	line-height:25px;
}

#store{
	cursor:pointer;
}


#cloud_1{
	position:absolute;
	top:80px;
	left:-200px;	
}

#cloud_2{
	position:absolute;
	top:300px;
	left:-200px;	
}

#cloud_3{
	position:absolute;
	top:10px;
	left:-25px;	
}

#cloud_4{
	position:absolute;
	top:210px;
	left:-200px;	
}

#seedling{
	width:100px;
	height:220px;
	position:absolute;
	top:400px;
	left:650px;	
}
#eyes{
	position:absolute;
	left:0px;
	top:170px;
	
}
/*END HEADER*/

#body-content{
	margin: 0 auto;
	max-width: 900px;
	padding:20px;
}

.feature{
	min-height:350px;
	padding:20px;
}
.right{
	padding: 20px;
	float:right;
}
.left{
	padding: 20px;
	float:left;
}
hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer{
	width:100%;
	margin: 0 auto;
	text-align:center;
	padding:50px 0 50px 0;
	background-color:#f7f7f7;
	border-top: 1px solid #d9d9d9;
}


/*RESPONSIVE*/

@media (max-width: 700px) {
.feature{
	text-align:center;
	padding:20px;
}
.right{
	padding: 10px;
	float:none;
}
.left{
	padding: 10px;
	float:none;
}

}
@media (max-width: 320px) {
#body-content{
	max-width: 320px;
	padding:10px;
}
.feature{
	text-align:center;
	padding:0px;
}
.right{
	padding: 0px;
	float:none;
	width:100%;

}
.left{
	padding: 0px;
	float:none;
	width:100%;
}
#banner-content{
	width:100%;
}
#logo{
width:280px;
height:76px;
}
#slogan{
	
	width:300px;
}
/*


#cloud_1{
	display:hidden;
}

#cloud_2{
	display:hidden;
}

#cloud_3{
	display:hidden;
}

#cloud_4{
	display:hidden;	
}

#seedling{
	display:hidden;
}
#eyes{
	display:hidden;	
}
*/
}
