/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.navbar-main {
    margin-bottom: 0;
    background-color: #5cb85c;
    border: 0;
    min-height: 38px;
    font-size: 15px;
}
section#footer p {
    margin: 25px 0 0;
    border-top: 20px solid #5cb85c;
    line-height: 40px;
    color: #666;
    font-size: .7em;
    text-align: center;
}
.dropdown-menu>li>a:focus, .navbar-main .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5cb85c;
}