/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */


/* --------------- Universal Applications ----------------- */

.jumbo.parallax, jumbo.fullbleed {
	padding: 100px 20px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: local; */
}

#h1-header {
	font-weight: bold;
	text-transform: uppercase;
	color: white
	font-size: 37px;
}

.section-padding-40 {
	padding-top: 0px;
}

.section-padding-slant {
	padding-top: 80px;
}

.margin-top-1 {
	margin-top: -1px;
}

.article-text {
	font-weight: 200;
	color: #c5d97a;
}

.sub-header {
	font-size: 20px;
	color: #c5d97a;
	font-weight: 200;
}

.header-slant-bottom {
	clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.header-slant-top {
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.headline-green {
	font-size: 22px;
	color: #275d38;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.rajdhani {
	font-family: 'Rajdhani', sans-serif;
}

.header-btn {
  font-family: 'Rajdhani', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  background: transparent;
  transition: all 0.3s ease;
	width: 100%;
    text-align: center;
    justify-content: center;
}

.header-btn .arrow {
  font-size: 22px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Hover effect (optional but nice) */
.header-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-btn:hover .arrow {
  transform: translateX(4px);
}

.headline-green {
	font-size: 48px;
	color: #275d38;
	text-align: center;
}

.margin-lft-20 {
	margin-left: 0px;
}

.vertical-center {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.fund-total {
	font-size: 48px;
	text-align: center;
}

.green-highlight {
	background-color: #185c33; 
	color: white; 
	display:inline-block;
}

.goldenrod-highlight {
	background-color: #d2ac5f; 
	color: black; 
	display:inline-block;
}

.red-highlight {
	background-color: #b45336; 
	color: white; 
	display:inline-block;
}

.mint-highlight {
	background-color: #c0dcc7; 
	color: black; 
	display:inline-block;
}

.highlight-009933 {
	background-color: #009933; 
	color: white; 
	display:inline-block;
}

.highlight-78be48 {
	background-color: #78be48; 
	color: white; 
	display:inline-block;
}

.highlight-c6da79 {
	background-color: #c6da79; 
	color: black; 
	display:inline-block;
}

.highlight-d2ac5f {
	background-color: #d2ac5f; 
	color: black; 
	display:inline-block;
}

.percent-size {
	font-size: 38px;
	font-family: 'pt-serif', serif;
	font-style: italic;
	font-weight: bold;
	padding: 15px 10px;
	margin-bottom: 3px;
}

.center-mobile {
	text-align: center;
}

.featured-number {
	font-size: 40px;
	font-family: 'Rajdhani', san-serif;
	font-weight: bold;
	padding: 20px 20px 17px 20px;
	margin-bottom: 3px;
}

.padding-1 {
	padding-left: 40px;
    padding-right: 40px;
}

.background-185c33 {
	background-color: #185c33;
}

.your-gifts-title {
	font-family: 'rajdhani', sans-serif;
	font-size: 48px;
	color: #c5d97a;
}

.your-gifts-quote {
	font-family: 'rajdhani', sans-serif;
	font-size: 42px;
	color: white;
	text-decoration: underline;
	text-decoration-thickness: 4px;
    text-underline-offset: 11px;
    text-decoration-color: #c5d97a;
    line-height: 1.5;
}

.line-height-1 {
	line-height:1.5;
}

.padding-top-200 {
	padding-top: 200px;
}

.give-button {
	text-decoration: none;
	padding-top: 10px;
	color: white;
}

.give-button:hover {
	text-decoration: none;
	padding-top: 10px;
	color: #c5d97a;
}



/* --------------- Radial Pie Chart ----------------- */

.donut {
    width: 350px;
    height: 350px;
}

.hide-first {
	 display: none;
 }

/* --------------- Reveal Text ----------------- */

.reveal-text {
  opacity: 0;
  transform: translateX(-50px); /* Adjust distance as needed */
  transition: all 0.8s ease-out;
}

.reveal-text.active {
  opacity: 1;
  transform: translateX(0);
}


/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	
	.jumbo.parallax, jumbo.fullbleed {
		padding: 140px 20px 180px 20px;;
    	background-attachment: none;
	}
	
	.header-slant-bottom {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
	
	.header-slant-top {
		clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
	}
	

	
	.section-padding-40 {
	padding-top: 40px;
}
	
		.section-padding-slant {
	padding-top: 130px;
}

	#h1-header {
		font-size: 80px;
	}

	.sub-header {
		font-size: 48px;
		color: #c5d97a;
		font-weight: 200;
	}
	
	.header-btn {
		width: 25%;
    	justify-content: center;
	}
	
	.headline-green {
		font-size: 72px;
		color: #275d38;
		text-align: center;
	}
	
	.margin-lft-20 {
		margin-left: 20px;
	}
	
	.fund-total {
		font-size: 72px;
		text-align: left;
	}
	
	.center-mobile {
		text-align: left;
	}

	.featured-number {
	font-size: 60px;
}

}


/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	/* --------------- universal applications ----------------- */

	#h1-header {
		font-size: 100px;
	}

	.header-slant {
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	}

	.top-slant {
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);

	}


	
	

}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {




}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/