.btn-default {
  background: #8d6943 !important;
}

.simple_content_section:not(.alternate) {
  .container-fluid {
    *:not(h1) {
      color: #8d6943;
    }
  }
}

.gform_wrapper {
  form {
    .gform_footer {
      .gform_button {
        background: #8d6943 !important;
      }
    }
  }
}