_menu.scss 2.55 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: 9999;
    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;
}  

 .video-cont{
    height: 100vh;
    position: relative;
    z-index: 9;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;     
    
 }
 .myVideo {
    position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
  }




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

  .scroll-content{
    position: relative;
    z-index: 999;
  }
  .overlay-desc {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 786px;
    span{
        align-self:flex-start;
        color: #666666;
        font-size: 24px;
        line-height: 32px;
       }
    h1{
        align-self:flex-start;
        color: #333333;
        font-size: 40px;
        line-height: 48px;
    }
  }

  .overlay-desc2 {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height: 786px;
    span{
        align-self:flex-end;
        color: #666666;
        font-size: 24px;
        line-height: 32px;
        width: 50%;
       }
    h1{
        align-self:flex-end;
        color: #333333;
        font-size: 40px;
        line-height: 48px;
        width: 50%;
    }
  }
  .overlay-desc2.mid{
    justify-content:center;
  }