/* Global Header Styling - Applied to ALL Pages */
/* Header styling is now handled by header-optimize.css which is loaded globally */

/* Add padding to all pages to account for the floating header */
body {
    padding-top: 90px !important;
    transition: padding-top 0.3s ease;
}

body.scrolled {
    padding-top: 80px !important;
}
