/*-- Header --*/

.header .header-info {
    padding: 0;
}

/*-- Hero --*/

#hero {
    position: relative;
    padding: 6em 0;
    border-left: 20px solid rgba(18, 39, 64, 0.22);
    border-top: 20px solid rgba(41, 171, 226, 0.27);
    border-right: 20px solid rgba(10, 79, 117, 0.27);
}

.slogan {
    z-index: 2
}

.slogan h2 {
    font-size: 2.5rem;
    text-shadow: 0 2px 2px #122740;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    #hero {
        padding: 17em 0;
        background-image: linear-gradient(332deg, #0a4f754a 27%, rgba(255, 255, 255, 0) 0%);
        border-right: none;
    }

    #hero:after {
        background: none;
    }

    .slogan {
        position: absolute;
        right: 0;
        width: 373px;
        bottom: 25px;
    }

    .slogan h2 {
        font-size: 3rem;
    }
}


@media screen and (min-width: 1200px) {
    .slogan {
        right: 20px;
    }

    .slogan h2 {
        font-size: 3.5rem;
    }
}

/* -- Home --*/

.cw-cascade {
    margin: 0 auto;
    padding: 8em 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, .25);
}

@media (min-width: 768px) {
    .page-home .cw-cascade {
        padding: 12em 0;
    }

    .cw-cascade .btn {
        width: 40%;
        font-size: 1.35rem;
    }

    .page-home .cw-cascade .btn {
        font-size: 2rem;
    }

}

/*-- Subpages --*/

section:not(.page-home) .title {
    position: relative;
    margin-bottom: 2em;
    padding: 3rem;
    background: url(https://apihoard.webit.com/api/v1/Image/2097A63C179D93DF860499E327E76E05/2097A63C179D93DF860499E327E76E05.jpg?size=Original) no-repeat center center;
    border-bottom: 10px solid rgba(18, 39, 64, 0.5);
    border-top: 10px solid rgba(18, 39, 64, 0.5);
}

section:not(.page-home) .title:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

section:not(.page-home) .title h1 {
    position: relative;
    z-index: 2;
    color: white;
    -webkit-text-shadow: 2px 2px 8px rgb(0, 0, 0);
    -moz-text-shadow: 0 2px 8px rgb(0, 0, 0);
    text-shadow: 2px 2px 4px rgb(0, 0, 0);

}

@media (min-width: 768px) {
    section:not(.page-home) .title h1 {
        font-size: 3rem;
    }

}
