a {
  color: #1d499e;
}

a:hover,
a:focus {
  color: #3672e4;
}

.btn.btn-secondary::after {
  background: #3672e4;
}

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

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

.btn-primary {
  background: #fcb912;
  color: #1d499e!important;
}

.btn.btn-primary::after {
  background: #1d499e;
}

.btn.btn-primary:hover::before {
  border-color: #1d499e;
}

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

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

.footer-social svg path {
  fill: #1d499e;
}

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

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

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

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

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

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