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

.wrap{
	width:90%; 
	margin:0 auto; 
	top:0px; 
	height:100%; 
 
}
.body{
	/*background-image:url(1bg.jpg);*/
}
#wowslider-container1
{
	width:100%; 
	float:left;
	top:30px;
}
/* Desktop menu*/
.menu{
	display:none;
	}
	.menu ul li
	{
		display:none;
	}
	.menu ul li h1 
	{
		display:none;
	}
/* Mobile menu*/
.menu-mobile{
	width:100%; 
	height:14%;  
	margin-bottom:4%;
	float:left;
	background-color:#0CF;
	text-align:center;
	padding:0;
	}
	.menu-mobile ul li
	{
		display:inline-block;
		text-decoration:none;
		width:100%;
		line-height:2ems;
	}
	.menu-mobile ul li h1 
	{
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#009;
	}
	
.header{
	width:100%; 
	height:25px;  
	margin-bottom:3%;
	float:left;
	text-align:center;
	}
	.header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#009;
	}
.content{
	width:100%; 
	margin-bottom:3%;
	float:left;
	}
.share{
	width:100%; 
	background-color:#093;
	float:left;
}
.footer{
	width:100%;
	float:left;
		text-align:center;
	}
	
.address{
	width:100%;
	float:left;
		text-align:center;
		margin-top:2%;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10ems;
	color:#009;
}
p{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:5ems;
	color:#000;
}
h2{
	font-family:"Courier New", Courier, monospace;
	font-size:8.5ems;
	color:#09F;
}
	
	h3{
	font-family:"Courier New", Courier, monospace;
	font-size:7ems;
	color:#666;

}
	