/*
 Theme Name:   Hall Web & SEO Custom Theme (or your theme name)
 Theme URI:    https://hallwebseo.com/
 Description:  Custom child theme for Hall Web & SEO Solutions LLC.
 Author:       Your Name
 Author URI:   https://hallwebseo.com/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* --- Add Custom CSS Below This Line --- */


/**
 * Mobile Background Fix for Hall Web & SEO Homepage
 */
body {
    /* Sets a base background color that matches your dark theme. 
       This prevents any "white" from showing through if there are gaps. 
       I'm using the dark blue from your placeholder image. */
    background-color: #1A374D; 
}

.bg-pattern {
    /* Ensures the background image covers the entire area of the section. */
    background-size: cover;
    
    /* Centers the background image, which helps prevent edge artifacts. */
    background-position: center center;
}