@charset "utf-8";
/* The Manor Coach House Main CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&family=Lato:wght@300;400;700&family=Source+Serif+Pro:wght@1,300;1,400&display=swap');

body { 
	padding-top: 100px; 
	background-color: #f1eee8;

}


@media screen and (max-width : 1325px){	
.logo {
    width: 260px;
	}
}

@media screen and (max-width : 400px){	
.logo {
    width: 220px;
	}
}


/* Main Elements */

.top-bar {
	background-color: #f1eee8;
}

.top-bar-text {
	font-family: 'Roboto', sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	color: #534741;
	padding: 6px 22px;
}

.top-bar-text a {
	color: #534741;

}

.top-bar-text a:hover {
	color: #534741;
	text-decoration: none;

}


/* Home*/

.carousel-item img {
  width: 1910px;
  height: 430px;
  object-fit: cover;
}


.carousel-caption {
	top: 25%;
	left: 20%;
	right: 20%;
}

@media screen and (max-width : 768px){	
.carousel-caption  {
    top: 18%;
	left: 15%;
	right: 15%;
	}
}

.home-caption {
	font-family: 'Source Serif Pro', serif;
	font-style: italic;
	color: #ffffff;
	font-weight: 300;
	font-size: 2.8em;
	line-height: 1.2em;
}


.home-sub-caption {
	font-family: 'Roboto', sans-serif;
	font-size: 1.12em;
	font-weight: 300;
}


.room-layouts {
	max-width: 700px;
	background-color: #f1eee8;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #534741;
	padding: 8px;
	
}

/* Layout */


h1 {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #333333;
	line-height: 1.2em;
}


h2 {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #333333;
	line-height: 1.2em;
}


.body {
	font-family: 'Lato', sans-serif;
	color: #666666;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.7em;
}

.body a {
	color: #9d522d;
	text-decoration: underline;
	text-underline-position: under;
}

.body a:hover {
	color: #9d522d;
	text-decoration: none;
}


.container-background-dk {
	background-color: #e5e1dc;
}

.container-nmw {
	max-width: none;
}

.img-right {
	width: 49%;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.img-left {
	width: 49%;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}


@media screen and (max-width : 992px){	
.img-right, .img-left {
   width: 100%;
   float: none;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
}


/* Links On-State */


#about .about, #rooms .rooms, #breakfast .breakfast, #gallery .gallery, #location .location, #reviews .reviews, #directions .directions, #contact .contact  {
	color: #bb9f96;
	text-decoration: none;
	pointer-events: none;
}

#about .about:hover, #rooms .rooms:hover, #breakfast .breakfast:hover, #gallery .gallery:hover, #location .location:hover, #reviews .reviews:hover, #directions .directions:hover, #contact .contact:hover {
	color: #bb9f96;
	text-decoration: none;
	pointer-events: none;
}

#terms .terms, #privacy .privacy, #cookies .cookies {
	color: #bb9f96;
	pointer-events: none;
}

#terms .terms:hover, #privacy .privacy:hover, #cookies .cookies:hover {
	color: #bb9f96;
	text-decoration: none;
	pointer-events: none;
}


/* Footer */

.container-fluid-contact-strip {
	background-color: #a1887f;
	padding: 16px;
}

.contact-strip {
	font-family: 'Roboto', sans-serif;
	color: #ccc;
	font-size: 1.3em;
	font-weight: 400;
}

@media screen and (max-width : 768px){	
.contact-strip {
    font-size: 1.2em;	
	}
}

.contact-strip a {
	color: #ccc;
	text-decoration: underline;
	text-underline-position: under;
}

.contact-strip a:hover {
	color: #ccc;
	text-decoration: none;
}



.fluid-container-footer {
	background-color: #534741;
	padding: 32px 0;
}

.footer {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #f1eee8;
	font-size: 0.8em;
	line-height: 26px;
}

.footer a {
	color: #f1eee8;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-position: under;
}

.rh-col {
	text-align: right;
}

@media screen and (max-width : 992px){	
.lh-col, .rh-col {
  text-align: center;
	}
}


/* flexbox */

.flexbox-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.flexbox-center-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
	justify-content: flex-end;
}

.flexbox-center-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
	justify-content: center;
}


/* Google map*/

.google-maps {
	position: relative;
	padding-bottom: 50%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
		border:thin;
	border-style: solid;
	border-color: #e5e1dc;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Mobile container horizontal overflow fix*/

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}
