a {
  color: #0404B4;
}

a:hover,
a:focus {
  color: #2e2ee0;
}

.btn.btn-secondary::after {
  background: #2e2ee0;
}

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

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

.btn-primary {
  background: #0404b4;
}

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

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

.footer-social svg path {
  fill: #0404b4;
}

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

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

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

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

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

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