body {
    background-color: #287d7d;
}

.row a {
    color: #287d7d !important;
}

.row a:hover {
    color: #91c46c !important;
}

.row:not(.footer) {
    background-color: white;
}

.quote {
    display:table;
    text-align: center;
    margin:0.7rem auto;
    font-size: 0.9rem;
    font-style: italic;
    color: #6f6f6f;
    line-height: 1.3;
}

.quote .source {
    text-align: right;
    font-style: normal;
    font-size: 0.8125rem;
}

.contain-to-grid {
    background-color: #287d7d;
}

.top-bar {
    text-align:center;
    background-color: #287d7d;
}

.top-bar-section {
    display: inline-block;
}

.top-bar-section ul li > a {
    font-weight: bold;
    font-size: 0.9rem;
}

.top-bar-section li a {
    background-color: #287d7d !important;
}

.top-bar-section li a:hover {
    color: #91c46c !important;
}

.top-bar-section ul li.active > a {
    color: #c6e070 !important;
}

.top-bar-section ul li.active > a:hover {
    color: #91c46c !important;
}

.footer p {
    color: white;
    font-size: 0.7rem;
    margin: 1.0rem 0 1.0rem 0;
}