/* MH stylesheet */
:root {
	--fontheading: 'Playfair Display', serif;
}

body {
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

.navbar-toggler:focus, .form-control:focus {
	box-shadow: none;
}

/* match height */
.match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.match-height .col-match-height {
  display: flex;
  flex-direction: column;
}

/* Animation */
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.lmd-navbar {
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
	
}

.navbar-brand img {
	height: 40px;
	width: auto;
}

.lmd-navbar .nav-link {
	color: #ffffff;
	text-transform: uppercase;
}

.lmd-navbar .nav-link.active {
	color: #ffffff;
}

.lmd-navbar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-toggler {
	padding: 0 0;
	border: none;
}

.navbar-toggler .fa{
	color: #ffffff;
	font-size: 30px;
}

/* lmd-slider */
.carousel-caption h5 {
	font-family: var(--fontheading);
	font-size: 30px;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50px;
	border: none;

}

/* lmd-rooms */
.section-title {
	font-family: var(--fontheading);
}

.section-header .section-title {
	font-size: 45px;
}

.room-tabs .nav-tabs, .room-tabs .nav-tabs .nav-link, .room-tabs .nav-tabs .nav-link.active {
	border: none;
}

.room-tabs .nav-tabs .nav-link {
	border-radius: 0;
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	color: gray;
}

.room-tabs .nav-pills .nav-link.active {	
	background-color: #3b5a6d;
	color: #ffffff;
}

.room {
	width: 160px;
	margin: 0 auto;
	margin-bottom: 3rem !important;
}

.room img {
	display: block;
	margin: 0 auto;
	max-width: 160px;
	max-height: 160px;
}

.room h3 {
	font-family: var(--fontheading);
	font-size: 12px;
	font-weight: 600;
	margin: 15px auto;
}

.btn-booking, .btn-submit {
	display: block;
	padding: 0.375rem 0.75rem;
	border-radius: 2rem;
	text-transform: uppercase;
	background-color: #3b5a6d;
	color: #ffffff;
}

.room .btn-booking {
	width: 100%;
}

/* lmd-gallery */
.lmd-gallery {
	background-color: #7f7f7f;
	color: #ffffff;
}

#owl-gallery .owl-item {
	padding: 20px;
}

#owl-gallery .owl-item.active.center {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	padding: 0px;
	z-index: 1020;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/* lmd-contact */
.btn-submit {
	padding: .5rem .75rem;
}

/* footer */
.lmd-footer {
	background-color: #3f3f3f;
	color: #ffffff;
}

.lmd-footer a {
	color: #ffffff;
}


/*** onScroll ***/
.onScroll .lmd-navbar {
	animation: slide-down 0.7s;
	background-color: rgba(0, 0, 0, .7);
}

.onScroll .navbar-brand img {
	height: 40px;
	width: auto;
}


/*** Media Queries ***/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#owl-gallery .owl-item {
		padding: 40px;
	}
	
	.carousel-caption {
		left: 7.5%;
		right: initial;
		bottom: 15%;
		text-align: left;
		width: 450px;
		font-size: 18px;
	}
	.carousel-caption h5 {
		font-size: 47px;
	}

	.carousel-indicators [data-bs-target] {
		width: 15px;
		height: 15px;
	}

  .copyright {
    text-align: left;
  }
  .power {
	text-align: center;
  }
  .socmed {
    text-align: right;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .lmd-navbar {
		top: 30px;
	}

	.onScroll .lmd-navbar {
		top: 0;
	}

	.navbar-brand img {
		height: 90px;
		width: auto;
	}

  /* Navbar Auto Dropdown  */
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.carousel-caption {
		width: 600px;
		font-size: 23px;
	}

	.carousel-indicators {
		margin-bottom: 2rem;
	}
	.carousel-indicators [data-bs-target] {
		width: 18px;
		height: 18px;

	}

	#owl-gallery .owl-item {
		padding: 50px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.lmd-navbar .container, .lmd-footer .container {
		max-width: 1230px;
	}
}