.top-img img {
    filter: blur;
}

.top-img{
      position: relative;
}

.top-img:after{
    position: absolute; content: ''; display: block; top: 0; left: 0; height: 100%; width: 100%;
    background: rgba(3, 2, 49, 0.6);
    mix-blend-mode: multiply;
}
        
#video_logo {
    padding-top: 60px; 
    filter: brightness(0) invert(1) drop-shadow(2px 4px 16px black); 
    border-radius: 0px; 
    border-color: rgb(68, 68, 68); 
    border-style: none; 
    border-width: 1px; width: 400px;
    width: 50%;
}

.navbar-fixed-top {
    box-shadow: 0px 1px 4px #1e4ca1;
}

.image-cropper {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
}
.profile-pic {
  margin: 0 auto;
  height: 200px;
  width: 200px;
}    
 
.navbar-fixed-top {
    position:fixed !important;
    background: white;
}

.navbar img {
    margin-left: 80px;
}

.navbar-right {
    padding-right: 80px;
}

.pix_nav_logo {
    border-radius: 0px; 
    border-color: rgb(68, 68, 68); 
    border-style: none; 
    border-width: 1px;
    width: 250px; 
    height: auto;
    margin-top:4px;
}

@media only screen and (max-width: 768px) {
    .pix_nav_logo {
        width: 220px;
        margin-top: 8px;
    }
    
    .client-logo img:hover {
        transform: scale(1);
    }

    .client-logo-md img:hover {
        transform: scale(1);
    }
    
    .client-logo-sm img:hover {
        transform: scale(1);
    }
    
    #video_logo {
        display:none;
    }    
}

@media only screen and (min-width: 768px) {
    .pix_nav_logo {
        width: 250px;
        margin-top: 8px;
    }
    
    .client-logo img:hover {
        transform: scale(1.5);
    }

    .client-logo-md img:hover {
        transform: scale(1.2);
    }
    
    .client-logo-sm img:hover {
        transform: scale(1.1);
    }    
}


.logos_width {
    padding:12px;
}

.client-logo img {
    filter: grayscale(100%);
    height: 80px;
    mix-blend-mode: multiply;
}

.client-logo img:hover {
    filter: grayscale(0%);
    transition: transform .2s;
}

.client-logo-md img {
    filter: grayscale(100%);
    height: 60px;
    padding-bottom: 16px;
    mix-blend-mode: multiply;
}

.client-logo-md img:hover {
    filter: grayscale(0%);
    transition: transform .2s;
}
 
.client-logo-sm img {
    filter: grayscale(100%);
    height: 50px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-top: 16px;
    mix-blend-mode: multiply;
}

.client-logo-sm img:hover {
    filter: grayscale(0%);
    transition: transform .2s;
}

.quote-text {
    font-style: italic;   
}