a.my-custom-btn,
.my-custom-btn a {
  background-color: #D27F27 !important;
  color: #fff !important;
}

a.my-custom-btn:hover,
.my-custom-btn a:hover {
  background-color: #E99841 !important;
}.orange-link a {
  color: #D27F27;
  text-decoration: none;
}

.orange-link a:hover {
  color: #FFFFFF;
}

.dark-link a {
  color: #2E2E2E;
  text-decoration: none;
}

.dark-link a:hover {
  color: #D27F27;
}