/*Colors*/

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

  .site-primary-text {
    color: #00a85a;
  }

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

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

  .site-primary-btn:hover {
    background-color: #00d271;
    border: 1px solid #00542d;
    color: white;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #0a104d;
  }

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

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

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

/* Extra Color - Header*/

  .site-secondary-text {
    color: #0a104d;
  }

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

  .site-extra-btn {
    background-color: #0a104d;
    color: white;
  }

  .site-extra-btn:hover {
    background-color: #0d1460;
    border: 1px solid #050827;
    color: white;
  }

