@charset "UTF-8";
body {
	background:url(../images/mw-single.jpg) no-repeat top center;
	height:5070px;
}
.water-drop {
	position:fixed;
	width:126px;
	height:183px;
	left:47%;
	top:37%;
}
.textcontent {
	width:990px;
	height:auto;
	margin:0 auto;
	position:relative;
}
p {
	/*font-family: 'Lobster', cursive;*/
	/*font-family: 'Kaushan Script', cursive;*/
	/*font-family: 'Merienda One', cursive;*/
	font-family: 'Mitr', sans-serif;
	font-size:44px;
	text-align:center;
	color:#fff;
	text-shadow:#666 5px 2px 4px;
	line-height: 46px;
	font-weight:500;
	padding-top:50px;
}
p span {
	color:#49D6FF;
}
/*.birdsarea {
	position:absolute;
	top:1000px;
	
}
.forestarea {
	position:absolute;
	top:2300px;
}
.nonforestarea {
	position:absolute;
	top:3150px;
}
.growingarea {
	position:absolute;
	top:3900px;
}
*/

.mw-desktop, .water-drop {
	display:block;
}
.mw-mobile, .water-drop-m {
	display:none;
}
.img-responsive {
	width:100%;
}


@media only screen and (min-width : 1367px) and (max-width : 1920px) {
.overview2 {
	height:1300px !important;
}
}

.post {
	text-align:center;
}

@media only screen and (min-width : 768px) and (max-width : 1366px) {
.overview2 {
	height:1600px !important;
}
.overview4 {
	height:1050px !important;
}
.overview5 {
	height:1100px !important;
}

}

@media only screen and (min-width : 240px) and (max-width : 767px) {
.mw-desktop {
	display:none;
}
.mw-mobile {
	display:block;
}
body {
	background:none;
	height:auto;
	padding:0;
	margin:0;
}
.water-drop {
	display:none;
}

.water-drop-m {
	position:fixed;
	width:80px;
	height:118px;
	left:38%;
	top:25%;
	display:block;
}

}