/* =================================================== */
/* ============== HEADER STYLESHEET ================ */
/* =================================================== */

/* ====================[ GLOBAL BODY STYLES ]==================== */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    font-family: 'Roboto', Arial, sans-serif; /* Default font for the body */
}

/* ====================[ END GLOBAL BODY STYLES ]==================== */

/* ====================[ SITE HEADER SECTION ]==================== */

.site-header {
    width: 100%;
    min-height: 200px; /* Minimum height for the header */
    margin-bottom: 40px; /* Space below the header */
    background: #222 center /cover no-repeat; /* Dark background with image stretched to fill */
    position: relative; /* Needed for z-index and absolute positioning of children */
    display: flex;
    flex-direction: column;
    justify-content: start; 
}

/* ====================[ END SITE HEADER SECTION ]==================== */

/* ====================[ HEADER CONTENT SECTION ]===================== */

.header-content {
    text-align: center; /* Centers text within the content area */
    color: #fff; /* White text color */
    z-index: 2; /* Puts content above any potential background overlays */
    text-shadow: 0 2px 8px rgba(0,0,0,0.5); /* Soft text shadow for readability */
	    margin-top: 68px;
    
}
/* ====================[ END HEADER CONTENT SECTION ]================= */


/* ====================[ HEADER PAGE TITLE SECTION ]=================== */
.page-title {
    /* Location/spacing properties for page title */
    

    /* Font styles for page title are controlled by dynamic_font_styles.php */
}
/* ====================[ END HEADER PAGE TITLE SECTION ]=============== */


/* ====================[ HEADER PAGE DESCRIPTION SECTION ]============= */
 .page-description {
    /* Location/spacing properties for page description */
 
    /* Font styles for page description are controlled by dynamic_font_styles.php */
}
/* ====================[ END HEADER PAGE DESCRIPTION SECTION ]========= */
