	
	h1 {
	font-family: Oswald, sans-serif; 
	font-weight: 600;
		font-size:2.5rem;
	letter-spacing: -0.5px;
}
	
	h2, h3 {
	font-family: Oswald, sans-serif; color:#345169;
	font-weight: 600;
	letter-spacing: -0.5px;
		font-size:3rem;
}
	
	p {
  font-family: 'Times New Roman', serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #345169;
  margin-bottom: 1rem; /* keeps Bootstrap spacing consistent */
}
	.nav-link{
		font-family:'Oswald', sans-serif; 
		font-weight:600; 
		color:#345c75; 
		font-size: 1.8rem;
	}

	.dropdown-item{
		font-family:'Oswald', sans-serif; 
		font-weight:600; 
		color:#345c75; 
		font-size: 1.2rem;
		line-height:1.6;
	}
.navbar .nav-link,
.navbar .dropdown-toggle,
.navbar .nav-item > span {
  color: #345c75;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: inline-block;
  padding: 0.5rem 1rem;   /* top/bottom | left/right */
  border-radius: 6px;
}

/* Hover state */
.navbar .nav-link:hover,
.navbar .dropdown-toggle:hover,
.navbar .nav-item > span:hover {
  color: #1f3f55;
  background-color: #e5edf5;
}
	


/* dropdown items with proper spacing */
.dropdown-menu .dropdown-item {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
	font-size:1.5rem;
	font-weight:400;
}
	
	.mobile-button {
  font-family: Oswald, sans-serif; color:#345169;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 1rem; /* keeps Bootstrap spacing consistent */
}
	
		.mobile-button:a {
  font-family: Oswald, sans-serif; color:#345169;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 1rem; /* keeps Bootstrap spacing consistent */
}
	
	.footer-link {
  font-family: 'Oswald', sans-serif;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  line-height: 1.2;
}

/* Optional: improves focus visibility (recommended for ADA) */
.footer-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
	
	.btn-custom {
	display: inline-flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: .375rem;
	background-color: #f6b092;
	padding: 25px 1.5rem;
	text-align: center;
	font-size: 1.375rem;
	line-height: 1.375rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #1B3346;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}
.btn-custom:hover {
	background-color: #345c75;
	color: #ffffff;
}
	.btn-white:hover {
	background-color: #ffffff;
	color: #345169;
}
	
a {
	color: inherit;
	text-decoration: none;
}
	.rotateText
	{color:#ffffff;
		
		font-family: 'Oswald', sans-serif;
		margin: 0px 0px 8px;
	}

.navbar .dropdown-menu {
  left: 0;
  right: auto;
}
	.navbar .give-help-menu {
  left: auto !important;
  right: 0 !important;
}
	.bg-prosperity {
		background-color:#345169;
	color:#ffffff;}
.vidcontainer  
{ 
  position: relative; 
  width: 100%; 
  overflow: hidden; 
  padding-top: 40%;  
} 
.responsive-iframe { 
  position: absolute; 
border-radius:10px;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0; 
  width: auto; 
  height: 100%; 
  border: none; 
} 
.gcse-searchbox-only{BORDER-RADIUS:4PX;}
		.gsc-input-box{border-radius:6px; height:50px; padding-top:8px; }
		.gsc-search-button  {HEIGHT:50PX; width:50px; border-radius:6px;}
		.gsc-search-button-v2 {HEIGHT:50PX; width:50px; border-radius:6px;}
	
#rotatingWords {
  position: relative;
  display: inline-block;
   height: clamp(2rem, 5vw, 3.5rem);
  width: 100%;              /* keeps alignment consistent */
  text-align: center;
}

.fade-word {
  position: absolute;       /* ALL words absolute */
  top: 0;
  left: 50%;
  transform: translateX(-50%);  /* perfect horizontal centering */

  opacity: 0;
  transition: opacity 0.6s ease-in-out;

  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: clamp(2rem, 5vw, 3.5rem);
  white-space: nowrap;
}

.fade-word.active {
  opacity: 1;
}
	
	@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.offcanvas {
  background-color: #345c75;
}

.offcanvas a {
  color: #ffffff;
}

.list-group-item {
  background-color: #345c75;
  border-bottom: 1px solid #ffffff;
}	
	
	.navbar .dropdown-toggle::after,
.top-nav .dropdown-toggle::after {
  display: none !important;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}	
	/* MOBILE FIRST */
.header-grid {
  grid-template-columns: 2fr 1fr;
}

/* DESKTOP (xl and up) */
@media (min-width: 1200px) {
  .header-grid {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);  
	
	}
}



		

