html, body{
	font-family: 'Josefin Slab', serif;
	background-color: #fffafa;
}

h1{
	font-size: 55px;
	font-weight: 700;
}

h2{
	font-size: 46px;
	margin-top: -22px;
}

h3{
	font-size: 35px;
	padding: 20px 0 20px 0;
	font-weight: 700;
}

#homeAds{
	width: 100%;
	height: 80vh;
	padding: 0;
	margin: 0;
	background-size: cover;
	margin: auto;
	text-align: center;
}

#homeAds img{
	height: 80%;
	margin-top: 5%;
}

.homeCover{
	background-image: url('../images/home.jpg');
}

.galleryCover{
	background-image: url('../images/gallery.jpg');
}

.aboutCover{
	background-image: url('../images/aboutCover.jpg');
}

.roomsCover{
	background-image: url('../images/roomsCover.jpg');
}

.contactCover{
	background-image: url('../images/contact.jpg');
}


.carousel-inner .item{
	width: 100%;
	min-height: 80vh;
	max-height: 600px;
	overflow: hidden;
}

.carousel-inner .item img{
	max-width: initial;
	min-height: 90vh;
	margin: auto;
	display: block;
}

.carousel-text{
	position: absolute;
	top:40%;
	left:15%;
	color: #fff;
}

.carousel-text .carousel-title{
	font-size: 4em;
	font-weight: 700;
} 

.carousel-text .carousel-sub{
	font-size: 2em;
	font-weight: 300;
} 

.carousel-text .carousel-btn{
	font-size: 2em;
	font-weight: 300;
	margin-left: 15px;
	margin-top: 15px;
}

.carousel-indicators li{
	border-color:#a7840f;
}

.carousel-indicators li.active{
	background-color:#a7840f;
}

.glyphicon{
	color:#a7840f;
}

.main .row{
	padding: 20px 0 20px 0;
}

.mainHeader{
	text-align: center;
}

.welcome{
	border-bottom: 4px solid #000;
}

.intro{
	font-size: 1.5em;
	text-align: justify;
}

.intro p{
	padding: 10px 0 10px 0;
}

.intro img{
	width: 100%;
}

.intro h2{
	margin-top:10px;
	border-bottom: 1px solid #000;
}

.intro iframe{
	min-height: 400px;
	border: 1px solid #000;
	padding: 10px;
}

.blue, .yellow{
	padding: 0 50px 0 50px;
}

.yellow{
	border-left: 1px solid #000;
}

.contact{
	padding: 0 50px 0 50px;
}

.featureItem{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.featureItem img{
	width: 100%;
}

.featureInfo{
	position: absolute;
	top:0;
	padding: 30% 10px 10px 20px;
	background-color: rgba(0,0,0,0.8);
	width: calc(100% - 30px);
	height: 100%;
	color: #fff;
	display: none;
}

.featureTitle{
	font-size: 4vw;
	font-weight: 600;
	text-align: center;

}

.featureSubTitle{
	font-size: 2vw;
	text-align: center;
	padding: 0 0 15px 0;
}

.line{
	border-bottom:0.5vw solid #fff;
	width: 100px;
	margin: auto;
}



.btn-default, .btn-default:focus{
	opacity: 0.8;
	background-color: #a7840f;
	color: #fff;
	outline:none !important;
	border-color: #a7840f;
}

.btn-default:hover, .btn-default:active{
	opacity: 1;
	background-color: #a7840f !important;
	color: #fff !important;
	outline:none !important;
	border-color: #a7840f !important;
}

.btn-default:active{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	border-color: #a7840f;
}

nav{
	background: rgba(0,0,0,0);
	color: #a7840f;
	font-size: 1em;
}

nav a{
	color: #fff;
}

.navbar-nav{
	width: 100%;
}

ul.navbar-nav li{
	width: 20%;
	text-align: center;
	font-size: 1.5em;
}

.nav li a:hover, .nav li a:active, .nav li a:focus,  .navbar-brand, .navbar-brand:hover{
	background: transparent;
	color: #fff;
}

.activePage, .nav li:hover{
		border-bottom: 2px solid #fff !important;
}

.navbar-toggle{
	background-color: rgba(35, 34, 30, 0.8);
	border: 1px solid #fff;
	padding: 5px;
	margin-left: 25px;
	float:left;
}

.aboutImage img{
	width: 100%;
}

footer{
	background-image: url('../images/footer.jpg');
	background-size: 100%;
	margin-top:20px;
	text-align: center;
	padding: 50px 0 30px 0;
	color: #fff;
}

footer p{
		text-decoration: none;
		cursor: default;
}

footer a{
	color: #fff;
	text-decoration: none;
	cursor: default;
}


.footerInfo p:hover, .footerInfo a:hover, .footerInfo a:target, .footerInfo a:active, .footerInfo a:visited, .footerInfo a:focus{
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
    #homeAds img {
        height: 60%;
        margin-top: 30%;
    }
    
    .blue, .yellow{
	padding: 0 20px 0 20px;
	}

	.yellow{
		border-left: 0px solid #000;
		border-top: 1px solid #000;
		margin-top: 20px;
	}

	.yellow h2{
		margin-top: 30px;
	}

	ul.navbar-nav li{
		width: 100%;
		border-bottom: 2px solid transparent;
	}


	.navbar-nav{
		margin: 7.5px 0px;
	}
}



