body {
    font-family: 'Montserrat' !important, Arial, serif;
    font-weight: 400;
    font-size: 0.8em;
}

p {
    font-size: 1.1em;
}

hr {
    width: 10%;
    border-color: black;
}

.logo {
    height: 26px;
    margin-bottom: 4px;
}

/** .navbar .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}**/

.navbar-nav {
    font-family: 'Montserrat' !important, Times New Roman, serif;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

.centered-text {
    text-align: center;
}

.navbar-brand {
    font-family: 'Cinzel';
    font-size: 2em;
    letter-spacing: 0.0em;
    color: #646464!important;
}

.page-title {
    margin-top: 40px;
    margin-bottom: 30px;
}

.hero-button {
    background: rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s ease;
    margin-top: 25px;
    padding: 8px 30px 8px 30px;
}



h1 {
    font-family: 'Cinzel';
    font-size: 5.4em;
    font-weight: 400;
    letter-spacing: 0.1em;
}


h2 {
    font-family: 'Cinzel';
    font-size: 3.0em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.portfolio h2 {
    color: #ffffff !important;
    font-size: 2.8em;
    letter-spacing: 0em;
    line-height: 1.4em;
}

h3 {
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.5em;
}

@media screen 
    and (min-width: 1200px) {
  h1 {
    font-size: 8em;
  }
  h3 {
      font-size: 2em;
        }
}

.portfolio {
    text-align: ;
}

.portfolio-col {
    min-width: 300px;
    min-height: 500px;
    background-color: black;
/** margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;**/
    padding-top: 80px;
    padding-bottom: 80px;
}

/** .gallery img {
    margin-bottom: 50px;


.half-width {
    width: 50%;
}}**/

.bedrooms {
    background-image: url(../img/bedrooms_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.candb {
    background-image: url(../img/candb_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.fandb {
    background-image: url(../img/fandb_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

.weddings {
    background-image: url(../img/weddings_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
}

.restaurant {
    background-image: url(../img/restaurant_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.spa {
    background-image: url(../img/spa_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
}



.afternoon_tea {
    background-image: url(../img/afternoon_tea_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right;
}

.exterior_and_details {
    background-image: url(../img/exterior_p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

@media only screen and (min-width: 1900px) {
    .afternoon_tea {
    background-image: url(../img/afternoon_tea_p_lrg.jpg);
    background-position:top;
    }

    .exterior_and_details {
    background-image: url(../img/exterior_p_lrg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
}
@media only screen and (min-width: 1652px) {
    .spa { 
        background-image: url(../img/spa_p_lrg.jpg);
    }
}
.gallery-nav {
}

.gallery-nav-next {
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: 400;
}
.gallery-nav-title {
    font-size: 1.6em;
    font-family: 'Cinzel';
    font-weight: 600;
}

.footer {
    text-align: center;
}

@media screen 
    and (min-device-width: 240px)
    and (max-device-width: 576px)
    and (-webkit-device-pixel-ratio: 4) {
  h1 {
    font-size: 2.4em;
  }
  h3 {
      font-size: 1em;
        }
}

@media screen 
    and (max-width: 557px) {
  h1 {
    font-size: 4em;
    margin-bottom: 3px;
  }
  h3 {
      font-size: 1.1em;
  }
  .hero-button {
      margin-top: 10px;
      padding: 12x;
  }
}

@media screen 
    and (min-width: 1200px) {
  h1 {
    font-size: 8em;
  }
  h3 {
      font-size: 2em;
        }
}

/* Icon 2 */

.animated-icon2 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon2 span {
display: block;
position: absolute;
height: 1px;
width: 100%;
border-radius: 0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon2 span {
background: #888888;
}

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 9px;
}

.animated-icon2 span:nth-child(4) {
top: 18px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

.contact {
    background-image: url(../img/afttea/1000/_MG_8781.jpg);
    background-size: cover;
    background-position: right;
    min-height: 300px;
}

.about {
    /** background-image: url(../assets/about.jpg);
    background-position: center;
    background-repeat: no-repeat; **/
    background-color: #s2c2c2c;
    min-height: 500px;
}

.about img {
    border-radius: 00px;
    border-color: #f5f5f5;
    border-width: 20px;
    border-style: solid;
    /** border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #959595;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #959595;**/
}

.about-borders {
    border-style: solid;
    border-width: 4px;
    border-color: #efefef;
}

.about-tad {
    max-width: 460px;
    margin: auto;
    text-align: left;   
}



@media screen 
    and (max-width: 767px) {
        .about-tad h2 {
            text-align: center;
        }
        .about-tad p {
            margin-left: 20px;
            margin-right: 20px;
        }
}

/* Contact Section */
/* #contact {
	padding: 0px 0 60px 0; 
} */
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	max-width: 500px;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 22px;
	padding: 4px;
	color: #444;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #000;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.btn-default {
	text-transform: uppercase;
	color: #555;
	background-color: transparent;
	border-color: #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	border-color: #121d1f;
    background: rgba(0, 0, 0);
    transition: background-color 0.5s ease;
}

.hero {
  position: relative;
  text-align: center;
  padding: 0;
  color: white;
}

.centered {
  z-index: 1;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-out .7s;
}

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


ol.carousel-indicators {
}

ol.carousel-indicators li {
    width: 2px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

ol.carousel-indicators li.active {
    height: 25px;
    margin-bottom: 1px;
}

.carousel {
    transition: transform 2s ease, opacity .5s ease-out
}

@media screen 
    and (max-width: 666px) {
  ol.carousel-indicators {
    display: none;
  }
}


h1, .page-title h2, h3, .fadein3s { 
            animation: fadeInAnimation ease 3s; 
            animation-iteration-count: 1; 
            animation-fill-mode: forwards;
            } 
        @keyframes fadeInAnimation { 
            0% { 
                opacity: 0;
                
            } 
            100% { 
                opacity: 1;
            } 
        } 
.fadein5s { 
            animation: fadeInAnimation ease 5s; 
            animation-iteration-count: 1; 
            animation-fill-mode: forwards;
            } 
        @keyframes fadeInAnimation { 
            0% { 
                opacity: 0;
                
            } 
            100% { 
                opacity: 1;
            } 
        } 