/*----------Hero----------*/

.hero {
    background-image: url(https://apihoard.webit.com/api/v1/Image/A78B44084FE2020BDB4D15EDC7537BDC/A78B44084FE2020BDB4D15EDC7537BDC.jpg?size=1920x1440);
    background-position: 15% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 5em;
    padding-bottom: 14em;
}

    @media(min-width: 992px) {

    .hero {
        background-position: 15% bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative
    }

    .page-home .jumbotron {
        padding-top: 5em;
    padding-bottom: 14em;
    }

}

@media(min-width: 1200px) {

    .page-home .jumbotron {
        padding-right: 0
    }
}


.jumbotron {
    background-color: transparent!important;
    border-radius: none!important
}

.heroBottomIMG {
    position: absolute;
    bottom: 0
}

@media(min-width: 1800px) {
    .hero {
        background-image:url(https://apihoard.webit.com/api/v1/Image/A78B44084FE2020BDB4D15EDC7537BDC/A78B44084FE2020BDB4D15EDC7537BDC.jpg?size=1920x1440);

        padding-top: 15em;
        padding-bottom: 15em;
        
    }
}


