/* Add here all your CSS customizations */


@media screen and (max-width: 1350px){   
    #main-img{      
        content:url("../images/logo-white.png");
		max-width:262px;
		max-height:35px;
    } 
}

@media (min-width: 1350px){      
      #main-img{        
          content:url("../images/logo_doly.png");  
      } 
}

