_menu.scss 1.22 KB
.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: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 60px;
    .navbar-brand{
        margin-top: 20px;
        svg{
            width: 150px;  
        }
    }
    #Group_5{
        display: none;
    }
}

.video-sizer{
    position:relative;
    z-index: 0;
    opacity: 0;
}
#v{
    height: 2000px;
}
  
 .video-cont{
    position: relative;
    left: 0px;

    width: 100%;
    overflow: hidden;
    
 }
 .myVideo {
    position: relative;
    right: 0;
    top: 0;
    min-width: 100%;
    margin: auto;
    display: block;
    z-index: 99;
  }

  .fixed-video{
    position: fixed;
  }


  #full-width-page-wrapper{
    padding-top: 0px;
  }