_menu.scss 807 Bytes
.admin-bar .fixed-top{
    margin-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
    .admin-bar .fixed-top {
        margin-top: 46px;
    }
  }

.navbar-brand{
    width: 300px;
    margin-top: 66px;
}
.nav-link{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-left: 65px;
    color: #707070;

}
.nav-link:hover{
    color: #000;

}
#main-nav:not(.fixed-top){
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
}
#main-nav.fixed-top{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 60px;
    .navbar-brand{
        margin-top: 20px;
        svg{
            width: 150px;  
        }
    }
    #Group_5{
        display: none;
    }
}