/*
Theme Name:  Bhutan Spirit Sanctuary Theme
Theme URI: https://bhutanspiritsanctuary.com/
Author: aBit Team
Author URI: https://abit.bt/
Description: Hotel
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  Bhutan Spirit Sanctuary
Theme URI: https://bhutanspiritsanctuary.com/
Text Domain: bhutanspiritsanctuary.com
*/


/*** general ***/
/* global font and colors */
:root {
    --primary-color: #002434;
    --secondary-color: #464646;
    --text-color: #868685;
    --accent-color: #DBDBDB;
    --background-color: #f4f4f4;
    --body-color: #DBDBDB;
    --gold-color: #BC9342;
    --font-family: 'Gza, Montserrat';
    --header-background-color: #DBDBDB; /* Background color for the header when scrolled */
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@font-face {
    font-family: 'GZA';
    src: url('assets/fonts/GzaRegular-Desktop.otf') format('opentype'),
         url('assets/fonts/GzaBold-Desktop.otf') format('opentype'),
         url('assets/fonts/GzaRegular-Italic-Desktop.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('assets/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Applied global styles */
body {
    font-family: 'Montserrat';
    color: var(--text-color);
    background-color: var(--body-color);
    margin: 0;
    padding: 0;
    font-size: 12px; 
    line-height: 1.45;
    letter-spacing: .05rem;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GZA';
    color: var(--primary-color);
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    font-weight: 400;
}

h3 {
    font-size: 21px;
    font-weight: 400;
	padding: 0px 0px 10px 0px;
}

h6 {
	font-weight: 400;
	font-size: 13px;
}

strong {
    font-weight: bold;
}

p {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

a {
    color: var(--gold-color);
    text-decoration: none;
}

a:hover {
    color: var(--gold-color);
}

section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-section {
    margin-left: 80px;
    margin-right: 80px;
}

/*margin*/
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt-40 {
    margin-top: 40px;
}

/*padding*/
.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

/***background color classes***/
.bg-cream {
    background-color: #FDFBF5;
}

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: #002434;
}

@media (max-width: 768px) {
	p {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
	}
	.my-100 {
		 margin-top: 50px;
    	 margin-bottom: 50px;
	}
    .my-section {
        margin: 50px 0 0 0;
        padding: 0px 20px;
    }
	.px-80 {
		padding-right: 20px;
    	padding-left: 20px;
	}
}

/***header***/
/* Header styles */
/* Header styles */
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1030; /* Ensure it stays on top of other elements */
    background-color: transparent; /* Transparent initially */
    transition: background-color 0.3s ease, height 0.3s, padding 0.3s;
}

.header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #dbdbdb99; /* Background color for the header when scrolled */
    height: 40px;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.header.fixed-top .navbar-brand img {
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.header .navbar-brand img {
    transition: opacity 0.3s, height 0.3s;
    height: 60px; /* Initial height */
}

.header .navbar-nav .nav-link {
    transition: padding 0.3s;
    padding: 5px 10px; /* Default padding */
}

.header.fixed-top .navbar-nav .nav-link {
    padding: 5px 10px;
    color: #000; /* Change text color when fixed */
}

.navbar-brand {
    padding: 0px;
}

.btn-header {
    font-family: 'Montserrat';
    background-color: #00000000;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
	margin: 0px;
    padding: 10px 20px;
    letter-spacing: 2px;
    border: 1px solid #fff;
}

.btn-header a {
    color: #fff;
}

.btn-header:hover {
    background-color: var(--gold-color);
}

.header.fixed-top .btn-header {
    font-family: 'Montserrat';
    background-color: #00000000;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
	margin: 0px;
    padding: 5px 20px;
    letter-spacing: 2px;
    border: 1px solid #000000;
}

.header.fixed-top .btn-header a {
    color: #000000;
}

.btn-header a:hover {
    text-decoration: none;
}

.header.fixed-top .btn-header:hover {
    background-color: var(--gold-color);
}

.logo {
    width: 25%;
}


/*** navbar ***/
.navbar-brand img {
    height: 100px;
}

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 14px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--gold-color);
}

.navbar-toggler {
    border: none;
}



.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba%280, 0, 0, 0.5%29" stroke-width="2" linecap="round" linejoin="round" d="M4 7h22M4 15h22M4 23h22"%3E%3C/path%3E%3C/svg%3E');
}

.navbar-collapse {
    flex-grow: 0;
}

.btn-fixed-bottom {
    display: none;
}

/*** Video Section Styles ***/
.video-section {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.video-section iframe {
    position: absolute;
    z-index: 1;
}

.watch-full-video-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    border: none;
	border-radius: 100%;
    padding: 12.5px 14px 12.5px 16px;
    cursor: pointer;
}

