/*
Theme Name:   StorefrontChild
Description:  Mac Marketing - Power of Marketing
Author:       Admin
Author URL:   https://shop.macmarketing.us
Template:     storefront
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  StorefrontChild
*/

/* Write here your own personal stylesheet */
h1, h2, h3, h4, h5, h6, p, a, li, body {font-family: Montserrat,sans-serif;}
h2 {
    font-size: 27px;
    font-weight: 600;
}
.storefront-primary-navigation {
    background: #333;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 1.5em;
}
.site-info {
    padding: 10px 0;
}
@media (min-width: 768px){
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a, .site-header-cart .cart-contents {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
}