.new-menu{
    position:fixed;
    top:0;
    left:0;
    z-index:100;
}
.new-menu a {
    display: initial;
    cursor: pointer !important;
    color:var(--secondary);
}

.new-menu a:hover {
    color:var(--black);
}

.new-menu .brand-and-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.new-menu  .brand-and-icon .navbar-brand {
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 700;
}
.new-menu  .brand-and-icon .navbar-toggler {
    max-height: 45px;
    display: block;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
}
