/*
Theme Name: Hennepin
Theme URI: <THEME_URI>
Description: A Theme for WordPress with Bootstrap for styling.
Author: Metre, LLC
Author URI: https://metreagency.com/
Version: 1.0
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
    SITE COLORS

    Navy: #0058A4;
    Dark Navy: #113C66;
    Green: #28A24A;
    Lime Green: #9FCC3B;
    Orange: #F7941E;
    Yellow: #FEEB3C;
    Light Blue: #42C8F5;
*/
.color-navy {
    color: #0058A4;
}
.color-darknavy {
    color: #113C66;
}
.color-green {
    color: #28A24A;
}
.color-limegreen {
    color: #9FCC3B;
}
.color-orange {
    color: #F7941E;
}
.color-yellow { 
    color: #FEEB3C;
}
.color-pink { 
    color: #F17BB0;
}
.color-lightblue {
    color: #42C8F5;
}  
.border-yellow, .border-limegreen, .border-orange, .border-lightblue {
    border-radius: 8px;
    padding: 0;
    width: 24%;
    margin: 2rem auto;
}
.border-yellow p, .border-limegreen p, .border-orange p, .border-lightblue p {
    margin-bottom: 0;
}
.border-yellow {
    border: 1px solid #FEEB3C;
}
.border-pink {
    border: 1px solid #F17BB0;
}
.border-limegreen {
    border: 1px solid #9FCC3B;
}
.border-orange {
    border: 1px solid #F7941E;
}
.border-lightblue {
    border: 1px solid #42C8F5;
}

.border-limegreen-paragraph {
    border: 1px solid #9FCC3B;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    display: flex;
    align-items: center;      /* centers mixed-size text vertically */
    justify-content: center;  /* keeps line centered horizontally */
    flex-wrap: wrap;          /* prevents overflow on small screens */
    gap: 0.2em;
}
.border-limegreen-paragraph strong {
    color: #113C66;
    font-weight: 700 !important;
    font-size: 2.25rem;
    line-height: 1;
    padding: 5px;
}

.border-yellow a, .border-limegreen a, .border-orange a, .border-lightblue a {
    padding: 1em;
    width: 100%;
    min-height: 88px;
    display: block;
}

html {
  scroll-behavior: smooth;
}


body {
  padding-top: 1.5rem;
  font-family: "Inter", sans-serif;
}

/*
    TYPE STYLES
*/
h1 {
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 109.375% */
}



h2 {
    font-size: 40px;
    margin-bottom: 26px;
}
p {
    font-size: 18px;

}
strong {
    font-weight: 600!important;
}


/*
    HEADER
*/
.home-header {
    border-top: solid 3px #FEEB3C;
    border-bottom-right-radius: 200px;
}
/*
    HOME PAGE
*/
.image-overflow-tree {
    position: relative;
    bottom: -70px;
}


