/*Colors*/

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

  .site-primary-text {
    color: #3a3d76;
  }

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

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

  .site-primary-btn:hover {
    background-color: #494c93;
    border: 1px solid #1d1e3b;
    color: white;
  }

/* Secondary Color - Footer */

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

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

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

  .site-secondary-btn:hover {
    background-color: #fa9e0d;
    border: 1px solid #985e03;
    color: black;
  }

/* Extra Color - Header*/

