/*Colors*/

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

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

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

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

  .site-primary-btn:hover {
    background-color: #919292;
    border: 1px solid #3a3b3b;
    color: white;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #1179a7;
  }

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

  .site-secondary-btn {
    background-color: #1179a7;
    color: white;
  }

  .site-secondary-btn:hover {
    background-color: #1597d1;
    border: 1px solid #083c54;
    color: white;
  }

/* Extra Color - Header*/

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

  .site-extra, .site-extra a {
    background-color: #f9f9f9;
    color: black !important;
  }

  .site-extra-btn {
    background-color: #f9f9f9;
    color: black;
  }

  .site-extra-btn:hover {
    background-color: #d4d4d4;
    border: 1px solid #7d7d7d;
    color: black;
  }

.site-ribbon {
  background-color: #1179a7;
  color: white !important;
}
