.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.uk-navbar-item {
  color: #fff;
}

.uk-navbar-item:hover {
  color: #b4e2d1;
}

.uk-navbar-right a.uk-icon {
  color: #fff;
}

.uk-navbar-right a.uk-icon:hover {
  color: #b4e2d1
}
#language li a {
  color: #8e8d8d
}

#language li a:hover {
  color: #1c1b1b;
}

#language li.uk-active a {
  color: #1c1b1b;
}