/* --------------------------------------------------
        design for 850px
/* -------------------------------------------------- */
@media only screen and (max-width: 975px) {
   footer .smallform{
     max-width: 540px !important;
   }
   footer div.smallform {
     max-width: 540px !important;
   }
   .logo {
      max-width: 150px;
   }

}

@media (min-width: 993px) and (max-width: 1199px) {  
   .logo{
      max-width: 110px; 
   }

}
