@media screen and (max-height: 1080px) {
    .fixedBg, .fixedBgItem {
        min-height: 100%;
    }
    
}

@media screen and (max-width: 1280px) {
    .btnSimple {
        font-size: 18px;
    }
    
    .btnTextFull {
        font-size: 18px;
    }
    
    .btnTextFull:before {
        margin-top: -11px;
        border-bottom: 32px solid #E20046;
    }
    
    .black:before { 
        border-bottom: 32px solid #000000;
    }
}

@media screen and (max-width: 1200px) {
    .about h1,  .about .colors, /* .about p, */ /* .legal, */ .contact h1, .contact p {text-align: center !important;}
    .about .contact, .contactMenu a {    
        width: 200px;
        display: inline-block;
        margin: 0 auto;
    }
    
    .teamM img {
        max-width: 200px;
    }
    
    .contactMenu {width: 100% !important;}
    
    .contactMenu a {
        margin-top: 30px !important;
        float: none !important;
        text-align: center !important;
    }
    
    .contact img {margin: 0 auto !important;}
    .teamContent {
        text-align: center !important;
    }
    
    .teamContent .teamInfo {
        text-align: left !important;
    }
    
    .fixedBgItem {/* opacity: 0.5 !important; */width: 100%;}
    
    body {overflow-x: hidden !important;}
    
   /*  .site-content {
        padding: 0 !important;
    } */
    
    .mdSVG div {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .aMenu a {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    
    .btnParent350 {
        max-width: initial !important;
    }
    
    .icons {text-align:center;}
    
    .teamMenu {float: left !important;}
    
    .site .global-menu {
        padding: 0 !important;
        margin: 0 !important;
    }   
    
    .site .aMenu a {
        width: 300px;
        display: block;
        margin: 30px auto;
        text-align: center;
    }   
    
    .site .icons {
        padding: 0 !important;
    }
    
    .mdSVG div {
        padding-top: 0px !important;
    }
    
    .mdSVG {text-align: center !important;}
}
