.hah-jumbotron {
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.hah-jumbotron:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212,232,255,1);
    opacity: .8;
    z-index: 1;
}

.hah-jumbotron .wrap {
    position: relative;
    z-index: 2;
}

.hah-jumbotron-title {
    color: #014992;
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

@media screen and (min-width: 768px) {

    .hah-jumbotron {
        padding: 200px 0;
    }

    .hah-jumbotron:before {
        background: linear-gradient(to right, rgba(212,232,255,1) 40%,rgba(212,232,255,0) 100%);
        opacity: 1;
    }

    .hah-jumbotron-title {
        max-width: 850px;
        font-size: 40px;
    }

    .hah-jumbotron-title span {
        display: block;
    }

}

@media screen and (min-width: 1024px) {

    .hah-jumbotron-title {
        font-size: 50px;
    }

}
