/*Colors*/

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

  .site-primary-text {
    color: #565f4b;
  }

  .site-primary, .site-primary a {
    background-color: #565f4b;
    color: white !important;
  }

  .site-primary-btn {
    background-color: #565f4b;
    color: white;
  }

  .site-primary-btn:hover {
    background-color: #6c775e;
    border: 1px solid #2b3026;
    color: white;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #cfa853;
  }

  .site-secondary, .site-secondary a {
    background-color: #cfa853;
    color: black !important;
  }

  .site-secondary-btn {
    background-color: #cfa853;
    color: black;
  }

  .site-secondary-btn:hover {
    background-color: #c19536;
    border: 1px solid #715820;
    color: black;
  }

/* Extra Color - Header*/

  .site-secondary-text {
    color: #cfa853;
  }

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

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

  .site-extra-btn:hover {
    background-color: #c19536;
    border: 1px solid #715820;
    color: black;
  }

