#nav-top .nav-link {
    color: #fff;
    background: rgba(52, 52, 52, 1.0);
    
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 18px;
    line-height: 1;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
#nav-top .navbar-toggler {
    font-size: 24px;
    line-height: 1;
    padding: 3px 10px;
    color: #333;
    margin-top: 5px;
    outline: none !important;
}