/******************************************************************************/

#navOne {
    /* max-width: 870px !important; */
    max-width: 750px !important;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
    width: 100%;
    background-color: rgba(104, 43, 96, 0.85);
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 20px 0;
    justify-content: center;
}

#navOne a {
    margin: 0 0px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    border: 1px solid purple; /* Border on all sides */

}

#navOne a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    #navOne {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    #navOne {
        font-size: 12px;
    }
} 

/******************************************************************************/

/* @media (min-width: 550px) {
    #navOne {
        max-width: 870px !important; 
}

#topnav {
    display: flex;
    overflow-x: auto;
    width: 100%;
    position: center;
    top: 0;
    left: 0;
    background-color: rgba(104, 43, 96, 0.85);
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    justify-content: center;
    z-index: 1000; 
    max-width: 870px !important;
}

#topnav a {
    margin: 0 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    border-bottom: 1px solid purple;
}

#topnav a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    #topnav {
        font-size: 14px; 
    }
}

@media only screen and (max-width: 576px) {
    #topnav {
        font-size: 12px; 
    }
}

.nav-link {
    display: inline-block;
    width: 100px;
    height: 55px;
    color: white;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
}


 */
