body.blue .nav-links li:first-child a,
body.blue .h5-home i {
  color: #FFF176;
}
@media (max-width: 992px) {
  body.blue .nav-links li:first-child a {
    border-radius: 100px;
    background: #2559D1;
    color: #fff;
  }
}

body.yellow .nav-links li:first-child a {
  color: #333;
}
@media (max-width: 992px) {
  body.yellow .nav-links li:first-child a {
    border-radius: 100px;
    background: #FFE70A;
    color: #333;
  }
  body.yellow .burger i,
body.yellow .h5-searbtn i {
    color: rgba(51, 51, 51, 0.4509803922);
  }
  body.yellow .h5-home i {
    color: #333;
  }
}

body.green .nav-links li:first-child a,
body.green .h5-home i {
  color: #FFF176;
}
@media (max-width: 992px) {
  body.green .nav-links li:first-child a {
    border-radius: 100px;
    background: #53AD0E;
    color: #fff;
  }
}/*# sourceMappingURL=index.css.map */