h2 {
    font-family: Montserrat;
}

h3 {
    font-family: Playfair Display;
}

.yellow {
    color:#CEAB68;
}

.navbar {
    background-color: #423A36;
    border-top: 2px solid #CEAB68;
    padding: 10px 0px 13px 0px;
    text-align: center;
}

@media only screen and (max-width: 1400px) {
    .navbar .flex-row {
        flex-direction: column;
        display: flex;
    }
}

.navbar .noborder {
    border-right: 0px solid black;
}

.navbar a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: Montserrat;
    text-transform: capitalize;
    font-size: 12px;
    border-right: 1.5px solid #CEAB68;
    padding: 0px 20px 0px 17px;
}

.navbar .container {
    justify-content: center;
}

.footer {
    background-color: #423A36;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo {
    padding: 12px 0px 12px 0px;
}

.hero-overlay {
    background-color: #000000;
}

.hero-image {
    position: relative;
    background-image: url("/inc/images/Orchard-House-front-edited-halfsize.jpg");
    background-color: #000000;
    height: 557px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.black-tint {
    background-color: #000000;
    opacity: .6;
    height: 557px;
}

.separator {
    background-image: url(/inc/icons/BHA-leaves-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35vw;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0%);
    margin: 5px 0px 5px 0px;
}

.separator:before {
    content: "";
    border-top: 2px solid #CEAB68;
    width: auto;
    display: block;
    position: absolute;
    left: 0%;
    right: calc(50% + 40px);
    top: 50%;
}

.separator:after {
    content: "";
    border-top: 2px solid #CEAB68;
    width: auto;
    display: block;
    position: absolute;
    right: 0%;
    left: calc(50% + 40px);
    top: 50%;
}

.hero-text h1 {
    font-family: Playfair Display;
    font-size: 70pt;
}

@media only screen and (max-width: 500px) {
    .hero-text h1 {
        font-size: 55pt;
    }
}

.hero-text p {
    font-family: Montserrat;
    font-size: 20px;
}

.hero-text {
  text-align: center;
  position: absolute;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.btn {
    background-color: #CEAB68;
    font-family: Montserrat;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-size: 10px;
    border-color: #CEAB68;
}

.description {
    padding: 80px 20% 80px 20%;
    text-align: center;
    background-color: #FBF6F1;
}

@media only screen and (max-width: 768px) {
    .description {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.description p {
    font-family: Montserrat;
    font-size: 16px;
}

.description h2 {
    font-family: Montserrat;
    font-weight: 400;
}

.about {
    background-color: #423A36;
}

@media only screen and (max-width: 767px) {
    .about {
        padding-bottom: 15px;
    }
}

.about-text {
    padding: 5% 5% 0% 5%;
}

.slider-item {
    width: 100%;
    height: 30vw;
}

@media only screen and (max-width: 768px) {
    .slider-item {
        height: 60vw;
    }
}

.about-text h3 {
    font-family: Playfair Display;
    font-size: 30px;
    color: white;
}

.about-text .yellow {
    color: #CEAB68;
}

.about-text p {
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 1px;
    line-height-step: 2px;
}

.fullwidth {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.fullwidth {
    max-width: max-content;
}

.policies {
    background-color: #FBF6F1;
    padding: 100px 10% 100px 10%;
}

@media only screen and (max-width: 768px) {
    .policies {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.document-img {
    width: auto;
    height: 50px;
}

.policies a {
    text-decoration: none;
    font-family: Montserrat;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.policies h2 {
    text-align: center;
    font-family: Montserrat;
    font-weight: 400;
}

.policies p {
    text-align: center;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    word-wrap: break-word;
    
}

.doc-entry {
    padding: 30px 0px 30px 20px;
}

@media only screen and (max-width: 768px) {
    .doc-entry {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.contacts {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .contacts {
        padding-bottom: 25px;
    }
    .contacts-text {
        padding-top: 25px;
    }
}

.contacts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-text {
    padding: 5% 5% 0% 5%;
}

.contacts h3 {
    font-size: 40px;
    padding-bottom: 10px;
}

.contacts p {
    font-family: Montserrat;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 400;
}

@media only screen and (min-width: 1050px) {
    .about-text p {
        font-size: 11.5px;
    }
    .contacts p {
        font-size: 11.5px;
    }
}

@media only screen and (min-width: 1175px) {
    .about-text p {
        font-size: 13px;
    }
    .contacts p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1440px) {
    .about-text p {
        font-size: 16px;
    }
    .contacts p {
        font-size: 16px;
    }
}

.contacts a {
    text-decoration: none;
    color: #000000;
}

.contacts .thicker {
    font-weight: 500;
}

.contacts .icon {
    width: 30px;
    height: auto;
}

.contacts .email {
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    font-family: Montserrat;
    max-width: calc(100% - 50px);
}

.inline-flex {
    display: inline-flex;
}

.footer {
    padding-top: 20px;
}

.footer p {
    color: #CEAB68;
    text-align: right;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px;
}

.footer .navbar {
    border-top: 0px;
}