/* #navbar {
   background: #ffffff;
} */
#navbar a.item:hover{
    color: inherit;
    opacity: .5;
    background: none;
}
#navbar a.item.active{
    background: none;
    border-radius: 0px;
    font-weight: 600;
    border-bottom: 2px solid #00c3ef;
}