/*
Theme Name: Hello Elementor Child
Theme URI: https://decort.net/
Description: Hello Elementor child theme for DeCort Interactive. Holds site-specific PHP/CSS customizations: header stacking fix and WP Rocket exclusions that keep the navigation working from first paint on cached pages.
Author: DeCort Interactive
Author URI: https://decort.net/
Template: hello-elementor
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hello-elementor-child
*/

/* Site-specific CSS overrides go below this line. */

/*
 * Keep the site header stacked above hero backgrounds.
 * Vanta.js sets each hero's inner container to position:relative; z-index:1
 * when it mounts, which otherwise paints the (transparent) header underneath
 * and makes the logo/menu unclickable.
 */
.decort-header-section {
	position: relative;
	z-index: 100;
}
