/*page header*/
.header-banner-card {
  display: flex;
  background-color: #556BFF; /* This is a blue color similar to the image */
  color: #FFFFFF; /* White text color */
  font-size: 2.3rem; /* Adjust the font size as needed */
  font-weight: bold; /* Make the text bold */
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center; /* Center the text */
  border-radius: 1rem;

}

.header-icon {
  flex-shrink: 0;
}

.header-icon img {
  width: 110px;
  height: 110px;
margin-right: 0.45rem;

}

.mission-statement-card {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1em;
  margin-top:2em;
  border-radius: 1rem;
  background-color: #e0d0f5; /* A light purple color */
}

.mission-icon {
  flex-shrink: 0;
}

.mission-icon img {
  width: 70px;
  height: 70px;
  margin-right: 1rem;
  margin-top: 0.6rem;
}

.mission-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.mission-content p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}




/*sub banners*/
.sub-banner {
  display: flex;
  gap: 2rem;
  padding-left: 0.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8em;
  margin-top:2em;
  border-radius: 1rem;
  background-color: #C2E1FF;
}

.sub-banner h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


#footer a{
  color: #63c;
}

.list-unstyled a{
  color: #63c;
}

.footer-copyright{
  font-size:0.8rem;
  border-top: 2px solid #f8f9fa;
}