_body.scss 5.58 KB
 .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';
        color: #333333;
        font-size: 40px;
        line-height: 48px;
        u{
          font-family: 'BemboStd-SemiboldItalic';
        }
    }
    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;
    }
    u{
      font-family: 'BemboStd-SemiboldItalic';
    }
  }
 
  .overlay-desc.full {
    p{
        align-self: center;
        width: 100%;
        text-align: center;
        .large{
          color: #fff;
          font-size: 60px;
          line-height: 72px;
        }
        span{
            color: #fff;
        }
    }
    u{
      font-family: 'BemboStd-SemiboldItalic';
      text-transform: none;
    }
  }


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


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    margin-bottom: -5px;
}

.col-lg-5ths{
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .col-lg-5ths {
        width: 33%;
        float: left;
    }
    .col-lg-5ths:last-of-type {
       display: none;
    }
}

.staff_text{
  display: none;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  background-color: rgba($color: #000000, $alpha: 0.59);
  color: #fff;
  .container{
    height: 100%;
    .row{
      height: 100%;
    }
  }
  .col-md-12{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction:column;
    justify-content: center;

  }
  h2{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    font-family: 'TradeGothic';
  }
  h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'BemboStd-BoldItalic';
  }
}
.staff-images:hover{
  .staff_text{
  visibility: visible;
  display: block;
  }
}



.by-the-numbers{
  margin-top: -60px;
  z-index: 99;
  position: relative;
  margin-bottom: 24px;
  h2{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }
}
.the-numbers{
     margin-left: -12px;
     margin-right: -12px;
     @media (max-width: 900px) {
      margin-left: -50px;
      margin-right: -50px;
     }
    .wp-block-columns{
      gap: 0em;
      @media (max-width: 900px) {
        flex-wrap: wrap!important;
      }
    }
    
    .wp-block-column{
      padding: 50px;
      background-color: #7AA6AD;
      color: #fff;
      @media (max-width: 900px) {
        flex-basis: 50% !important;
      }
    }
    .wp-block-column:nth-of-type(2){
      background-color: #C2B59B;
      color: #666666;
    }
    .wp-block-column:nth-of-type(3){
      background-color: #E9D654;
      color: #666666;
    }
    .wp-block-column:nth-of-type(4){
      background-color: #FFB547;
      color: #666666;
    }
    .wp-block-column:nth-of-type(5){
      background-color: #BB2E1D;
    }
    h3{
      font-size: 60px;
      line-height: 72px;
    }
    p{
      font-size: 20px;
      line-height: 24px;
    }
}
.do_it_and_for{
  padding: 40px 0px;
  h2{
    text-transform: uppercase;
    color: #666;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 40px;
  }
}
.the-work{
  background-color: #333333;
  margin: 0px -25%;
  padding: 40px 0%;
  
  h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0px 25%;
  }
  p.first-of-type{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 0px 25%;
  }
}