.menu > .itens {
    align-items: center;
    background-color: black;
    box-shadow: 0 1px 5px #737278;
    color: white;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    min-height: 40px;
}

.menu > .itens > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#custommenuMenu1Container {
    display: none;
}

#custommenuMenu1Container ul ul {
    width: auto !important;
}

#custommenuMenu1Container li ul > li {
    min-width: 100%;
}

#custommenuMenu1Container a {
    white-space: nowrap;
    font-weight: 600 !important;
}

#custommenuMenu1Container ul ul a {
    width: auto !important;
}

#custommenuMenu1Container ul.level2 {
    box-shadow: none;
    padding-bottom: 35px;
}

.navbar-brand
{
	font-size: 12px;
}













