/*
Theme Name: All Terrain X - GEN1
Theme URI: https://allterrainaction.com.au/
Author: All Terrain Action
Author URI: https://allterrainaction.com.au/
Description: SAFE build with background video option, overlay opacity slider, Mailchimp, editable map embed, and full Customizer controls. Includes Savage Offroad default SVG.
\g<1>1.8.6.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-terrain-x
*/


/* Force header/nav background on pages only */
body.page header.site-header {
  background-color: rgba(8,8,8,0.6) !important;
  background-image: none !important;}


/* Page-wide fixed overlay to ensure consistent dark transparency */
body.page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(8, 8, 8, 0.8);
  pointer-events: none;
  z-index: 0;
}


/* Trim last paragraph margin on pages to avoid bottom bump */
body.page .entry-content > *:last-child { margin-bottom: 0; }


/* Improve readability of page text with subtle shadow */
body.page .entry-content,
body.page .entry-content h1,
body.page .entry-content h2,
body.page .entry-content h3,
body.page .entry-content p {
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}
