.navbar-dark {
  background-color: #0c344c !important;
}

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

.btn-primary:hover {
  background-color: #0c344c !important;
}

.text-primary {
  color: #dac88a !important;
}

.text-primary:hover {
  color: #aa9252 !important;
}

.text-primary:active {
  color: #ffffff !important;
}

.secondary-color {
  background-color: #0c344c !important;
}

.btn-secondary {
  color: #0c344c  !important;;
}

.dark-color {
  background-color: #67e;
}

.btn-dark-color {
  color: #438;
}

.btn-danger {
  background-color: #6e2304;
}

.btn-warning {
  background-color: #a78b4a !important;;
}

.btn-warning:hover {
  background-color: #bba76a !important;;
}

.bg-warning {
  color: #a78b4a !important;;
}

.btn-alert-color {
  color: #438;
}
