.card-title-decorated {
  background-image: 
    url('img/card-title.png'),
    url('img/card-footer.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 45%, 100% 12%;
}

.card-title-text-color {
  color: #f4b638;
  font-weight: 600;
  text-shadow: 
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.form-label {
    color: #1a1e3d;
    font-weight: 500;
}

.form-text {
    color: #6c757d;
}

.btn-primary {
    background-color: #f4b638; /* Gold */
    border-color: #f4b638;
    color: #1a1d3d;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #b3001b;
    border-color: #e0a600;
    color: #fff;
}

input {
  border-color: 2px solid #b3001b;
}
