/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.kl-navbar__button {
  color: #ffffff;
}

.kl-navabr__button--active span {
  color: #ff0000; !important
}

.kl-navbar__button kl-navbar__button--active {
  color: #00ff00; !important
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  color: #27a080; !important
}