/*Colors*/

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

  .site-primary-text {
    color: #54493b;
  }

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

  .site-primary-btn {
    background-color: #54493b;
    color: white;
  }

  .site-primary-btn:hover {
    background-color: #695b4a;
    border: 1px solid #2a251e;
    color: white;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #2a1c0d;
  }

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

  .site-secondary-btn {
    background-color: #2a1c0d;
    color: white;
  }

  .site-secondary-btn:hover {
    background-color: #352310;
    border: 1px solid #150e06;
    color: white;
  }

/* Extra Color - Header*/

  .site-secondary-text {
    color: #54493b;
  }

  .site-extra, .site-extra a {
    background-color: #54493b;
    color: white !important;
  }

  .site-extra-btn {
    background-color: #54493b;
    color: white;
  }

  .site-extra-btn:hover {
    background-color: #695b4a;
    border: 1px solid #2a251e;
    color: white;
  }

.site-ribbon {
  background-color: #cb9448;
  color: black !important;
}
