@charset "UTF-8";

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	padding-top: 5rem;
}

a, a:hover, a:visited {
	text-decoration: none;
}

.section-title {
	border-top: 1px solid #000;
	margin: 1rem;
	padding-top: 1rem;
}

p {
	font-family: 'Abel', sans-serif;
}

.navbar-brand {
	margin-right: 0;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav img {
	height: 2rem;
	padding-left: 10rem;
	margin-bottom: 2rem;
}

/* The navigation menu links */
.sidenav a {
	padding-left: 10rem;
  	text-decoration: none;
  	color: #000;
  	display: block;
  	transition: 0.3s;
	margin: 1.5rem 0;
	font-weight: bold;
	font-size: 0.8rem;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #aaa;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
	font-size: 1.5rem;
  	margin-left: 50px;
	margin-top: 1rem;
	color: #54595f;
	background-color: transparent;
	border: none;
}

.menu-divider {
	border-bottom: 1px solid #000;
	width: 5rem;
	margin-left: 10rem;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 678px) {
  .sidenav {padding-top: 15px;}
	.sidenav img {padding-left:2rem; margin-top:2rem;}
	.sidenav a {padding-left:2rem;}
	.menu-divider {margin-left:2rem;}
}

.btn-outline-warning {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.navbar {
	background-color: #fff;
	color: #000;
	/* position:relative; */
	padding: 2.2rem 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.navbar {
		padding: 1rem 0;
	}
}

.navbar-brand {
	padding: 0px;
}

.navbar-brand img {
	width: 200px;
}

.navbar-nav > li {
	font-size: 0.9em;
	letter-spacing: 0.15em;
}

.navbar-nav li a {
	color: #fff !important;
}

.navbar-nav li a:hover {
	color: #987a44 !important;
	transition: all ease 0.7s;
}

@media (max-width: 991px) {
.navbar ul {
	margin-top: 10px;
}
}

@media (min-width: 992px) {
.navbar-nav {
   	float: left;
	position: absolute;
   	left: 37%;
	top: 15px;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
	margin: 0px 10px;
}
}

.dropdown-menu {
	background-color: rgba(0,0,0,0.8);
	padding-left: 0px;
}

.dropdown-menu a:hover {
	background-color: #000;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
}

@media (max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	p {
		font-size: 1em;
		line-height: 1.2em;
	}

}

button:focus {
	outline: 0;
}

.property-card {
	margin-bottom: -3rem;
}
.property-card:hover {
	cursor: pointer;
}
.property-card img {
	background-color: #000;
}
.property-card figcaption {
	font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	top: -9rem;
	text-shadow: 0px 0px 10px #000;
}


.card {
	padding: 0;
	margin: 1rem;
}

.modal {
	color: #333;
}
.modal-header img {width:100%;}
.modal-title {
	margin: 0;
}

footer a {
	color: #9e792c;
}
footer a:hover {
	color: #333;
	transition: all ease 0.5s;
}
@media (max-width: 767px) {
	.footer-phone {
		display: flex;
		flex-direction: column;
	}
}

#footer1 {
	background-color: #F2F2F2;
	padding: 1rem 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
#footer2 {
	background-color: #EDEDED;
	padding: 0.5rem;
}

.child-page {
	height: 10rem;
}

.kadewa-retreat-cover {
	background-image: url(../images/cover-kadewa-retreat.png);
	background-size: cover;
	background-position: bottom;
	min-height: 30rem;
}

.kadewa-villa-cover {
	background-image: url(../images/cover-kadewa-villa.png);
	background-size: cover;
	background-position: bottom;
	min-height: 30rem;
}

.thank-you-cover {
	background-image: url(../images/kadewa-retreat/9.png);
	background-size: cover;
	background-position: 50% 40%;
	min-height: 20rem;
}

.kadewa-retreat-cover h1,
.kadewa-villa-cover h1,
.thank-you-cover h1 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 15rem;
	text-shadow: 0px 5px 20px #000;
}

.gallery-box {
  	overflow: auto;
  	white-space: nowrap;
	vertical-align: top;
}

.gallery-box a {
	display: inline-block;
 	color: white;
  	text-align: center;
  	text-decoration: none;
	margin:0 -0.2rem;
}

.gallery-box img {
	height: 5rem;
}

@media (max-width: 767px) {
	.gallery-box img {
		height: 4rem;
	}
}

.facilities {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 10rem;
	color: #555;
	font-size: 0.8rem;
	margin: 1rem 0;
}
.facilities i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.date-unstyled {
    -webkit-appearance: none;
	padding-right: 0.2rem;
}
.date-unstyled::-webkit-inner-spin-button,
.date-unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}