

    
/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
	    
	    .agency-grids .grid .icon img {
    max-width: 100%;
}

	    
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	    
	      #header-text-mb #firstheadertext{ font-size: 40px !important; line-height: 40px !important;}
	     #header-text-mb .secondheadertext{ font-size: 20px !important;
color: #ffffff;
line-height: 28px !important;}
header .navbar-header .navbar-brand {
    margin: -18px -15px 32px;
}
	   #fourgrid .col-md-4 {
    width: 100%;
}
.agency-grids .grid {
    margin-bottom: 25px;
    height: auto !important;
}
#services{padding-bottom: 30px !important;} 
.agency-contact-location .contact-grids {
    padding: 60px 10px;
}	    
#post-12 section.header-img{height: inherit !important;}
	    
	        }
    
    
    @media only screen and (max-width : 640px) {
	  	    }
    
    
 @media only screen and (max-width : 600px) {
	 
	 
	 
	 
 }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	    
    }


    

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
