/* GLOBAL STYLES =======================================  */

/* Titles (internal pages) ===  */
section:not(.page-home) .title {
    background: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.3)), url("https://apihoard.webit.com/api/v1/Image/20495F3C4B64E9647434113457B000B2/20495F3C4B64E9647434113457B000B2.jpg?size=1920x1440") no-repeat center center/cover;
    padding-top: 7em;
    padding-bottom: 5em;
    margin-bottom: 3em;
}

.title-heading:not(.page-home) {
    text-align: center;
    color: #FFF;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.bg-tan {
    background: #bab29f;
}

.bg-grey {
    background: #efefef;
}

.border-primary {
    border-color: var(--color-theme-primary) !important;
}

.border-secondary {
    border-color: var(--color-theme-secondary) !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: var(--color-theme-primary) !important;
    opacity: 1;
}

/* a.text-primary:focus,
a.text-primary:hover {
    color: rgb(114, 170, 138) !important;
} */

@media (max-width: 812px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    .lead {
        font-size: 1rem;
    }
}


/* HEADER ======================================================================================= */

.header .navbar-brand {
    max-width: 21%;
    content: url("https://apihoard.webit.com/api/v1/Image/4BF4A9B9877155C7B060D0C69B5B84D2/4BF4A9B9877155C7B060D0C69B5B84D2.png?size=320x240");
    display: block order: none;
}

@media (min-width: 991px) {
    .header .navbar-brand {
        /* max-width: 21%;
        content: url("https://apihoard.webit.com/api/v1/Image/4BF4A9B9877155C7B060D0C69B5B84D2/4BF4A9B9877155C7B060D0C69B5B84D2.png?size=320x240"); */
        display: inline-block !Important;
        order: 1;
    }

    .header .navbar .navbar-nav .nav-link {
        font-size: 0.88rem;
    }
}

.navbar-nav li:last-child a.nav-link {
    background: #0085DD;
    color: #FFF !important;
}

#header-navbar-collapse {
    justify-content: flex-end !important;
}

nav.navbar.affix .navbar-brand.d-xl-none.d-lg-none {
    opacity: 1;
    padding: 1% 0;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-primary.affix {
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15) !important;
}

.social-container .fa {
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 0 .15em;
}

.social-container .fa:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* HOME PAGE ===========================================  */
.page-home section:not(.header) .btn {
    /*Don't know what section this was for but it was changing EVERY btn on the homepage (that wasn't in the header) and throwing some things off*/
    /*    transform: scale(1.2);*/
}

/* Hero ===  */

.webit__hero {
    position: relative;
    min-height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://apihoard.webit.com/api/v1/Image/45C9E9BA593ADAEEB6A5016F98D6436B/45C9E9BA593ADAEEB6A5016F98D6436B.jpg?size=800x600");
    background-position: 8% center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .webit__hero {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 900px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),            url("https://apihoard.webit.com/api/v1/Image/45C9E9BA593ADAEEB6A5016F98D6436B/45C9E9BA593ADAEEB6A5016F98D6436B.jpg?size=1920x1440");
        margin-bottom: 0;
    }
}

@-webkit-keyframes divider {
    100% {
        height: 25%;
    }
}

@keyframes divider {
    100% {
        height: 25%;
    }
}

.webit__hero-divider {
    display: none;
}

@media screen and (min-width: 768px) {
    .webit__hero-divider {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        fill: #FFF;
        height: 400%;
        z-index: 100;
        -webkit-animation: divider 1.5s forwards;
        animation: divider 1.5s forwards;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }
}

/* POLICIES ============================================  */

.page-policies ul li {
    margin-bottom: 1em;
    ;
}

/* RATES ===============================================  */

.bg-shadow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.rounded {
    border-radius: .75rem !important;
}

/* CONTACT PAGE =======================================  */

.businessinfo .contact-hours .contact-title-container::before {
    content: 'Office';
}

/* FOOTER ==============================================  */
/* .wb__social-media-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border-radius: 5px;
} */

.bg-brown {
    background: #49453C;
}

.footer {
    padding-top: 1em;
}

.footer-business-name {
    display: none;
}


/*Cabin List*/

.pg-cabin-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}