.bg-primary-custom-1 {
    background-color: #283338;
  }

.bg-primary-custom-2 {
    background-color: #b68208;
  }

.text-warm-orange {
    color: #efce81;
}

.btn-outline-warm-orange {
    color: #f8cc66;
    border-color: #f8cc66;
  }

.text-secondary-warm-orange {
    color: #b68208;

}

.card-title-color {
    color: #283338;

}

.footer-custom {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
}