svg.svg-inline--fa.fa-play {
    font-size: 24px;
}

/* Modal Styles */
.video-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background-color: transparent;
}

/* Responsive styles for tablets and mobile devices */
@media (max-width: 768px) {
    .video-section {
        padding: 0;
		height: 50vh;
    }

    .video-container {
        padding-top: 56.25%; /* Maintain aspect ratio */
    }

    .video-container iframe {
       height: 60vh;
    }
}

/* Responsive styles for smaller mobile devices */
@media (max-width: 480px) {
    .video-section {
        padding: 0;
    }

    .video-container {
        padding-top: 56.25%; /* Maintain aspect ratio */
    }
	

}

/* Close Button */
.close {
    position: absolute;
	top: -40px;
    right: -30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

/* Fullscreen iframe */
#fullVideo {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    #fullVideo {
        height: 500px;
    }
}



/* Modal */
.modal-dialog {
    max-width: 90%;
}

.modal-content {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.modal-body iframe {
    width: 100%;
    height: 60vh;
}

.modal-header .btn-close {
    filter: invert(1);
}

/*** About Section ***/
.about-section {
    padding: 30px 0 ;
}

.img-sec {
    display: flex;
    justify-content: center;
}

/*** Button style ***/

.btn-style {
    font-family: 'Montserrat';
    background-color: #00000000;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 0px 2px 0px;
    letter-spacing: 2px;
    border-bottom: 1px solid #BC9342;
}

.btn-style a {
    text-decoration: none;
    color: var(--secondary-color);
}

.btn-style a:hover {
    color: var(--gold-color);
}

.btn-style-link {
    font-family: 'Montserrat';
    background-color: #00000000;
    font-weight: 400;
    font-size: 11px;
    border: none;
    padding: 10px 0px 2px 0px;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--gold-color) ;
}

.btn-style-link a {
    text-decoration: none;
    color: #000;
}

.btn-style-b a:hover {
    color: var(--gold-color);
}

.btn-type {
    font-family: 'Montserrat';
    background-color: #BC9342;
    font-weight: 500;
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 30px 10px 30px;
    letter-spacing: 2px;
    border: none;
    outline: none;
}

.btn-type a {
    text-decoration: none;
    color: #fff;
}

.btn-type a:hover {
    text-decoration: none;
    color: var(--gold-color);
}

.btn-type:hover {
    background-color: var(--primary-color);
}

/* Add this if you want to remove focus borders for anchor tags as well */
a:focus {
    outline: none;
    box-shadow: none;
}

/* Ensure the border doesn't appear during focus for all buttons */
button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}


/*** slh-logo Section ***/
.slh-logo {
    width: 12%;
}

/***above getting there image section***/
.img-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}   

.img-section-enquiry {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
} 

/***Getting there Section***/
button.carousel-control-prev {
    background: #0000;
    border: none;
}

button.carousel-control-next {
    background: #0000;
    border: none;
}

.col-text {
    padding-top: 40px;
    padding-left: 40px;
	padding-bottom: 20px;
    padding-right: 40px;
    /* align-content: center; */
    background-color: #FDFBF5;
}

.col-imgslider {
    margin: 0;
    padding: 0px;
}

.col-img-inner {
	padding: 0px;
}

.col-img-inner img {
	width: 100%; 
    height: 550px; 
    object-fit: cover;
    object-position: center; 
}

.carousel-inner {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 550px;
}

.carousel-item img {
    width: 100%; 
    object-fit: cover;
    object-position: center; 
}
.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 1;
}

.slider-row {
    padding-right: 10px;
    padding-left: 10px;
}


/*** Wellness Section***/
.column-center {
    background-color: #FDFBF5;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.position-relative {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0); 
    width: 80%; /* Adjust based on your design */
}

/* Consistent image height without stretching */
.image-fixed {
    height: 550px;
    width: 100%; 
    object-fit: cover; 
}



/*divider*/
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    text-align: center;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #BC9342;
}

.divider span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    color: #464646;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.table-row {
    background-color: #FDFBF5;
    margin: 0px;
    padding: 20px;
}

.table-row ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.table-row ul li {
    text-decoration: none;
    padding: 5px;
}

.table-row-bullet {
    background-color: #FDFBF5;
    margin: 0px;
    padding: 20px 0;
}

.table-row-bullet ul li {
    text-decoration: none;
    padding: 10px 0px 0px 0px;
}



/*************pages******************/
.img-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
    overflow: hidden;
}  

.img-amenities {
	width: 100%;
}

/*footer*/
.logo-footer {
	width: 15%;
}

