/*Colors*/

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

  .site-primary-text {
    color: #4e5a4c;
  }

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

  .site-primary-btn {
    background-color: #4e5a4c;
    color: white;
  }

  .site-primary-btn:hover {
    background-color: #62715f;
    border: 1px solid #272d26;
    color: white;
  }

/* Secondary Color - Footer */

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

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

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

  .site-secondary-btn:hover {
    background-color: #a7a185;
    border: 1px solid #66624a;
    color: black;
  }

/* Extra Color - Header*/

