.jumbotron
{
    /*background-image: url(/img/BannerAUASH.png);*/
    background-position: 0% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    max-width:100%;
    color: white;
    height: 390px; !important;
    /*text-shadow: black 0.3em 0.3em 0.3em;*/
    padding: 270px 30px 30px 10px;
    /*z-index: -1 !important;*/
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
    /*padding-top: 70px !important;*/

}


.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .7;
    border-radius: .2rem;
}