/*
    GENERAL STYLES
*/
.background-leaves {
    background-image: url(/wp-content/uploads/2026/05/Rectangle-9-scaled.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 35px;
    padding: 3rem;
    margin: 3rem auto;
    text-align: center;
}


/*
    NAV
*/


/*
    FORMS
*/
.gform_title {
    color:#113C66;
}
.gform_wrapper {
    font-family: "Inter", sans-serif;
}


/*
    BUTTONS
*/
.btn-primary,
.primary-button, .gform_footer input[type="submit"].gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 2rem;
  min-height: 3.5rem;
  background-color: #9FCC3B;
  color: #113C66;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover,
.primary-button:hover,
.btn-primary:focus:active,
.primary-button:focus:active, .gform_footer input[type="submit"].gform_button:hover,.gform_footer input[type="submit"].gform_button:focus:active {
  background-color: #86b738;
  color: #113C66;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17, 60, 102, 0.12);
}
.btn-primary::after,
.primary-button::after {
  content: "→";
  display: inline-block;
  margin-left: 0.5rem;
}
.btn-secondary,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  margin-bottom: 12px;
  min-height: 3.5rem;
  background-color: #FEEB3C;
  color: #113C66;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-secondary:hover,
.secondary-button:hover,
.btn-secondary:focus:active,
.secondary-button:focus:active {
  background-color: #f6d829;
  color: #113C66;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17, 60, 102, 0.12);
}
.btn-secondary::after,
.secondary-button::after {
  content: "→";
  display: inline-block;
  margin-left: 0.5rem;
}

a,
a:link,
a:visited {
  color: #113C66;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
a:hover,
a:focus {
  animation: link-bounce 0.35s ease;
  color: #0058A4;
  text-decoration: none;
}
@keyframes link-bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.dynamic-btns {
	min-height: 88px;
}

/*
    FOOTER
*/
.footer-logo {
	height: 56px;
}
.top-footer {
  background-color: #0058A4;
  color: #fff;
  padding: 3.5rem 0;
}
.sub-footer {
  background-color: #113C66;
  color: #fff;
  padding: 1.5rem 0;
}
.top-footer p {
    font-size: 2rem;
    margin-bottom: 0;
}
.sub-footer p {
    font-size: .8rem;
    margin-bottom: 0;
    position: relative;
    top: 11px;
}
.footer-color-bar {
  display: flex;
  width: 100%;
  min-height: 0.8rem;
}
.footer-color-bar__segment {
  flex: 1 1 0;
  min-height: 0.rem;
}
.footer-color-bar__segment--blue {
  background-color: #42C8F5;
}
.footer-color-bar__segment--pink {
  background-color: #F17BB0;
}
.footer-color-bar__segment--yellow {
  background-color: #FEEB3C;
}
.footer-color-bar__segment--orange {
  background-color: #F7941E;
}
.footer-color-bar__segment--limegreen {
  background-color: #9FCC3B;
}


/*
    CARDS
*/
.feature-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 60, 102, 0.08);
  border-radius: 2rem;
  padding: 2rem;
  overflow: hidden;
  min-height: 526px;
}
.card-background-limegreen, .card-background-pink, .card-background-lightblue {
    border-radius: 35px;
    padding: 5px 0 5px 0;
}
.feature-card__badge-limegreen, .feature-card__badge-pink, .feature-card__badge-lightblue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    color: #113C66;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}
.feature-card__badge-limegreen, .card-background-limegreen {
    background-color: #9FCC3B;
}
.feature-card__badge-pink, .card-background-pink {
    background-color: #F17BB0;
}
.feature-card__badge-lightblue, .card-background-lightblue {
    background-color: #42C8F5   ;
}
.feature-card__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  line-height: 1.05;
  color: #113C66;
  font-weight: 500;
}
.feature-card__copy {
  margin: 0 0 1rem;
  color: #1f2937;
  font-size: 1.2rem;
  line-height: 1.75;
}
.feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0058A4;
  font-weight: 700;
  text-decoration: none;
}
.feature-card__link::before {
  content: "→";
}
.feature-card__link:hover {
  text-decoration: underline;
}

/*
    MEDIA QUERIES
*/
/*
    MEDIA QUERIES
*/
@media (max-width: 1399px) {
    .feature-card {
    min-height: 533px;
    }
}

@media (max-width: 1199px) {
    .border-yellow, .border-limegreen, .border-orange, .border-lightblue {
        width: 49%;
        margin: .5rem auto;
    }
    .feature-card {
    min-height: 627px;
    }
}

@media (max-width: 992px) {
    .feature-card {
    min-height: unset;
    }
    .card-background-limegreen, .card-background-pink, .card-background-lightblue {
    margin-bottom: 22px;
    }
    .header-graphics {
        width: 120px;
    }

}

@media (max-width: 768px) {
    .border-yellow, .border-limegreen, .border-orange, .border-lightblue {
        width: 300px;
        margin: .5rem 15px;
    }
    h1 {
        font-size: 40px;
        padding-bottom: 30px;
        line-height: 50px;
    }
    .ms-3 {
    margin-left: .3rem !important;
}
    .me-3 {
    margin-right: .3rem !important;
}
}

@media (max-width: 576px) {
    .header-graphics {
        width: 100px;
    }

}
@media (max-width: 450px) {
    .header-graphics {
        width: 80px;
    }

}
@media (max-width: 400px) {
    .header-graphics {
        width: 74px;
    }

}
