/*Colors*/

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

  .site-primary-text {
    color: #421418;
  }

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

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

  .site-primary-btn:hover {
    background-color: #53191e;
    border: 1px solid #210a0c;
    color: white;
  }

/* Secondary Color - Footer */

/* Extra Color - Header*/

