/* Move down content because we have a fixed navbar that is 50px tall */
h1 {
    text-align: center;
}
h2 {
    padding-top: 10px;
}

.bluebody {
    background-color: #eee;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #c9c9c9;
}

table th {
    background-color: #a9a9a9;
}

.jumbotron {
    margin-bottom: 0px;
    /*font-size: 21px;*/
    /*font-weight: 200;*/
}
.jumbotron h1 {
    text-align: center;
}
.jumbotron h2 {
    text-align: center;
}

.jumbotron-dark {
    padding: 30px 15px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #ddd;
}
.jumbotron-dark p {
    margin-bottom: 15px;
    /*font-size: 21px;*/
    /*font-weight: 200;*/
}

.jumbotron-dark h2 {
    text-align: center;
}

.jumbotron-darker {
    padding: 30px 15px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #ccc;
}
.jumbotron-darker p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron-darker h2 {
    text-align: center;
}

.img {
    padding-top: 50px;
    padding-bottom: 50px;
}