@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../hotel/img/top.jpg);
	background-position: center top;
}
h4 {
	font-weight: bold;
}
#form   {
	float: left;
	width: 100%;
	margin-top: 20px;
}


@media (max-width: 767px) {
	#header{height: 70vw;}

}
