section {
    padding-top: 60px;
    margin-top: -60px;
}

.navbar-nav > li > a {
    color: #ffffff !important; /* bright white color */
}

.navbar-nav > li > a:hover {
    color: #ff0000 !important; /* red color on hover */
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #ff0000 !important; /* red color */
}
