a {
  color: #008000;
}

a:hover,
a:focus {
  color: #0da70d;
}

.btn.btn-secondary::after {
  background: #0da70d;
}

.btn.btn-secondary:hover::before {
  border-color: #0da70d;
}

.secondary-bg {
  background-color: #e8efe9;
}

.btn-primary {
  background: #008000;
}

.upcoming-events path {
  stroke: #ffae00;
}

#nav-app a {
  color: #ebaa1f;
}

.footer-social svg path {
  fill: #003C00;
}

/* Custom Content Box Backgrounds and Colours */
.content-box.cb-bg-1 {
  background: #0b4e27;
}

.content-box.cb-bg-2 {
  background: #020304;
}

.content-box.cb-bg-3 {
  background: #c3dbd0;
}

.content-box.cb-bg-4 {
  background: #576c63;
}

.content-box.cb-bg-5 {
  background: #fff;
}

.content-box.cb-bg-1 *,
.content-box.cb-bg-2 *,
.content-box.cb-bg-4 * {
  color: #fff;
}