/* override jumbotron bg color */
.jumbotron    { background-color: #0000;}
/* reduce logo size */
#logoImage {
    max-width: 50%;
}
/* increase weight of header text */
h1, .h1 {
font-weight: 600;
}
/* reduce the size/impact of the footer ad a little*/
.footer {
    min-height: 50px;
    margin-top: 10px;
    font-size: 0.9em;
}
#footerImage {
    margin-bottom: 0px;
}