.me-auto, .ms-auto {
    display:flex;
}

ul.nav.navbar-nav.weblinks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav.menu-bar {
    width: 100%;
}

.nav-link {
    color: var(--portalThemeOnColor1);
}
.nav-link:hover, .nav-link:focus {
    color: #FFFFFF;
}

.navbar {
    min-height:90px;
    background-color: #3e1b68;
}

nav ol.breadcrumb.pagesBreadcrumb li.breadcrumb-item.active h4 {
    color:black
}