.uk-button {
    background: #186bff;
   
}

.toolbar-outer {
    background: #9f9f9f;
}

.uk-icon-button {
   background: #186bff;
  }
  
.toolbar-outer {
    font-size: 15px;
}

.uk-navbar-nav > li > a {
    font-size: 17px;
}

.uk-navbar {
    background: #fcfcb1;
    color: #222222;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #186bff;
}

.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub a:hover {
 background: #186bff;
}

.uk-dropdown {
   
    background: #fcfcb1;
  
}

/* Tablets portrait */
@media (min-width: 958px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 957px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}