@charset "utf-8";
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0;
}
h1 {
	letter-spacing: -2px;
}
p {
	font-size: 18px;
	margin-bottom: 2rem;
}
body {
	font-family: 'Poppins', sans-serif;
}
#header {
	background: url("../images/bg-header.jpg") no-repeat center top;
	border-top: solid 7px #fd9e20;
	padding: 15px 0;
}
#header .location {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin: 1.8rem 0 0 0;
}
#header .contact {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin: 1.8rem 0 0 0;
}
#header .book {
	text-align: right;
	margin-top: -.5rem;
}
#Carousel h1 {
	font-size: 48px;
	font-weight: 600;
}
#Carousel p {
	font-size: 30px;
	font-weight: 500;
}
.carousel-caption {
	bottom: 20rem;
}
#welcome {	
	background: url("../images/bg-welcome.jpg") no-repeat center top;
	padding: 10rem 0;
	margin-top: -11rem;
}
#welcome h1 {
	margin-bottom: 2rem;
	font-size: 48px;
}
#welcome h1 span {
	font-size: 36px;
	display: block;
}
.features {
	text-align: center;
}
.features p {
	margin-bottom: 1.2rem;
}
.villa {
	transform: rotate(14deg);
}
.bungalow {
	transform: rotate(-10deg);
}
#footer {
	background: url("../images/bg-footer.jpg") no-repeat center top;
	text-align: center;
	color: #fff;
	padding: 5rem 0;
	min-height: 900px;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #392204;
	font-weight: 600;
	margin-top: 1.5rem;
}
#footer .location span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: .5rem;
}
#footer .booking a {
	display: block;
	color: #fff;
}
#footer .circles {
	margin-top: 1rem;
}
#footer .circles a {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	text-align: center;
	background: #623e0e;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	margin: 0 .25rem;
}