/* Removing height limit for logo */

.header-full .logo img {
/* Change this for desktop */
    max-width: 150px !important;
    height: auto !important;
    max-height: none !important;
}

.marta_industrial_welcome h2.banner_title {
    font-size: 20pt;
}


/* Use the below to customise your homepage main banner text size at different screen sizes */

.home .zonetop h2.banner_title {
    font-size: 4em;	
    text-align: center;	
    letter-spacing: -2px;
   font-weight: 600;
}

@media only screen and (min-width:1367px) {
	
/* HD and large screens baby  */
.home .zonetop h2.banner_title {
    font-size: 7em;
    letter-spacing: -3px;
}

}

@media only screen and (max-width:1366px) {
/* Common laptop screens  */
.home .zonetop h2.banner_title {
    font-size: 4em;

}

}

@media only screen and (max-width:1024px) {
/* Small screens and old iPads */
.home .zonetop h2.banner_title {
    font-size: 3em;
    
}

}

@media only screen and (max-width:810px) {
/* Mobile landscape */
.home .zonetop h2.banner_title {
    font-size: 2em;
    
}

}

@media only screen and (max-width:420px) {
/* Mobile Portrait */
.home .zonetop h2.banner_title {
    font-size: 2em;
    
}

}

/* End of homepage main banner text size code  */