/* Pull down  */
div.pullDown a:before
{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
    content: '';
    background: #ffffff;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullDown a:hover:before
{
    height: 100%;
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
    background-color:transparent !important;
}

.navbar-item{
    padding: 1.00rem 1.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

#navbar {
    background: linear-gradient(90deg,#000000,#2d3436);
}