/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Theme URI:    https://www.americanconstructionseptic.com/twentytwentyfive-child/
 Text Domain:  twentytwentyfive-child
 Description:  A custom child theme based on Twenty Twenty-Five
 Author:       Alan Cates 3/2025
 Author URI:   https://dolphinad.com/
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url('../twentytwentyfive/style.css');

/* Your custom styles */
body.wp-site-blocks {
    background-color: #fffffff !important;
    font-family: 'Arial', sans-serif;
	background-image: url('	https://www.americanconstructionseptic.com/wp-content/uploads/2025/04/wavingflag-1200x578-1.jpg') !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; /* Optional: Keeps image fixed during scroll */
   /* background-size: cover; /* Optional: Scales image to cover the entire area */
}

h1 {
    color: #2c3e50;
    font-size: 2.5em;
}