#indexJumbotron1Container {
    width:100%;
    height:200px;
    background-image: url("/assets/images/index/jumbotronImage1280x400.png");
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    background-size:cover;
    background-color:white;
    color:white;
    font-family:tahoma;
    font-size: 16px;
}
#indexJumbotron1Title {
    font-size:55px;
    font-style:italic;
}
