﻿.nx-menu .table {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.menu-logo {
    display: block;
    max-width: 250px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.nx-menu nav ul {
    justify-content: center !important;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}