.jumbotron {
    margin: 10px 15px 10px 15px;
    border-radius: 10px;
    align-content: center;
    align-items: center;
    align-self: center;

    background: url(/images/NMCWR_symbols.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: black;
    color: white !important;

}

/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar .navbar-nav {
    border-radius: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: large;

}

.navbar .navbar-collapse {
    text-align: center;

}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.table {
    border-spacing: 30px;
}

th,
td,
tr,
ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

ol {
    display: table;
    margin: 0 auto;
    text-align: left;
}
