/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 04:49:12 */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

section {
	padding-top: 60px;
	padding-bottom: 60px; 
	box-sizing: border-box;
	background-color: #d6d6ca;
}

.container {
	margin-left: auto; 
	margin-right: auto; 
	width: 90%;
	max-width: 1200px;
}

h2 {
	text-align: center; 
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Poppins";
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4daf50;
	line-height: 1.2;
}

p {
	text-align: center;
	font-family: "Poppins";
	color: #67683e;
	font-weight: 600;
}

.dark h2, .dark p {
	color: white;
}

.button-container {
	display: flex; 
	gap: 30px;
	margin-top: 30px;
}

.button {
	font-family: "Barlow Condensed";
	color: white; 
	font-size: 14px;
	text-transform: uppercase; 
	background-color: #4daf50; 
	padding: 15px 30px;
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
}
.button.transparent {
	box-sizing: border-box;
	border: 3px white solid; 
	background-color: rgba(0, 0, 0, 0);
}

.video-wrapper {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16 / 9;
    margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.stripes-container {
	width: 100%;
}

.stripe {
	width: 100%;
	height: 8px;
}
.stripe.black {
	background-color: black;
}
.stripe.white {
	background-color: white;
}
.stripe.red {
	background-color: #bb0000;
}
.stripe.green {
	background-color: #006600;
}

@media screen and (max-width: 820px) { 
	h2 {
		font-size: 30px;
	}
}

/* Hero */
.hero {
	padding-top: 100px; 
	padding-bottom: 100px;
	background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/wp-content/uploads/2026/09/africa-elephant-rescue-1536x864-1.jpg);
    background-size: cover;
    background-position: center;
}

.hero h1 {
	font-family: "Barlow Condensed";
	font-size: 80px;
	font-weight: 1000;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: white;
	line-height: 1;
}
.hero h1 span {
	color: #4daf50;
}

.hero p {
	font-family: "Barlow Condensed";
	font-size: 30px; 
	color: white;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
}

@media screen and (max-width: 820px) {
	.hero {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.hero h1 { 
		font-size: 60px;
	}
	
	.hero p { 
		font-size: 20px;
	}
}
/* End Hero */

/* Project */
#project {
	background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/wp-content/uploads/2026/09/tsavo-national-park-kenya-1536x967-1.jpg);
    background-size: cover;
    background-position: center;
}

#project .separator {
	margin-left: auto; 
	margin-right: auto; 
	max-width: 150px;
	display: block;
	margin-bottom: 10px;
}

#project .featured-image {
	display: block;
	border: 3px rgba(255, 255, 255, 0.5) solid; 
	width: 400px;
	max-width: 100%;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 50px;
}
/* End Project */

/* Learning Center */
#learning-center {
	background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/wp-content/uploads/2026/09/african-elephant-conservation-1.jpg);
    background-size: cover;
    background-position: center bottom;
}

#learning-center .image-container {
	display: grid; 
	margin-top: 50px; 
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
#learning-center .image-container img {
	width: 100%;
}

@media screen and (max-width: 820px) {
	#learning-center .image-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
/* End Learning Center */

/* Impact */
#impact .container {
	display: flex; 
	align-items: center; 
	gap: 60px;
}

#impact .left {
	flex: 1;
}

#impact .right {
	flex: 1;
}

#impact h2 {
	text-align: left; 
	color: #0b250a;
}

#impact p {
	text-align: left;
}

#impact .featured-image {
	display: block;
	border: 5px rgba(255, 255, 255, 0.5) solid; 
	width: 100%;
}

@media screen and (max-width: 820px) {
	#impact .container {
		flex-direction: column; 
		gap: 30px; 
	}
	
	#impact .left {
		width: 100%;
	}
}
/* End Impact */

/* Future */
#future {
	background-color: #21231c;
}

#future .container {
	display: flex;
	gap: 60px;
}

#future .left {
	flex: 1;
}

#future .right {
	flex: 1;
}

#future h2 {
	text-align: left; 
}

#future p {
	text-align: left;
}

#future .featured-image {
	display: block;
	border: 5px rgba(255, 255, 255, 0.5) solid; 
	width: 100%;
}

@media screen and (max-width: 820px) {
	#future .container {
		flex-direction: column; 
		gap: 30px; 
	}
	
	#future .left {
		width: 100%;
	}
}
/* End Future */

/* Founders */
#founders .founder-container {
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 30px;
}

#founders .founder-container .founder {
	width: 100%;
}

#founders .founder-container .founder img {
	width: 100%;
}

#founders .name {
	font-family: "Barlow Condensed";
	color: #4daf50; 
	text-align: center;
	text-transform: uppercase; 
	font-size: 24px;
	font-weight: 800; 
	margin-top: 10px;
}

#founders p {
	text-align: left;
}
#founders p:first-of-type {
	margin-top: 3px;
}

#founders p a {
	text-decoration: none; 
	color: #ba6335;
}

@media screen and (max-width: 820px) {
	#founders .founder-container { 
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}


@media screen and (max-width: 600px) {
	#founders .founder-container { 
		grid-template-columns: repeat(1, 1fr);
	}
}
/* End Founders */

/* Donate */
#donate .column {
	display: flex; 
	gap: 60px; 
}

#donate .left {
	width: 60%;
}

#donate .right {
	flex: 1;
}

#donate .left p {
	text-align: left;
}

#donate .left h3 {
	text-align: left;
    margin-top: 0;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    color: #4daf50;
    line-height: 1.2;
}

#donate .left img {
	max-width: 200px;
}

#donate .left .small p {
	font-size: 12px;
}

#donate .right .donate-text {
	text-align: center; 
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 700;
	color: #ba6335;
}

#donate .right .paypal-text {
	text-align: center; 
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 5px;
}

#donate .right .paypal-qr {
	max-width: 100%; 
	width: 150px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding: 10px; 
	box-sizing: border-box; 
	background-color: white;
}

#donate .right .paypal-button {
	display: none;
}

@media screen and (max-width: 820px) {
	#donate .column {
		flex-direction: column;
		gap: 30px; 
	}
	
	#donate .left {
		width: 100%;
	}
	
	#donate .right .paypal-text { 
		display: none;
	}
	
	#donate .right .paypal-qr { 
		display: none;
	}
	
	#donate .right .paypal-button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 150px; 
		height: 40px;
		display: flex; 
		align-items: center; 
		justify-content: center;
		font-size: 24px;
		margin-top: 5px; 
	}
}
/* End Donate */

/* Footer */
.emp-footer__container p {
	color: white;
}
/* End Footer */