.header .container {
    max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 36px;
    text-transform: uppercase
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff!important
}

.header .header-info-logo-img img {
    width: 169px
}

.cw-header-contact {
    padding: .75em
}

.cw-header-contact span {
    vertical-align: middle
}

.header a.header-business-phone {
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}

section:not(.page-home) .title {
    position: relative;
    padding: 2em 0;
    background: url(https://apihoard.webit.com/api/v1/Image/B30B8465BD4C61E6611728ACC3D41A51/B30B8465BD4C61E6611728ACC3D41A51.jpg?size=1920x1440) no-repeat center center;
    background-size: cover;
    text-align: center
}

section:not(.page-home) .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.65)
}

section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 2;
    text-shadow: 5px 2px #000;
    color: #fff
}

@media(max-width: 768px) {
    .header .header-business {
        color:#000!important
    }
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position:fixed;
        top: .5rem;
        left: 0;
        z-index: 1040;
        background: rgba(250,250,250);
        border-radius: 0 1em 1em 0;
        padding: 0
    }

    nav.navbar .container {
        position: relative;
        margin: 0 auto
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 3.75rem;
        background: rgba(0,0,0,.5);
    }

    .header .navbar,.header .navbar.bg-primary.cw-scrolled .navbar-nav {
        top: 0;
        background: #111;
        border: 1px solid #cc922f;
        border-top: none
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 100px
    }

    .cw-header-contact {
        position: absolute;
        z-index: 1040;
        top: 0;
        width: 100%
    }

    section:not(.page-home) .title {
        margin-bottom: 2.5em;
        padding: 10em 0 1.5em
    }

    section:not(.page-home) .title .title-heading {
        font-size: 2.75rem
    }
}

@media(max-width: 812px) {
    .hero {
        padding-top:3em;
        padding-bottom: 3em;
        min-height: 410px
    }

    .hero .display-4 {
        font-size: 1.5rem!important
    }

    .hero h4 {
        font-size: 1rem!important;
        text-align: center
    }
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.4)),url("https://apihoard.webit.com/api/v1/Image/B249CADE7E2BA39EE2D6062A9AD8D494/B249CADE7E2BA39EE2D6062A9AD8D494.jpg?size=1920x1440") no-repeat;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 800px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero .hero-container {
    position: relative;
    z-index: 2
}

.hero-lines {
    position: relative;
    text-align: center
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%
}

.hero-lines::before,.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle
}

.hero .display-4 {
    font-size: 3rem
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto
}

.contact-callout {
    background: var(--color-theme-primary);
    padding: 1.5em 1em;
    text-align: center
}

.contact-callout-text {
    color: var(--color-theme-text-btn);
    margin: 0;
    font-size: 1.5em
}

.contact-callout-text a {
    color: var(--color-theme-text-btn)
}

.contact-callout-text a:hover {
    color: rgba(255,255,255,.3)
}

.testimonial-container .row {
    margin-bottom: 1em
}

.testimonial {
    background: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1em
}

.testimonial .fa-star {
    color: var(--color-theme-highlight)
}

.author {
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 700
}

h2.display-4 {
    font-size: 2.2em;
}