/*Colors*/

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

  .site-primary-text {
    color: #139b48;
  }

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

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

  .site-primary-btn:hover {
    background-color: #18c25a;
    border: 1px solid #094e24;
    color: white;
  }

/* Secondary Color - Footer */

  .site-secondary-text {
    color: #139b48;
  }

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

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

  .site-secondary-btn:hover {
    background-color: #18c25a;
    border: 1px solid #094e24;
    color: white;
  }

/* Extra Color - Header*/

  .site-secondary-text {
    color: #040a06;
  }

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

  .site-extra-btn {
    background-color: #040a06;
    color: white;
  }

  .site-extra-btn:hover {
    background-color: #050d07;
    border: 1px solid #020503;
    color: white;
  }

