/*Colors*/

/* Primary Color - Buttons, Titles, Highlights*/

  .site-primary-text {
    color: black;
  }

  .site-primary, .site-primary a {
    background-color: #69995d;
    color: black !important;
  }

  .site-primary-btn {
    background-color: #69995d;
    color: black;
  }

  .site-primary-btn:hover {
    background-color: #59824f;
    border: 1px solid #344d2e;
    color: black;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #72645c;
  }

  .site-secondary, .site-secondary a {
    background-color: #72645c;
    color: white !important;
  }

  .site-secondary-btn {
    background-color: #72645c;
    color: white;
  }

  .site-secondary-btn:hover {
    background-color: #8e7d73;
    border: 1px solid #39322e;
    color: white;
  }

/* Extra Color - Header*/

  .site-secondary-text {
    color: #69995d;
  }

  .site-extra, .site-extra a {
    background-color: #69995d;
    color: black !important;
  }

  .site-extra-btn {
    background-color: #69995d;
    color: black;
  }

  .site-extra-btn:hover {
    background-color: #59824f;
    border: 1px solid #344d2e;
    color: black;
  }

