/*
Theme Name: Blocksy Child - JobAdverts.UG
Theme URI: https://jobadverts.ug
Description: Child theme of Blocksy, replicating the JobAdverts.UG (formerly Jobhunt) design.
Author: JobAdverts.UG
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/*
 * The homepage's transparent header sits above a gap of plain white space
 * before the hero photo starts (there's an empty ad-slot block between them
 * that reserves ~250px whether or not an ad fills it), so the header's own
 * white/transparent nav text never actually has the hero image behind it.
 * Add a permanent dark scrim behind the header on the homepage so nav text
 * stays legible regardless of what's rendered beneath it.
 */
body.home #header [data-transparent] {
	background: linear-gradient(to bottom, rgba(25, 42, 61, 0.55) 0%, rgba(25, 42, 61, 0.15) 100%) !important;
}