.footer-list ul {
    padding: 15px 0px; 
    margin: 0;
    align-items: center;
}

.footer-list ul li {
    list-style: none;
    padding: 5px 10px 0 10px;
    color:var(--secondary-color);
    margin: 0px;
}

.footer-list img {
    height: 65px;
    padding: 0px 5px 0px 0px;
}

img.logo-list {
    height: 60px;
}

.footer-list ul li a {
    color: var(--secondary-color);
    text-decoration: none;
}

.footer-list ul li a:hover {
    color: var(--gold-color);
}

.footer-list.menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allows the items to wrap into multiple rows */
}

.footer-list.menu ul li {
    margin: 0px;
}

.footer-list.menu ul li a {
    text-decoration: none; 
}

svg.svg-inline--fa {
    font-size: 15px;
    color: var(--primary-color);
}

.footer-copyright {
    padding: 15px 10px 5px 10px;
}


form {
    background-color: #ffffff00;
    padding: 20px;
}

label {
    display: block;
    margin: 15px 0 5px;
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], select {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #00000000;
    margin-bottom: 20px;
    border-bottom: 1px solid #818080;
    font-size: 13px;
}

textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #00000000;
    margin-bottom: 20px;
    border-bottom: 1px solid #818080;
    font-size: 13px;
}
.form-step {
    display: none;
}

.form-step-active {
    display: block;
}

.clearfix {
    overflow: auto;
}


.form-horizontal {
    display: flex;
    gap: 20px; /* Adjusts the space between the label-input pairs */
}

.form-group {
    flex: 1; /* Makes each group take up equal space (50% each) */
    display: flex;
    flex-direction: column;
}

.form-group label,
.form-group input {
    width: 100%; 
}

.form-group label {
    margin-bottom: 5px;
}


button.btn-next, button.btn-prev {
    margin: 10px;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;
}

button.btn-next:hover, button.btn-prev:hover {
    background-color: #BC9342;
}

.bg-image {
    background-image: url('assets/images/1.-Bhutan-Spirit-Sanctuary.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
}

.founder-text {
	color: #002434;
	text-decoration: underline;
	
}

.our-philosophy{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
}

.embed-responsive.embed-responsive-16by9 {
    height: 550px;
}

.bg-img {
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1180px) {
	p{
		font-size: 12px;
	}
	.btn-header {
		padding: 5px;
	}
	.header.fixed-top .btn-header {
		padding: 5px;
	}
	.header .navbar-nav .nav-link {
		transition: padding 0.3s;
		padding: 5px 5px;
   }
	.header.fixed-top .navbar-nav .nav-link {
     padding: 5px 5px;
     color: #000;
 }
	.col-text {
		padding: 20px 10px;
	}
}

/* Responsive styles ipad */
@media (max-width: 1024px) {
	
	p {
		font-size: 12px;
	}
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
        background-color: transparent; /* Keep transparent on mobile */
    }
	 .header.fixed-top {
        height: 40px; 
    }
	.btn-header {
		display: none;
	}
	 .btn-fixed-bottom {
        display: block;
        position: fixed;
        bottom: 20px; /* Adjust the distance from the bottom */
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--primary-color);
        color: white;
        padding: 15px 35px;
        border-radius: 0px;
        z-index: 1000; /* Ensure it stays above other elements */
        text-align: center;
        font-size: 14px;
    }
	.video-section {
		height: 60vh;
	}
	.col-text {
		padding: 30px 15px;
	}
	section {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.my-section {
		margin-left: 40px;
		margin-right: 40px;
	}
	.img-banner {
		height: 70vh;
	}
	.btn-type {
		padding: 10px 20px 10px 20px;
	}
	.watch-full-video-btn {
		padding: 6.5px 11px 6.5px 12px;
	}
	svg.svg-inline--fa.fa-play {
    	font-size: 21px;
	}
	.btn-header {
		padding: 5px 10px;
	}
	.header.fixed-top .btn-header {
		padding: 5px 10px;
	}
	.non-col-text {
    	padding-top: 15px;
   }
	h3 {
    font-size: 18px;
  }

}

@media (max-width: 820px) {
	.header.fixed-top {
        height: 45px; 
    }
	div#navbarScroll {
    	background: #dbdbdb99;
	}
	nav.navbar.navbar-expand-lg.pt-0 {
    	padding: 0px;
	}
	.img-amenities {
	 width: 50%;
  }
	
}

