/* Navbar fixe*/	
/* .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 70px;
    background-color: white;
}   */


a:hover {
    color: #c62523 !important;
}
#logout-btn {
    color: white;
}
#logout-btn:hover {
    color: white !important;
}
#signin-btn {
    color: white;
}
#logo {
    width: 257px;
}

/*
* Responsive logo
*/
@media(max-width: 1000px) {

    #logo {
        width: 197px;
    }
}