.jumbotron {

    background-image: url("/images/astrocapella-artonly-fade.jpg");
    background-color: #ffcc19;
    margin-bottom: 0;`enter code here`
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
 }

