/* ==========================================
   Simple Header Fix - Just smaller font
   ========================================== */

/* Reduce font size for nav links */
.nav-link {
    font-size: 0.875rem !important; /* Smaller font */
}

/* Make container slightly wider */
.nav-container {
    max-width: 1400px !important; /* Increased from 1280px */
}

/* Reduce gap between menu items */
.nav-menu {
    gap: 15px !important; /* Reduced spacing */
}