.header .navbar-dark .navbar-nav .nav-link {
    line-height: 28px;
    border-radius: 50px;
    text-transform: uppercase;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
    color: #000000 !important;
}

.header .header-info-logo-img img {
    width: 145px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0 !important;
}

.cw-header-info {
    padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
    vertical-align: middle;
}

.header a.header-business-phone {
    font-weight: 700;
    font-size: 1.1rem;
    color: #EEBD6B;
}


/* Hero */

.hero {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.5)), url("https://apihoard.webit.com/api/v1/Image/3127EBBBFD01A16F9C0F66AEEB144AB9/3127EBBBFD01A16F9C0F66AEEB144AB9.jpg?size=800x600");
    position: relative;
    overflow: hidden;
    /*    min-height: 500px;*/
    padding: 100px 0;
    /*    background-position: 15% bottom;*/
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero {
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.5)), url("https://apihoard.webit.com/api/v1/Image/3127EBBBFD01A16F9C0F66AEEB144AB9/3127EBBBFD01A16F9C0F66AEEB144AB9.jpg?size=1920x1440");
        padding: 200px 0;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat
    }
}


/* ========= summary list ================== */
.page-home .list {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("https://apihoard.webit.com/api/v1/Image/1B52CABA85268CF7FB89C9B474176E62/1B52CABA85268CF7FB89C9B474176E62.jpg?size=1920x1440");
    background-attachment: fixed;
}

.page-home .list .list-square {
    background-color: #ffffff;
    border-radius: 15px;
    padding-bottom: 1.5em;
}

.page-home .list .list-text-title {
    min-height: 40px;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.page-home .list .list-img-wrap {
    border-radius: 15px 15px 0px 0px;
    border: none;
}

.page-home .list .list-img-photo {
    border-radius: 15px 15px 0px 0px;
}

.page-home .list .list-text-bottom {
    min-height: 200px;
}

.page-home .list .list-text-description {
    min-height: 110px;
}

.page-home .list .btn {
    border-radius: 15px;
    padding: .5em 1.2em;
}

@media (min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: 55px;
        z-index: 2001;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        height: 150px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 2rem;
    }

    .cw-header-info {
        position: fixed;
        z-index: 2000;
        top: 0;
        width: 100%;
    }
}

/* Footer */

/* Call to Action */
.grand-parallax-cta {
    padding-top: 10em;
    padding-bottom: 9em;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://apihoard.webit.com/api/v1/Image/5C449A77F5ADD934968A841CA05AA5A0/5C449A77F5ADD934968A841CA05AA5A0.jpg?size=1920x1440");
    background-position: center 80%;
    background-size: cover;
}

.grand-parallax-cta .grand-scantitle {
    color: #ddd;
}

@media(max-width: 768px) {
    .grand-parallax-cta {
        padding-top: 4em;
        padding-bottom: 3em;
    }
}

/* Internal Pages */

.title {
    padding-top: 3em;
    padding-bottom: 3em;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://apihoard.webit.com/api/v1/Image/D9BE24E2EC1831712E171F6B3FE5D165/D9BE24E2EC1831712E171F6B3FE5D165.jpg?size=1920x1440);
}

.title-heading {
    text-align: center;
    font-size: 3em;
}

.gallery-container,
.businessinfo-container {
    margin-top: 2em;
}
