body.green .nav-links li:first-child a {
  color: #F7CE2B;
}

@media screen and (max-width: 992px) {
  body.green .nav-links li:first-child a {
    color: #137A51;
  }
}

body.blue .nav-links li:first-child a {
  color: #F7CE2B;
}

@media screen and (max-width: 992px) {
  body.blue .nav-links li:first-child a {
    color: #0CB2CC;
  }
}

body.red .nav-links li:first-child a {
  color: #F7CE2B;
}

@media screen and (max-width: 992px) {
  body.red .nav-links li:first-child a {
    color: #E5466C;
  }
}
/*# sourceMappingURL=index.css.map */