@media only screen and (max-width: 600px) {
	/*.home-banner-title {
        font-size: 30px;
        color: orange;
    }*/
    h1.zpheading.zpheading-style-none.zpheading-align-center {
   		font-size: 30px;
	}
}

@media only screen and (max-width: 768px) {
	h1.zpheading.zpheading-style-none.zpheading-align-center {
        font-size: 40px;
	}
}

/*@media (min-width: 992px){
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
        margin-left: 2px;
    }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li, .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
        margin: -20px 18px;
    }
 .zpheader-style-02 .theme-header.theme-header-navigation-style{
        border-top: 0 none;
         margin-top: -2em;}
}*/

/*logo larg size*/
/*@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width:50% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
}*/