.purple_title_bg {
  background: #222;
  border-right: 1px solid #fff;
  color: #fff;
}

.purple_title {
  color: #222 !important;
}

.gold_title {
  color: rgb(236, 163, 7) !important;
}

.dark_gold_title {
  color: rgb(223, 144, 12);
}

footer .header-text {
  color: rgb(236, 163, 7) !important;
}

@media only screen and (max-width: 768px) {
  .purple_title {
    font-size: 2.2rem !important;
    line-height: 2.3rem !important;
  }
  .form-title {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }
}/*# sourceMappingURL=color.css.map */