* {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
}
body {
	background-color: #E1C595;
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-image: url(../images/booking_back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #999;

}
h2 {
	font-weight: 600;
	font-size: 32px;
	color: #eb1c23;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin-top: 50px;
	position: absolute;
	top: 0;
	display: block;
	right: 0;
	width: 500px;
}
h3 {
	text-align: justify;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 50px;
}
.baroque_logo {
	margin-top: 50px;
	margin-left: -60px;
}
.info {
	color: #000;
	text-align: justify;
	display: block;
	margin-top: 20px;
	line-height: 18px;
}
#booking_content {
	margin-top: 50px;
}
#text_content2 {
	background-color: rgba(105, 63, 93, .7);
	padding: 30px 30px;
	color: #FFF;
}
#container {
	margin: 0 auto;
	width: 50%;
	min-width: 700px;
	position: relative;
	padding-bottom: 20px;
}
#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#footer img{
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: -10px;
}
.booking {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: 350px;
	display: block;
}
 @media (min-width: 768px) and (max-width: 991px) {
#container {
	width: 70%;
}
}
 @media (max-width: 767px) {
h2 {
	font-size: 30px;
	width: 350px;
}
#container {
	width: 70%;
	min-width: 550px;
}
#booking_content {
	margin-top: 70px;
}

}
 @media (max-width: 575px) {
.baroque_logo {
	margin-top: 20px;
	margin-left: -20px;
}
h2 {
	margin-top: 30px;
	position: relative;
	font-size: 30px;
	text-align: center;
	min-width: 100%;
	width: 100%;
}
#container {
	width: 90%;
	min-width: 0px;
}
.booking {
	width: 100%;
	height: 450px;
}
#footer {
	height: 200px;
}
#footer img{
	height: 100%;
	width: auto;
    left: 50%;
    transform: translateX(-50%);
}
}
 @media (max-width: 320px) {
.baroque_logo {
	margin-top: 20px;
	margin-left: 0px;
	height: auto;
	width: 100%;
}
#container {
	width: 90%;
	min-width: 0px;
}
.booking {
	width: 100%;
}
h2 {
	font-size: 25px;
	text-align: center;
	min-width: 100%;
}
}
