.text-white{
    color: #fff;
}

a.text-white:hover{
    color: #fff;
}

#topNav.alert-danger {
    background-color: #f8f8f8;
    border-color: #337ab7;
}

    #topNav.alert-danger hr {
        border-top-color: #337ab7;
        /*#337ab7*/
    }