/*Colors*/

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

  .site-primary-text {
    color: #24254e;
  }

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

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

  .site-primary-btn:hover {
    background-color: #2d2e62;
    border: 1px solid #121227;
    color: white;
  }

/* Secondary Color - Footer */

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

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

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

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

/* Extra Color - Header*/

  .site-secondary-text {
    color: #24254e;
  }

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

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

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

