.bg-primary {
  background-color: #fcce3c !important;
}
.text-primary {
  color: #fcce3c !important;
}
.btn-primary {
  background-color: #fcce3c !important;
  border-color: #fcce3c !important;
  color: #000;
}
.btn-primary:hover {
  background-color: #e3b728 !important;
  border-color: #e3b728 !important;
  color: #000 !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #fcce3c !important;
  color: #fff !important;
}
.btn-outline-primary:hover {
  background-color: #fcce3c !important;
  border-color: #fcce3c !important;
  color: #000 !important;
}

.btn-link.primary.active,
.btn-link.primary.focus,
.btn-link.primary:active,
.btn-link.primary:focus,
.btn-link.primary:hover,
.btn-link.primary:not(:disabled):not(.disabled):active {
  color: #2e2e2e !important;
}
.btn-link.primary:after {
  background-color: #fcce3c !important;
}
.breadcrumb .breadcrumb-item.active {
  color: #fcce3c !important;
}
.pagination .page-item.active .page-link {
  background-color: #fcce3c !important;
  border-color: #fcce3c !important;
  color: #000 !important;
}
.pagination .page-item .page-link:hover {
  color: #000;
  background: #fcce3c;
  border-color: #fcce3c;
}
.pages-heading .title {
  font-size: 36px !important;
}
.nav-pills .nav-link.active {
  background-color: #fcce3c !important;
  border-color: #fcce3c !important;
  color: #000 !important;
}
