_menu.scss 3.14 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-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.header {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 786px;
    h1{
        align-self:flex-start;
        font-family: 'TradeGothic';
    }
    span{
        color: #666666;
        font-size: 24px;
        line-height: 32px;
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
       }
  .large{
        color: #333333;
        font-size: 40px;
        line-height: 48px;
        
    }
  }

  .overlay-desc:not(.header) {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height: 786px;
    p{
        display: flex;
        align-self: flex-end;
        width: 50%;
        flex-direction: column;
        margin-top: 100px;
    }
    span{
        color: #666666;
        font-size: 24px;
        line-height: 32px;
        font-family: 'TradeGothic';
        margin-bottom: 10px;
       }
     .large{
        color: #333333;
        font-size: 40px;
        line-height: 48px;
        text-transform: uppercase;
    }
  }
 
  .overlay-desc.full {
    p{
        align-self: center;
        width: 100%;
        text-align: center;
        .large,
        span{
            color: #fff;
        }
    }
  }


  .staff-images{
    overflow: hidden;
    .image{
        padding-right:0px;
        padding-left:0px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #000;
        img{
         
        }
    }
  }