a {
  color: #914aa7;
}

a:hover,
a:focus {
  color: #b65dd2;
}

.btn.btn-secondary::after {
  background: #b65dd2;
}

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

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

.btn-primary {
  background: #066e20;
}

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

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

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

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

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

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

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

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