.nav-link {
  margin-right: 1rem;
}
.nav-link.active {
  font-weight: bold;
}

.text-primary {
  color: #152d38 !important;
}

a {
  color: #152d38 !important;
  text-decoration: none;
}

a:hover {
  color: #5a924b !important;
}

.bg-primary {
  background-color: #152d38 !important;
}

.text-muted {
  color: #8492a6 !important;
}

.text-light {
  color: #747577 !important;
  font-size: 80%;
}

.description {
  max-width: 70%;
}

.text-success {
  color: #5a924b !important;
}

.bg-success {
  color: #5a924b !important;
  background-color: #dcebd8 !important;
}

.bg-orange {
  color: #dc4400;
  background-color: #ffd5c2;
}

.bg-danger {
  color: #c12521 !important;
  background-color: #f7d1d0 !important;
}

.bg-pink {
  background-color: #ed77e5;
}

/*# sourceMappingURL=main.css.map */
