/* ================== LAYOUT SECTION ========= */
html,body{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    width: 100%;
    background-color: black;
    transition: all .3s;
    font-family: Montserrat;
    -webkit-tap-highlight-color: transparent;
}

a:active, a:focus {
  outline: 0;
  border: none;
  outline-style: none
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

header {
    width: 100%;
    height: 20vh;
}




.logo {
    position: fixed;
    float: left;
    margin: 16px 36px;
    color: #fff;
    font-weight: bold;
    font-size: 34px;   
}





.showing {
    max-height: 20em;
    background-color: rgba(0, 0, 0, 0.6);
    
    
}


nav {
    position: fixed;
    width: 100%;
    height: 80px;
    background: opacity .0;
    transition: .3s;
    z-index: 10;
    
}


nav.black {
    background: white;
    height: 50px;
}


nav ul {
    background: opacity .0;
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
}



nav ul li {
    display: inline-block;
    padding: 25px 30px;
}


nav ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}






nav.black ul li a {
    color: black;
}



nav .logo a {
    text-decoration: none;
    color: white;
    float: left;
    font-size: 36px;
    transition: .3s;
}



nav.black .logo a {
    color: black;
    font-size: 28px;
}



.menu-icon {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    display: none;
}



.fullBackground {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.play {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid white;
    border-radius: 60px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play a {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 50px solid #fff;
    top: 20px;
    left: 30px;
}


.profile_Alogo {
    position: absolute;
    width: 700px;
    left: -220px;
    transform: translateX(250px);
    top: 40px;
    }

.profile_Alogo img {
    position: absolute;
    transform: scale(.4) translateX(-90px);
    left:-150px;
    top: -130px;
}


.Alogo h3 {
    position: absolute;
    left: 00;
    top: 0;
    font-size: 100%;
    font-weight: 500;
    width: 100px;
    height: 300px;
    color: white;
}

.Alogo h4 {
    position: absolute;
    left: 00;
    top: 0;
    font-size: 90%;
    font-weight: 200;
    width: 600px;
    height: 200px;
    color: white;
}


.profile_paul {
    position: absolute;
    width: 400px;
    height: 300px;
    padding: 0;
    left: 50%;
    transform: translate(100px, 40px);
    top: 260px;
    }

.profile_paul img {
    position: absolute;
    transform: scale(.4) translate(-20px,-30px);
    left:-150px;
    top: -150px;
}

.paul h3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100%;
    font-weight: 500;
    width: 200px;
    height: 300px;
    color: white;
}

.paul h4 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 500;
    width: 200px;
    height: 300px;
    color: white;
}

.paul h5 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 200;
    width: 200px;
    height: 300px;
    color: white;
    transform: translate(-00,20px);
}



.profile_matt {
    position: absolute;
    width: 400px;
    height: 300px;
    padding: 0;
    right: 50%;
    transform: translate(-100px, -50px);
    top: 250px;
}

.profile_matt img {
    position: absolute;
    transform: scale(.4) translate(-20px,-30px);
    left:-150px;
    top: -150px;
}

.matt h3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100%;
    font-weight: 500;
    width: 200px;
    height: 300px;
    color: white;
    transform: translateX(-00);

}

.matt h4 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 500;
    width: 200px;
    color: white;
}

.matt h5 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 200;
    width: 200px;
    height: 300px;
    color: white;
    transform: translate(-00,20px);
}


.profile_jeff {
    position: absolute;
    width: 400px;
    height: 300px;
    padding: 0;
    right: 50%;
    transform: translate(70px,320px);
    top: 250px;
}

.profile_jeff img {
    position: absolute;
    transform: scale(.4) translate(-20px,-30px);
    left:-150px;
    top: -150px;
}

.jeff h3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100%;
    font-weight: 500;
    width: 200px;
    height: 300px;
    color: white;
    transform: translateX(-00);

}

.jeff h4 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 500;
    width: 200px;
    color: white;
}

.jeff h5 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 90%;
    font-weight: 200;
    width: 200px;
    height: 300px;
    color: white;
    transform: translate(-00,20px);

}





