ul.nav.primary.nav-tabs {
    position: fixed;
    bottom: 20px;
    display: flex;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    z-index: 2050;
    color: white;
}


li.active.nav-item {
    display: none;
}

