/*Colors*/

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

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

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

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

  .site-primary-btn:hover {
    background-color: #fb4622;
    border: 1px solid #701402;
    color: white;
  }

/* Secondary Color - Footer */

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

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

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

  .site-secondary-btn:hover {
    background-color: #d77e01;
    border: 1px solid #7f4a00;
    color: black;
  }

/* Extra Color - Header*/

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

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

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

  .site-extra-btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
  }

