/*Colors*/

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

  .site-primary-text {
    color: black;
  }

  .site-primary, .site-primary a {
    background-color: #fd5b25;
    color: black !important;
  }

  .site-primary-btn {
    background-color: #fd5b25;
    color: black;
  }

  .site-primary-btn:hover {
    background-color: #f43f02;
    border: 1px solid #902501;
    color: black;
  }

/* Secondary Color - Footer */

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

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

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

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

/* Extra Color - Header*/

  .site-secondary-text {
    color: #052b43;
  }

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

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

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

.site-ribbon {
  background-color: #052b43;
  color: white !important;
}
