body {
    background: #F5F5F5;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo {
    padding: 30px 30px 50px 45px;
}

.nav {
    width: 100%;
}

.lead {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.7rem;
}

a {
    color: #b16622;
}

a:hover {
    color: #b16622;
    text-decoration: underline;
}

h2 {
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 10px;
}

h3 {
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}

blockquote {
    border-left: 5px solid #D8D8D8;
    padding-left: 20px;
    margin-top: 30px;
}

blockquote p {
    font-size: 1.4rem;
    font-style: italic;
}

.img-fit {
    object-fit: cover;
    width: 100%;
}

main {
    overflow: hidden;
}

header {
    background-color: #3C3F20;
    text-align: right;
    color: #fff;
}

header .topLine {
    background-image: url(images/bgHeader.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 40px;
}

header .topLine h1 {
    margin: 8px 0;
    font-weight: 800;
    font-size: 1.2rem;
}

header .logoAwards {
    position: relative;
    right: 10px;
    top: 9px;
    z-index: 5;
}

header .contactLine {
    font-size: 0.8rem;
}

header .contactLine p {
    margin: 5px 0;
}

header .contactLine a {
    margin-right: 20px;
    color: #fff;
}

header .contactLine a:last-child {
    margin-right: 0px;
}

header .contactLine::before {
    content: "";
    position: relative;
    top: -3px;
    display: block;
    height: 3px;
    width: 110%;
    background: url(images/divGreenTop.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.vertical-nav .nav-item {
    color: #101010;
    text-align: center;
    font-weight: 300;
}

.vertical-nav .nav-item a {
    line-height: 1.4rem;
}

.vertical-nav .nav-item.active a {
    border-left: 0;
    font-weight: 800;
    color: #b16622;
}

.vertical-nav .nav-item ul li a {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

.vertical-nav .nav-link {
    color: #101010;
    font-weight: 300;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

.page-content {
    color: #101010;
    padding: 0 3rem 3rem 3rem;
    font-weight: 300;
}

.page-content p:last-child {
    margin-bottom: 0px;
}

.page-content {
    color: #101010;
    padding: 0 3rem 3rem 3rem;
    font-weight: 300;
}

.green .page-content {
    padding-bottom: 0px;
}

.blue {
    background-color: #26324A;
}

.blue h2 {
    color: #fff;
    font-size: 1.9rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blue::before {
    content: "";
    position: relative;
    top: -12px;
    display: block;
    height: 15px;
    width: 110%;
    background: url(images/divBlueTop.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.green {
    background-color: #3C3F20;
    padding-bottom: 20px;
}

.green p {
    color: #fff;
}

.green::before {
    content: "";
    position: relative;
    top: -12px;
    display: block;
    height: 12px;
    width: 110%;
    background: url(images/divGreenTop.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*
.green::after {
    content: "";
    position: relative;
    bottom: 5px;
    display: block;
    height: 20px;
    width: 110%;
    margin-bottom: -20px;
    background: url(images/divGreenBottom.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}*/
.green::after {
    content: "";
    position: relative;
    bottom: -20px;
    display: block;
    height: 20px;
    width: 110%;
    margin-bottom: -18px;
    background: url(images/divGreenBottom.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.blue a,
.green a {
    color: #fff;
    text-decoration: underline;
}

.blue a:hover,
.green a:hover {
    color: #fff;
    text-decoration: none;
}

.homeCards {
    background-image: url(images/bgHomeCards.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    position: relative;

}

.homeCard {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.13);
    height: 100%;
    overflow: hidden;
}


.cardContent {
    padding: 30px;
    position: relative;
}

.cardContent h3 {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -50px;
    padding: 0 15px 10px 15px;
    left: 30px;
}
.cardContent h3::before {
    content: "";
    position: relative;
    top: -7px;
    display: block;
    height: 12px;
    width: 114%;
    left: -15px;
    background: url(images/divWhiteTop.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.cardContent p {
    padding-bottom: 15px;
}

.cardContent .cardDiv {
    position: absolute;
    top: -11px;
    left: 0;
    height: 15px;
    width: auto;
    
}

.btn-blue {
    color: #fff;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    background-image: url(images/bgBlueBtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    font-size: 1.3rem;
}

.btn-blue:hover {
    background-image: url(images/bgBlueBtnHover.svg);
    color: #fff;
}

.btn-green {
    color: #fff;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    background-image: url(images/bgGreenBtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    font-size: 1.3rem;
}

.btn-green:hover {
    background-image: url(images/bgGreenBtnHover.svg);
    color: #fff;
}

.btn-brown {
    color: #fff;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    background-image: url(images/bgBrownBtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    font-size: 1.3rem;
    text-decoration: none !important;
}

.btn-brown:hover {
    background-image: url(images/bgBrownBtnHover.svg);
    color: #fff;
}

.btn-white {
    color: #101010 !important;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    background-image: url(images/bgWhiteBtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    font-size: 1.3rem;
    text-decoration: none !important;
}

.btn-white:hover {
    opacity: 0.9;
    color: #101010;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 50vh;
}

.carousel-item img {
    object-fit: cover;
    object-position: center center;
}

.carousel-caption {
    text-align: left;
    left: auto;
    right: 0;
    width: calc(100% - 17rem);
}

.carousel-indicators {
    left: auto;
    right: 0;
    width: calc(100% - 15rem);
    justify-content: normal;
    padding: 0;
    margin: 0;
    bottom: 20px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-caption h5 {
    font-size: 4rem;
    width: 90%;
    font-weight: 100;
}

.address {
    position: absolute;
    bottom: 55px;
    left: 33px;
    z-index: 2;
    width: 205px;
    text-align: center;
}

.address img {
    width: 100px;
    margin-bottom: 10px;
}

.address p {
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #101010;
}

.address a {
    color: #bc7330;
    text-decoration: underline;
}

.address a:hover {
    color: #ae6429;
    text-decoration: none;
}


footer {
    height: 300px;
    background-image: url(images/bgFooter.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

footer p,
footer a {
    color: #fff;
    font-size: 0.9rem;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footNav {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footNav li {
    display: inline-block;
    padding: 0 5px;
}

footer .footNav li a {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0;
    color: #fff;
}

footer .subFooter {
    margin-top: 100px;
}

footer::before {
    content: "";
    position: relative;
    top: -3px;
    display: block;
    height: 15px;
    width: 110%;
    background: url(images/divFooter.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
body.campsite footer::before {
    background: url(images/divBlueBottom.svg) center center;
}
body.granary-cottage footer::before {
    background: url(images/divBlueBottom.svg) center center;
}
body.home footer::before {
    background: url(images/divHomeBottom.svg) center center;
}

header .logoMobile {
    display: none;
}

.navbar-toggler {
    display: none;
}

.table-responsive table {
    width: 100%;
    border: 1px solid #bc7330;
}

.bookingForm label {
    color: #fff;
    margin-bottom: 0;
}

.alert-primary {
    color: #ffffff;
    background-color: #f10000;
    font-weight: bold;
    border: none;
}

.imageGallery {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -15px;
}

.imageGallery li {
    margin-bottom: 30px;

}

.featured {
    background-color: #8a4e1e;
    border: 1px solid #d0c9c9;
    padding: 0;
    color: #fff;
}

.tableHeader {
    background-image: url(images/bgHeader.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    color: #fff;
    font-weight: 800;
}

.featured h3 {
    background-image: url(images/bgHeader.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    border: 0;
    padding-left: 30px;
}

.featured ul {
    margin: 30px 15px 0px 15px;
}

.propFeatures li {
    padding-bottom: 10px;
    line-height: 20px;
}

.polaroid {
    border: 9px solid white;
    background-color: white;
    transform: rotate(-2deg);
    /* -webkit-box-shadow: 0px 0px 7px 0px #0000004f; */
    /* box-shadow: 0px 0px 7px 5px #0000001f; */
    -webkit-box-shadow: 0px 0px 7px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 7px 5px rgb(0 0 0 / 15%);
    font-family: 'Nothing You Could Do', cursive;
    padding: 0;
    max-width: 500px;
}

.figure-caption {
    font-size: 1.4rem;
    color: #4f4f4f;
    letter-spacing: -2px;
    margin-top: 9px;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* for toggle behavior */

#sidebar.active {
    margin-left: -17rem;
}

#content.active {
    width: 100%;
    margin: 0;
}

@media (min-width: 1400px) {
    .page-content {
        padding: 0 200px 3rem 3rem;
    }

    footer .page-content {
        padding: 0 3rem 3rem 3rem;
    }
}

@media (max-width: 1200px) {

    header .topLine h1 {
        font-size: 0.9rem;
    }

    .polaroid {
        max-width: 350px;
    }
}

@media (max-width: 992px) {

    .vertical-nav {
        min-width: 12rem;
        width: 12rem;
    }

    .page-content {
        width: calc(100% - 12rem);
        margin-left: 12rem;
        transition: all 0.4s;
    }

    .nav {
        padding-left: 0px;
    }

    .address {
        left: 16px;
        width: 160px;
    }

    footer > div.page-content.col-sm-12.pb-0.pt-5 > div:nth-child(1) > div.col-md-12.col-lg-4.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    footer .subFooter {
        margin-top: 65px;
    }

    #content > div.homeCards > div > div > .col-12.col-lg-6 {
        margin-bottom: 30px;
    }

    .table-responsive table {
        margin-top: 30px;
    }

}


@media (max-width: 768px) {

    body > header > div > div.row.topLine > div.col-md-12.col-lg-10 {
        padding-right: 0px;
    }

    header {
        text-align: inherit;
    }

    #sidebar {
        margin-left: 0;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }

    .navbar {
        padding: 0;
    }

    .navbar-toggler {
        display: block;
        background-color: #3C3F20;
        border-radius: 0;
        font-weight: 300;
        color: #fff;
        margin-left: auto;
    }

    .navbar-toggler .fa {
        color: #fff;
        font-size: 29px;
    }

    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav {
        padding: 24px 0 0 0;
        background-color: #3c3f20;
        width: 100%;
    }

    .vertical-nav .nav-link {
        color: #fff;
    }

    .vertical-nav .nav-item {
        color: #101010;
        text-transform: uppercase;
        font-weight: 300;
        width: 100%;
        text-align: left;
        padding-left: 135px;
    }

    .vertical-nav {
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        transition: all 0.4s;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 2;
    }

    .vertical-nav .nav-item.active a {
        color: #fff;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    .page-content {
        color: #101010;
        padding: 30px 0px 50px 0px;
        font-weight: 300;
        margin-left: auto;
        width: auto;
    }

    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }

    header .topLine h1 {
        text-align: center;
    }

    header .contactLine {
        display: none;
    }

    .vertical-nav .logo {
        display: none;
    }

    header .logoMobile {
        z-index: 5;
        position: absolute;
        margin-top: -10px;
        width: 120px;
        display: block;
    }

    body > header > div > div.row.topLine {
        margin: 0;
    }

    /* .blue::before {
        left: -20px;
    }
    .green::before {
        left: -20px;
    }*/

    .page-content {
        padding: 20px;
        text-align: center;
    }

    .address {
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 2;
        width: auto;
        text-align: center;
    }

    .address p {
        font-size: 0.9rem;
        color: #fff;
    }

    .address a {
        color: #fff;
        text-decoration: underline;
    }

    footer .page-content {
        padding-top: 0 !important;
    }

    .text-right,
    text-left {
        text-align: center !important;
    }

    footer {
        padding-top: 20px;
        height: auto;
    }

    footer .footNav {
        margin-bottom: 20px;
    }

    footer .footNav li {
        display: block;
        padding: 0 5px;
        text-align: center;
    }

    footer .subFooter {
        margin-top: 20px;
        padding-bottom: 20px;
        font-size: 0.9rem;
        text-align: center;
    }

    footer > div.page-content.col-sm-12.pb-0.pt-5 > div:nth-child(1) > div.col-md-12.col-lg-4.text-right {
        text-align: center !important;
        margin-top: 15px;
    }

    .h2,
    h2 {
        font-size: 1.6rem;
    }

    .lead {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .homeCards {
        padding-top: 20px;
    }
    
    .polaroid {
        float: none !important;
        max-width: 90%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    footer::before {
        top: -20px;
        height: 7px;
        width: 200%;
    }
    .propertyFeatures .page-content {
        text-align: left !important;
    }

}

@media (max-width: 576px) {
    .btn {
        font-size: 1rem;
    }

    .blue h2 {
        padding-bottom: 25px;
    }

}
