.container { 
    max-width: none !important;
    width: 1320px;
}

.navbar > .container {
    justify-content: normal !important;
    flex-wrap: unset;
}

.navbar-nav {
    flex-direction: row;
}

.nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.fixed { width: 495px; }

.fixed-side { width: 330px; }

