.jumbotron {
    background: linear-gradient(rgba(255, 255,  255, 0), rgba(255, 255, 255, 0.9)), url(/custom/img/frontpage.jpg) no-repeat center center;;
    background-size: cover;
    height: 100%;
}
.jumbotron .container h1, .jumbotron .container h2 {
	text-shadow: 4px 4px 8px white;
}
 .title-h1h2 h1 {
    font-weight: 200;
}