#fw-section-header {

/* Menu styling using Monument Extended, all caps, and vertical spacers */
nav a,
.menu-item,
.menu a {
    font-family: 'Monument Extended', sans-serif !important;
    font-size: 20px !important;           /* Adjust as needed */
    text-transform: uppercase !important; /* Force ALL CAPS */
    padding: 0 15px;                      /* Horizontal spacing */
    position: relative;
    display: inline-block;
}

/* Thin spacer line between each menu item */
nav a:not(:last-child),
.menu-item:not(:last-child),
.menu a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3); /* Thin, subtle divider */
    margin-right: 15px; /* Space after the divider */
}
}