@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .logo-position {
        top: -588px;
    }

    .logo {
        max-width: 331px;
        max-height: 125px;
        padding-left: 120px;
    }

    .heading-text {
        width: 100%;
        top: 624px;
        padding: 0;
        display: block;
    }

    .title {
        margin: 0 auto;
        text-align: center;
        padding: 0;
        display: inherit;
    }

    .sub-title {
        float: none;
        text-align: center;
        margin: 16px;
    }

    .logo-list{
        padding-top: 80px;
    }
    
    #service-btn{
        margin-left: 43%;
        margin-right: 60%;
    }


	.pgP{
		background-image: none !important;
	}
	
	.bBtn{
		text-align: left !important;
	}
	
    .desktop-grid{
        position: relative;
    }
	
	.parallelogram-about{
		display: none;
	}	
	.philosophy-content{
		width: 80%;
	}
	.fixer{
		margin-top: 200px;
		margin-bottom: 200px;
	}	
    
    .parallelogram{
        margin-top: 50px;
    }

    #google-map{
        display: none;
    }  

    .commitment{
        width: 80%;
        text-align: left;
        padding-right: 8%;
        padding-top: 20px;
        margin: auto;
        display: block;
    }

    #projects-btn{
        width: 10%;
        position: relative;
        top: 15px;
    }

    .project-pics-left{
        padding-top: 370px;
        padding-left: 180px;
    }
    .project-pics-right{
        padding-top: 430px;
        padding-left: 510px;
    }

    .fixer{
        display: block;
        text-align: center;
    }
    
    .footer{
        padding-bottom: 0;
    }

    .footer-images{
        display: block;
        padding-right: 0;
    }

    .bottom-logo{
        padding: 0;
        display: block;
        position: static;
        width: 330px;
        padding-top: 30px;
        margin: auto;
    }
    .copyright{
        padding-top: 15px;
        position: inherit;
        padding-bottom: 25px;
        margin: 0;
        text-align: center;
    }
    
    #menu{
        width: 336px;
    }
    
      
    .container{
        width: 724px;
    }
    
    .other {
        height: 442px;
    }

    
    .image-background-clipped{
        display: none;
    }
    
    .mobile-img{
        display: block;
        width: 100%;
        object-fit: cover;
        height: 200px;
        margin-top: 92px;
}
    .service-section{
        width: 100%;
    }
     .service-section-list:nth-last-child(2){
        margin-top: 320px;
    }
    .service-section-body{
        width: 660px;
        margin-top: 20px;
    }
    
       .hvac{
        height: 895px;    
    }
        #hvac-list {
        margin-top: 325px;
    }
    
    .plumbing{
        height: 495px;
    }
    
    .commissioning{
        height: 890px;
    }
    
    #commissioning-list {
        margin-top: 220px;
    }
    
    #project-management-list{
        margin-top: 135px;
    }
    
    .projects{
        height: 725px;
    }
    
    #fire-protection{
        margin-top: 162px;
    }
    
    #electrical-list{
        margin-top: 170px;
    }
    .electrical{
        height: 842px;
    }
   
    .parallelogram {
        height: 1285px;
        /*height: 1875px ?!?!MAYBE?!?!*/
    }

    .philosophy{
        margin-top: 50px;
        display: block;
    }

    .about{
        margin-top: 20px;
    }
    
    
}



@media screen and (max-width: 1200px) and (min-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.tablet-grid{
		position: relative !important;
	}
}

@media screen and (max-width: 600px) and (min-width: 200px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.mobile-grid{
		position: none !important;
	}
}