
h1 small {
    color: lightgray;
}

.blue {
    background-color: #bbe5a0;
}

.blue-dark {
    background-color: #5b9c30;
}

.nav-pills li a {
    color: white;
}

.nav li a:hover {
    background-color: #447524;
}

.white-fg {
    color: white
}

.gray {
    background-color: #bbe5a0;
}

h3 {
    color: #6dbb39;

    border-color: #6dbb39;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.footer {
    color: black;
}

.footer a {
    color: black;
}
