.jumbotron {
    background: url('/static/images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

