/*-- Header --*/
.header .header-info-logo-img img {
    position: absolute;
    width: 220px;
    left: 0;
}

.header-container {
    position: relative;
    overflow: hidden;
    background: url("https://apihoard.webit.com/api/v1/Image/5688ABC14109F7D15828BFD1A9093C68/5688ABC14109F7D15828BFD1A9093C68.jpg?size=1920x1440");
    background-size: cover;
    background-attachment:fixed;
}

#cw-logoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
}

.header .header-info {
    height: 160px;
}

.page-home .header .header-info {
    height: 500px;
}

#cw-titleBg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 330px
}

.cw-title {
    position: absolute;
    z-index: 2;
    bottom: 1em;
    right: .5em;
    width: 250px;
    text-align: center;
}

section:not(.page-home) #cw-titleBg,
section:not(.page-home) .cw-title {
    display: none;
}
.header .navbar .navbar-nav .nav-link{
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 2000;
        width: 220px;
    }

    .header .navbar.bg-primary,
    .header {
        background: transparent !important;
    }

    .header .header-info {
        height: 80px;
    }

    #cw-logoBg {
        position: fixed;
        z-index: 20;
        width: 470px;
    }

    nav.navbar .container {
        position: relative;
        height: 200px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 1em;
    }

    .navbar.cw-scrolled .navbar-nav {
        top: 0;
        background: rgba(20, 72, 131, 0.85);
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 130px;
    }

    #cw-logoBg.cw-shrink {
        width: 280px;
    }

    #cw-titleBg {
        height: 365px;
    }

    .cw-title {
        right: 1.5em;
        bottom: 1.5em;
    }
}

@media (min-width: 1340px) {
    .page-home .header .header-info {
        height: 620px;
    }
}

/*-- Home --*/

.page-home .list {
    padding: 1em;
}

.page-home .list .container {
    max-width: 1800px;
}

.page-home .list-text-title {
    color: var(--color-theme-primary);
}

.page-home .list .list-img-photo {
    background-size: 142px;
}

.page-home .list-wrap {
    margin-bottom: 2em;
}

.page-home .list-img-wrap {
    padding: 70px 0;
}

.page-home .col-md-6 {
    border: 10px solid #efefef;
    background: white;
}

.cw-cascade {
    margin: 0 auto;
    padding: 8em 0;
}

.cw-cascade:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.cw-cascadeContact {
    padding: 4em 0;
}

.cw-phoneLarge {
    font-size: 2.75rem;
    text-shadow: 3px 3px 3px #000000;
}

.cw-emailLarge {
    font-size: 1.25rem;
}

.page-home .detailedlist {
    padding-bottom: 1em;
}

.cw-cascade li{
    font-size: 0.6em;
}
@media (min-width: 440px) {
    .cw-cascade li{
        font-size: 1em;
    }
}
@media (min-width: 992px) {
    .cw-cascade h2 {
        font-size: 2.5rem;
    }

    .cw-cascadeContact h2 {
        margin: 0;
        font-size: 2rem;
    }

    .cw-phoneLarge {
        font-size: 3.75rem;
    }

}

/*-- Checklist --*/

.cw-checklist li {
    position: relative;
    z-index: 2;
    padding: .5em 0;
}

.cw-checklist li:before {
    content: "âœ”";
    margin-right: .5em;
    font-weight: bold;
    color: #ee312a;
}

/*-- Footer --*/

footer.footer {
    padding-top: 1em;
}

/* ============= Internal page ================== */
.title {
    text-transform: uppercase;
}
