.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
    color: #fff !important;
}

.header .header-info-logo-img img {
    width: 217px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
    box-shadow: 0 0 0 .05rem var(--header-highlight);
}

.cw-header-info {
    padding: .5rem;
}

.header a.header-business-phone,
.header span {
    vertical-align: middle;
}

.header a.header-business-phone {
    font-weight: 700;
    font-size: 1.1rem;
    color: #006600;
}

@media(min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height: 28px;
        border-radius: 50px;
    }

    .header .header-info-logo-img {
        position: fixed;
        top: 15px;
        z-index: 1032;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        min-height: 108px;
        margin-top: 42px;
    }

    .cw-header-info {
        position: fixed;
        z-index: 1031;
        top: 0;
        width: 100%;
    }

    /* keeps nav items on the right side of header */
    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        justify-content: flex-end !important;
    }

    .header .navbar-nav:not(.navbar-cart) {
        /* set pixels to logo width (or more) */
        max-width: calc(100% - 220px);
        justify-content: center;
    }

    /* .header-info-logo-img::before {
		content: "";
		position: absolute;
		width: 150px;
		height: 153px;
		left: 33px;
		background: #fff;
		z-index: -1;
		transform: rotate(44deg);
		top: 6px;
	} */


}

@media(min-width: 1440px) {

    .header .container,
    .cw-header-contact {
        max-width: 1400px;
    }
}

/* -------------------- Hero ---------------------- */

/* -------------------- Hero ---------------------- */

.cw-hero {
    background: #151f26;
    background-image: linear-gradient(45deg, rgba(0, 100, 75, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 200, 23, 0.1)), url(https://apihoard.webit.com/api/v1/Image/19EF41277D9E5AE8DD818BC3053A8D79/19EF41277D9E5AE8DD818BC3053A8D79.jpg?size=1920x1440);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    padding: 2rem 0 1rem;
}

.cw-hero h1 {
    font-size: 1.8rem;
}


.hero-text p {
    text-shadow: 1px 1px 5px #000
}

@media(min-width: 992px) {
    .cw-hero {
        padding-top: 8rem;
        min-height: 650px
    }

    .cw-hero h1 {
        font-size: 2.5rem;
    }

}

/* -------------------- SECTIONTITLE ---------------------- */


@media(max-width: 768px) {
    a.footer-business.footer-business-email {
        font-size: 12px;
    }


    h2.display-4 {
        font-size: 2rem
    }
}

.title {
    padding-top: 2.8em;
    padding-bottom: 2.8em;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(45deg, black, transparent), url(https://apihoard.webit.com/api/v1/Image/C0590DC9D252BFA11700377C16796B8B/C0590DC9D252BFA11700377C16796B8B.jpg?size=1920x1440);
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

/* Page - Tar and Chip Seal */
.cw-main-content {
    padding: 40px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

.cw-section-title {
    color: #025102;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 30px;
}

.cw-main-title {
    color: #025102;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 25px;
}

.cw-process-list {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.cw-process-list li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.cw-process-list li::before {
    content: counter(step-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #025102;
    font-weight: 600;
}

.cw-process-step-title {
    font-weight: 600;
    color: #025102;
}

.cw-benefits-list {
    list-style: none;
    padding-left: 0;
}

.cw-benefits-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.cw-benefits-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #025102;
    font-weight: bold;
    font-size: 1.2em;
}

.cw-benefit-title {
    font-weight: 600;
    color: #025102;
}

.cw-text-content {
    margin-bottom: 20px;
}

.cw-intro-text {
    font-size: 1.05rem;
    margin-bottom: 25px;
}