/* 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 ========================== */

.time-gradient {
    background-image: linear-gradient(to right, #66CC33, #009933);
}

.progress-gradient {
    background-image: linear-gradient(to right, #003300, #275d38);
}

.hashtag-gradient {
    background-image: linear-gradient(to right, #009933, #66CC33);
}

.give-button {
	width: 200px;
}

#white-button {
	color: #009933;
}

#white-button:hover {
	color: #ffffff;
}

.white-button {
	color: #009933;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 5px;
	padding: 15px 50px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	font-family: "Georgia";
	text-decoration: none;
	text-align: center;
	
}

.white-button:hover {
	color: #ffffff;
	background-color: transparent;
	border: 3px solid #ffffff;
	text-decoration: none;
}

.gradient-button {
	color: #ffffff;
	border-radius: 5px;
	border: none;
	padding: 15px 50px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	font-family: "Georgia";
	
	background-image: linear-gradient(to top, #009933, #66CC33);
	text-align: center;
}

.gradient-button:hover {
	color: #ffffff;
	background-image: linear-gradient(to top, #003300, #275d38);
	border: 3px solid #66CC33;
	text-decoration: none;
}

.button-vert-center {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.footer-bg {
	background-image: url("/give/initiatives/images/givegreen-footer-img.jpg");
	background-repeat: no-repeat;
  	background-size: auto;
}

/* start curicular progress bar */
/* to update percentage, do it in the dept.js file*/
.container{
	display:flex;
	flex-direction:column;
	align-items:center;
	background-color:none;
	border-radius:8px;
	width:420px;
	padding-top: 0 !important;
	row-gap:30px;
}

.circular-progress{
	position:relative;
	height:250px;
	width:250px;
	/*background-color:#f0ff;*/
	background:conic-gradient(#78be20 3.6deg, #c9e5a6 0deg); /*bg-fern and bg-fern-l1*/
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.circular-progress::before{
	content:"";
	position:absolute;
	height:210px;
	width:210px;
	background-color:#1e4119; /*interior circle - bg-forest-d2*/
	border-radius:50%;

}

.progress-value{
	position:relative;
	font-size:50px;
	font-weight:600;
	color:#a1d263; /*bg-fern-l1*/
}

.text{
	font-size:30px;
	font-weight:500;
	color:#fff; /*white*/
}

/* end circular progress bar */

/* =============== START Priorities Page =============== */

.priorities-icons {
	font-size: 60px; 
	color: #275d38;
}

.priorities-text {
	color: #275d38; 
	font-size: 29px; 
	line-height: 1.3;
}

.support-images {
	height: 175px;
}

a.button-card:hover, .card-image-fade:hover span.button-card {
	background-color: #fff;
	color: #019949;
	text-decoration: none;
}

/* =============== END Priorities Page =============== */

/* Cards */


.card-blog-img-container, .card-image-fade-container {
	overflow: hidden;
}

.bg-white{
	background-color: #FFFFFF;
}


/* End Cards */


/* Buttons */

a.button-* {

}

a.button-give-today {
	background-color: #019949;
	color: var(--white);
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 10px solid #71BF44;
	padding: 10px 20px;
	font-family: "Rajdhani", sans-serif;
}

a.button-evergreen-solid {
	background-color: #019949;
	border: 2px solid #019949;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	transition: all .25s;
	font-family: "Rajdhani", sans-serif;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}

a.button-evergreen-solid:hover {
	background-color: #fff;
	color: #019949;
	text-decoration: none;
}

a.button-card, span.button-card {
	background-color: #019949;
	border: 2px solid #019949;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	/* text-transform: uppercase; */
	padding: 10px 20px;
	font-family: "Rajdhani", sans-serif;
	width: 100%;
	transition: all .25s;
	display: block;
	text-align: center;
}

a.button-card:hover, .card-image-fade:hover span.button-card {
	background-color: #fff;
	color: #019949;
	text-decoration: none;
}

a.evergreen-button {
	background-color: #019949;
	border-bottom: 5px solid #71BF44;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: "Rajdhani", sans-serif;
	padding: 10px 10px;
	transition: all .25s;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	width; 30%;
}

a.evergreen-button:hover {
	background-color: #71BF44;
	color: #000;
	border-bottom: 5px solid #019949;
	text-decoration: none;
}

/* End Buttons */


/* ============== Start of Image Fader Styles ==================== AF*/

.card-image-fade .image-fade img {
	transition: all .5s ease;
}

.card-image-fade:hover * {
	text-decoration: none;
}


.card-image-fade:hover .image-fade img.top, .card-image-fade:hover .image-fade img.bottom {
	transform: scale(1.1);
}

.image-fade {
	position: relative;
	overflow: hidden;
	
}

.image-fade img {
	position: absolute;
}

.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
	animation-delay:5s;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.carousel {
	position: relative;
	margin: 0 auto;
	animation-name: fadeCarousel;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
	animation-delay:5s;
}

.carousel img {
	-webkit-animation-name: fadeCarousel;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 8s;
	-moz-animation-name: fadeCarousel;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 8s;
	-o-animation-name: fadeCarousel;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 8s;
	animation-name: fadeCarousel;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 8s;
}

@keyframes fadeCarousel {
	0% {
		opacity:1;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	92% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.carousel img:nth-of-type(1) {
	animation-delay: 15s;
}
.carousel img:nth-of-type(2) {
	animation-delay: 12s;
}
.carousel img:nth-of-type(3) {
	animation-delay: 9s;
}
.carousel img:nth-of-type(4) {
	animation-delay: 6;
}
.carousel img:nth-of-type(5) {
	animation-delay: 3;
}
.carousel img:nth-of-type(6) {
	animation-delay: 0;
}
/* ============== Start of Image Fader Page ==================== */


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

	
}

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

	
	
}

/*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*/