/*
Theme Name: JJA Store
Theme URI: https://jjastore.com
Description: Child theme of Blocksy for JJA Store.
Author: JJA Store
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* Hide the default page-title bar on the homepage only -- the hero section
   already carries the page's identity, a "Home" heading above it is noise. */
body.home .hero-section {
	display: none;
}

/* Remove Blocksy's default top/bottom content spacing on the homepage only --
   our own sections (.jja-section) already set their own vertical padding, so
   this spacing just adds an unwanted gap of bare background above the hero. */
body.home {
	--theme-content-vertical-spacing: 0;
}
