/*-- Header --*/

.header .header-info {
    border-bottom: 5px solid #ffffff;
}

/*-- Hero --*/

.cw-hero {
    position: relative;
    padding: 4em 0
}

.cw-hero .cw-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.cw-hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5)
}

.cw-text {
    position: relative;
    z-index: 2
}

@media(min-width: 992px) {
    .cw-hero {
        padding:12em 0
    }
}

/*-- Home --*/

.page-home .title,
.header .navbar.bg-primary,
.cw-banner {
    background: radial-gradient(circle, rgb(51, 51, 51) 0%, #5d5d5d 100%) !important;
    color: white;
}

.page-home .title-heading {
    font-size: 2.5rem;
}

.list {
    padding-top: 5em;
    padding-bottom: 1em !important;
    text-align: center
}

.page-home .contact {
    padding-top: 3.5em;
    padding-bottom: 2em
}

.cw-cascade {
    margin: 0 auto;
    padding: 6em 0;
}

.cw-cascade:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65);
}

.cw-cascadeText {
    z-index: 20;
}

.cw-cascadeText h3 {
    font-size: 2.5rem;
}

.cw-cascade .cw-checklist li {
    font-size: 1.5rem;
    font-weight: bold;
}

.cw-checklist li {
    display: inline-block;
    padding: .5em .75em;
}

.cw-checklist li:before {
    content: "✔";
    margin-right: .5em;
    font-weight: bold;
    color: var(--color-theme-primary)
}

@media (min-width: 768px) {
    .page-home .cw-cascade {
        padding: 11em 0;
    }

    .cw-cascade .cw-checklist li {
        font-size: 1.75rem;
    }
}

/*-- Subpage --*/

section:not(.page-home) .title {
    margin-bottom: 2em;
    padding: 1.25em 0;
    text-align: center;
    background: white;
}