@media (max-width: 767.98px) {
	.navbar-nav .nav-item .nav-link span{
		color: #000;
		font-size: 14px;
	}
    .btn-header {
        display: none;
    }

    .navbar-toggler-icon {
        color: #fff;
    }

    .navbar-expand-lg {
        background: var(--body-color); /* Dropdown background color */
        padding: 5px 10px;
    }

    .header .navbar-brand img {
        height: 60px; /* Reduced height on mobile */
    }

    .header.fixed-top {
        height: 45px; /* Smaller height when fixed on mobile */
    }
	
	.close {	
		top: 100px;
        right: 0px;
    }
}


/***======= Mobile Responsive =======***/
@media (max-width: 768px) {
    .logo {
        width: 40%;
    }
    .slh-logo {
        width: 30%;
    }
    .img-section {
        height: 350px;
    }
	 .image-fixed {
        height: 350px;
    }
    .get-there-section {
        padding: 0px 10px;
    }
    .col-text {
        margin: 0px;
        padding: 20px;
    }
	.col-md-4.non-col-text {
    padding-top: 20px;
    }
    .col-img {
        width: 355px;
        height: 300px;
    }
	
	.column-center {
		padding: 50px 20px;
		margin: 10px 15px;
	}
      .header.fixed-top .navbar-brand img {
        height: 40px !important;
        opacity: 1 !important;
        margin-top: 5px;
    }
	
	.table-row {
		padding: 20px 0px;
	}
	
	.wellness-section .col-4 {
        padding: 0 10px; 
    }
	.img-banner {
		 height: 60vh;
	}
	
    .btn {
        display: none; /* Hide the "Reserve Now" button on mobile devices */
    }

    .btn-fixed-bottom {
        display: block;
        position: fixed;
        bottom: 10px; /* Adjust the distance from the bottom */
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--primary-color);
        color: white;
        padding: 15px 35px;
        border-radius: 0px;
        z-index: 1000; /* Ensure it stays above other elements */
        text-align: center;
        font-size: 14px;
    }
	.carousel-inner {
		margin: 0;
		padding: 0;
		width: 100%;
		max-height: 350px;
	}
	.col-img-inner img {
	 	margin: 0;
    	padding: 0;
    	width: 100%;
    	max-height: 350px;
	}
	
	.carousel-item img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	
	.divider span {
		font-size: 10px;
	}
	
	 .footer-list.menu ul {
        display: grid;
        grid-template-columns: repeat(5, auto); /* Creates two rows with 5 items each */
        grid-gap: 0px; /* Adjusts the space between the items */
    }

    .footer-list.menu ul li {
        margin: 0;
    }
	
	.footer-list img {
		height: 65px;
		padding: 0 5px;
	}
	
	img.logo-footer {
     	width: 35%;
	}
	
	.bg-image{
		display: none;
	}
	
	.col-img-left {
		padding: 0px 5px 0px 10px;
	}
	.col-img-right {
		padding: 0px 10px 0px 5px;
	}
	
	.watch-full-video-btn {
    	bottom: 115px;
		padding: 8px 9px 6px 11px;
		}
	
	svg.svg-inline--fa.fa-play {
   	 	font-size: 16px;
	}
	.my-section {
        margin-left: 0px;
        margin-right: 0px;
    }
	
	.embed-responsive.embed-responsive-16by9 {
   		height: 350px;
	}
	.bg-img {
		height: 300px;
	}

}

.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content {
    font-style: normal;
    font-size: 13px;
    line-height: 1.6;
}


/*Dzongkhag*/
.spacer-portrait {
	padding-top: 500px;
}
/* Ensures the Magnific Popup is above other elements */
.mfp-bg, .mfp-wrap {
    z-index: 1050; /* Adjust if necessary to bring it in front of other content */
}

/* Additional custom styling */
.bg-dzongkhag-img {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    z-index: 1; /* Lower than the popup */
}

  /* Add this CSS to style the popup */
        #carousel-popup {
            background-color: white;
        }
        .mfp-content {
            max-width: 700px;  /* Set a maximum width */
        }

          /* Custom styling to remove the overlay effect */
        .mfp-bg {
            display: none;  /* Hide the overlay background */
        }
        .mfp-wrap.mfp-no-overlay .mfp-content {
            box-shadow: 0px 4px 10px rgba(0,0,0,0.15);  /* Add shadow if needed */
        }
        
        .carousel-item img {
            width: 100%;
            height: auto;
        }
        .spacer-portrait {
            padding-top: 400px;
        }


img.logo-slh {
    padding-right: 35px;
    padding-left: 10px;
}

img.logo-trip {
    padding-left: 10px;
    padding-right: 40px;
}

.newsletter {
    background: #efefef;
    padding: 20px;
}

.col-img-inner-full img {
    width: 100%;
    height: 100%;
    object-position: center;
}

.amenities-text {
	font-size: 10px;
}

.error-message {
    color: red;
    font-size: 12px;
}


