@import url("header.css");
@import url("nav.css");
@import url("section.css");
@import url("font.css");
@import url("floatup.css");
@import url("footer.css");
#please_rotate {
	display: none;
	}

@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape)  {
#please_rotate {
	display: block;
	background-color: #9a8347;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
	padding-top: 15%;
	padding-bottom: 15%;
    }
	

}


	body {
	width:auto;
	margin:auto;
	/*overflow-x:hidden;*/
    }






