.bg-primary {
  background-color: #013a71 !important
}

.btn-danger {
  background-color: #e50000 !important
}

.text-primary {
  color: #013a71 !important;
  font-weight: 700
}

footer {
  font-size: smaller !important
}

.page-item.active .page-link {
  background-color: #013a71;
  border-color: #013a71;
  color: white;
}

.page-link {
  color: #013a71;
}

.page-link:focus,
.page-link:hover {
  color: black;
}

/* video embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}