.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;
}
@media only screen and (max-width: 600px) {
    .sm-bg-none .uk-position-cover{
      background-image: none !important;
    }
    .sm-space-none{
      height: 0px !important;
    }
}
.uk-text-secondary{
 color: #005ca9!important;
}