h1 {
    font-size: 100%;
    font-weight: 300;
    color: azure;
}

h2 {
    font-size: 100%;
    font-weight: 300;
    color: azure;
}



.clients_wrapper {
    position: absolute;
    top: 200px;
    width: 920px;
    left: 50%;
    transform: translate(-50%);
}


.client {
    display:inline-block;
    transform: translateY(-50px);
    padding:0;
}



.services_wrapper {
    position: absolute;
    top: 100px;
    width: 1100px;
    left: 55%;
    transform: translate(-56%);

}


.service {
    color: white;
    width: 300px;
    display:inline-block;
    padding: 30px
    
}

.service h3{
    color: white;
    width: 300px;
    height: 0;
    display:inline-block;
    font-weight: 400;

}

.service h4{
    color: white;
    width: 300px;
    height: 0;
    display:inline-block;
    font-weight: 100;
}




.map img{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
    
}



.fancybox-overlay {
    display: none !important;
}





































@media(max-width: 920px) {
.logo a {
        position: fixed;
        top: 0;
        margin-top: 16px;
    }
    
    
nav ul {
        max-height: 0;
        text-align: center;
        color: white;
        
     }
    
    
.showing {
        max-height: 60em;   
        color: white;
        
    }
    
nav ul li {
        padding: 10px 30%;
        right: 50%;
        font-size: 100%;
        color: azure;
        box-sizing: content-box;
        width: 90px;

    }
    
nav.black ul li a {
        text-align: center;
        color: white;
        text-shadow: 0 0 4px black;
}
    
.menu-icon {
        display:block;
        color: white;  
    }
    
.black .menu-icon {
        display: block;
        color: black;
    }
    


    
    
.fullBackground {
    position: absolute;
    height: 100%;
}
    
nav .logo a {
    font-size: 20px;
}
nav.black .logo a {
    font-size: 20px;
}

    
.profile_Alogo {
    top:10px;
    width: 300px;
    font-size: 110%;
    }

.profile_Alogo img {
    clip: rect(00,380px,600px,200px);
    transform: scale(.4) translate(-0);
    }
        
.profile_Alogo h3 {
    transform: translate(-40px)
    }
    
.profile_Alogo h4 {
    width: 320px;
    height: auto;
    }
    
.profile_paul {
    transform: translate(-55%, -0);
    }

.profile_paul img {
    clip: rect(00,330px,600px,150px);
    transform: scale(.4) translate(50px,-30px);
    }
        
.paul h3 {
    transform: translate(-40px);
    }
    
.paul h4 {
    transform: translate(-40px,0);
    font-size: 90%;
    }
        
.paul h5 {
    transform: translate(-40px,20px);
    }
    
    
.profile_matt {
    transform: translate(45%, 320px);
    }

.profile_matt img {
    clip: rect(00,360px,600px,180px);
    transform: scale(.4) translate(20px,-30px);
    }
        
.matt h3 {
    transform: translate(-40px);

    }
            
.matt h4 {
    transform: translate(-40px,0);
    font-size: 90%;
    }
    
.matt h5 {
    transform: translate(-40px,20px);
    }
    
    
.profile_jeff {
    transform: translate(45%, 660px);
    }

.profile_jeff img {
    clip: rect(00,360px,600px,180px);
    transform: scale(.4) translate(20px,-30px);
    }
        
.jeff h3 {
    transform: translate(-40px);

    }
            
.jeff h4 {
    transform: translate(-40px,0);
    font-size: 90%;
    }
    
.jeff h5 {
    transform: translate(-40px,20px);
    }
    
    
    

.clients_wrapper {
    top: 150px;
    width: 300px;
}
    
.services_wrapper {
    position: absolute;
    top: 60px;
    width: 350px;
    left: 50%;
    transform: translate(-50%);

}

.service {
    display:inline-block;
    margin: -30px;
    transform: translateX(15px);
}
    
    .service h3{
transform: translateY(10px);

}
    
        
    
.fancybox-overlay {
        display: block;
    }
    
    .container {
        width: auto;
        transform: translate(-150);
    }
