/** Shopify CDN: Minification failed

Line 60:0 Expected "}" to go with "{"

**/
@media only screen and (max-width: 767px) {
    h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
        font-size: 28px;
        text-shadow: 2px 2px 4px rgba(14, 14, 14, 0.5)
    }
}

/*About us page css code */

/* bottom of the section */

@media only screen and (max-width: 767px) {
    h2.m-richtext__title.h3.m-scroll-trigger.animate--fade-in-up {
        font-size: 19px;
    }
}

/*About us page css code  End*/

.m-select-custom--trigger {
    display: none;
}

m-select-component {
    display: none;
}
.template-page #MainContent {
    padding-bottom: 0px;
}


/* For home page hero section */
@media only screen and (max-width: 767px) {
    h2.m-richtext__title.m-slide__title.m\:text-white.h1 {
        font-size: 24px;
    }
    .m-slide.m-slide--middle-left.m-slide--text-large {
      height: 300px;
}

/* Privacy Policy page */
.shopify-policy__container {
    max-width: 1400px !important;
      margin-bottom: 0 !important;
    padding-bottom: 60px;
}                                        
.template-page #MainContent {
    padding-bottom: 0 !important;
  
}
/* header font size */
a.m-menu__link.m-menu__link--main {
    font-size: 22px;
}
