body {
    background: black;
}

.pages.index .jumbotron {
    background: #3a4446;
}

.pages.index h1, .pages.index h2 a, .pages.index strong, .title-block h2 a {
    font-family: Arial sans-serif;
    color: yellow;
    text-shadow: 3px 3px 4px #888;
}

.page-header h1 {
    font-family: Arial sans-serif;
    color: red;
    text-shadow: 3px 3px 4px #888;
}

.page-wrapper .container {
    background: #3a4446;
}
