/* Navbar animation */
.navbar {
  background-color: #fff; }

.top-nav-collapse {
  background-color: #e0e0e0; }
/*Brand*/
#brand,#droplink,#flink{
    font-weight: 700;
    border-bottom: .25rem solid transparent;

}

/*links*/
.nav-link{
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .3rem solid transparent;
}

.nav-link:hover,
.nav-link:focus,
#activelink{
    border-bottom-color: rgba(0, 0, 0, .5);
}

.nav-link + .nav-link {
    margin-left: 1rem;
}

#droplink:hover{
    border-bottom-color: #0d47a1;
}
