/*Colors*/

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

  .site-primary-text {
    color: #23568a;
  }

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

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

  .site-primary-btn:hover {
    background-color: #2c6bad;
    border: 1px solid #122b45;
    color: white;
  }

/* Secondary Color - Footer */

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

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

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

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

/* Extra Color - Header*/

  .site-secondary-text {
    color: #23568a;
  }

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

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

  .site-extra-btn:hover {
    background-color: #2c6bad;
    border: 1px solid #122b45;
    color: white;
  }

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