.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 26em;
}



/*--- navigation bar ---*/
.navbar {
	background:#9a9a9a;
}


.navbar-collapse {
	justify-content: flex-end;
}


.nav-item {
	font-weight: bold;
}

.nav-item-flag {
	padding: 5px 15px 0 0;
}

.nav-link,
.navbar-brand  {
	color: #000000;
	cursor: pointer;
}


.nav-link {
	margin-right: 1em !important;
}


.nav-link:hover {
	color: #d2d2d2;
}


