.website-menu-item-first {
    background-color: #4FB847;
    text-align: center;
}

.website-menu-item {
    background-color: #4FB847;
    text-align: center;
}

.navbar-nav li:hover {
    background-color: #005596;
}

.website-menu-item a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.website-menu-item-first a {
    color: white;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.website-menu-item a {
    color: white;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.show .nav-item {
    border-top: 0;
}

.website-footer {
    margin-top: 25px;
    background-color: #005596;
    color: white;
}

.website-footer a:visited {
    color: white;
}

.website-footer a {
    color: white;
}