.bg-navy {
  background-color: #1B2130;
  color: white;
}

.btn-navy {
  background-color: #1B2130 !important;
  color: white !important;
  width: 200px;
  height: 50px;
}

.btn-navy-flat {
  background-color: #1B2130 !important;
  color: white !important;
}

.bg-yellow {
  background-color: #CE8624;
}

.image-responsive {
  width: 80%;
  height: auto;
  max-width: 50%;
  max-height: 70%;
}