/* CSS Document */
.nav-box-header {
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 130%;
    font-weight: bold;
    color: #ffffff; /* white text */

    text-align: center;
    padding: 10px 0;

    background-color: #002F76; /* deep RVSalesmen blue */
    background-image: linear-gradient(
        90deg,
        #0059C7 0%,
        #639EF5 50%,
        #0059C7 100%
    );

    border-top-left-radius: 14px;
    border-top-right-radius: 14px;

    margin-top: 6px;
    min-width: 120px;
}
