@font-face {
	font-family: 'Noto Serif';
	src: url('./fonts/NotoSerif-Regular.ttf');
}
@font-face {
	font-family: 'Raleway';
	src: url('./fonts/Raleway-Regular.ttf');
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Regular.ttf');
}
@font-face {
	font-family: 'Roboto_';
	src: url('./fonts/Roboto-Regular.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&display=swap');

*{
	/* font-family: 'Noto Serif'; */
	/* font-family: 'Roboto_'; */
	font-family: 'Montserrat';
	/* font-family: 'Raleway'; */
}
p {
	color: #000000;
	/* font-family: 'Marcellus', serif; */
}
li {
	color: #000000;
	/* font-family: 'Marcellus', serif; */
}
.white {
	color: #ffffff;
}
.grey {
	color: #f8f8f8;
}
.black {
	color: #000000 !important;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	/* font-family: 'Marcellus SC', serif; */
}
hr {
	color:#000000;
	background-color: #000000;
}
a {
	/* font-family: 'Marcellus', serif; */
}

h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1rem;
}


.inner-header {
	background-color: #000000;
}

/* Add a black background color to the top navigation */
.top-nav {
	overflow: hidden;
	background-color: #f5f5f5;
}

/* Style the links inside the navigation bar */
.top-nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Add an active class to highlight the current page */


/* Hide the link that should open and close the topnav on small screens */
.top-nav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown-main {
  float: left;

}

/* Style the dropdown button to fit inside the topnav */
.dropdown-main .dropbtn {
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
	text-transform: uppercase;
  
}
.dropbtn:hover {
	background-color: #ffaa00;
	color: #fff;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 99999;
	
}
.mega-dropdown-content {
	width: 90%;
  left: 0;
	right: 0;
	padding: 30px;
	margin-inline: auto;
}
.dropdown-content a {
	transition: all .3s ease-in;
}
.dropdown-content a:hover {
	background-color: #ffaa00;
	color: #fff;
	transition: all .3s ease-in;
}
.dropdown-main:hover .dropdown-content {
	display: block; 
}
.dropdown-content2 {
	display: none;
	background-color: #f9f9f9;
  min-width: 160px;
  z-index: 999999;
} 
.dropbtn2 {
	border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  width: 100%;
	text-align: left;
	text-transform: uppercase;
}
.dropbtn2:hover {
	background-color: #ffaa00;
	color: #fff;
}
.dropdown-content-wrapper:hover .dropdown-content2 {
	display: block;
}


/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	text-transform: uppercase;
}
.dropdown-content2 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.our-business a {
	transition: all .3s ease-in;
}
.our-business a:hover {
	padding-left: 25px;
	transition: all .3s ease-in;
}
/* Add a dark background on topnav links and the dropdown button on hover */

.top-nav a.nav-btn {
	display: block;
	background-color: #ffaa00;
	margin-bottom: 15px;
	color: white;
}



.carousel {
	height: 70vh;
}
#banner .carousel-indicators {
	display: flex;
	justify-content: flex-end;
}

.carousel-indicators li{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: transparent;
	margin-inline: 10px;
}

.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #ffaa00;
	
}
.carousel-item img {
	height: 80vh;
	object-fit: cover;
}
.carousel-caption {
	left: 15%;
	top: 30%;
	text-align: left;
}
.carousel-caption h1 {
	text-transform: uppercase;
	font-size: 47px;
	line-height: 47px;
	font-family: Raleway;
	font-weight: 800;
}
.slider-btn {
	background-color: transparent;
	border: 2px solid white;
}
.carousel-control-prev, .carousel-control-next {
	height: 50px;
	width: 50px;
	background-color: rgb(0, 0, 0, 0.9);
	margin-block: auto;
}

/* slides color fix */
	/* add dack shade to picures in slides */
.home-slides .carousel-item::before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: #00000067;
}

.home-slides .carousel-caption p, .home-slides .carousel-caption button{
	color: white;
}

/* our causes section */
.our-causes-container{
	padding-inline: 100px;
	padding-bottom: 80px;
}
.entry-content-main {
	position: relative;
	height: 250px;
	
}
.entry-content-main .btn {
	position: absolute;
	bottom: 10px;
}



/* subscribe section*/
.subscribe-section h4 {
	color: white !important;
	padding-bottom: 20px;
	position: relative;
}
.subscribe-form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}
.subscribe-form .form-control {
	padding-block: 10px;
	width: 50%;
	margin-bottom: 20px;
}
.subscribe-form button {
	border-radius: 5px;
}

/* foundation facts */
.foundation-facts h4 {
	font-size: 3rem;
	font-family: 'Noto Serif';
}

/* blog section */

.blog-wapper .blog-item{
	height: 100%;
	
}
.blog-img {
	height: 200px;
	object-fit: cover;
}

.blog-item .article .entry-content {
	position: relative;
	/* padding-bottom: 50px; */
}
.align-to-btm {
	position: absolute;
	bottom: 10%;
	
}
.align-to-btm a {
	margin-right: 20px;
}

/* mission vision values */
.mission-section {
	padding: 50px 30px;
}
.mission-wrapper {
 margin-block: 30px;
}
.mission-wrapper .col-md-4 {
	margin-bottom: 20px;
}
.mission {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	margin-inline: 10px;
	
	height: 100%;
	
}
.funfact {
	height: 100%;
	border-radius: 5px;
}




.clients-logo {
	background-color: rgb(255, 255, 255, 0.7);
}

.test-image img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.test-container {
	background-color: rgb(255, 255, 255, 0.7);
	height: 100%;

}
.test-container .carousel-control-prev, .test-container .carousel-control-next{
	background-color: lightgrey;
	height: 30px;
	width: 30px;
	padding: 7px;
	margin-inline: 5px;
	position: relative;
}
.test-wrapper {
	padding-top: 50px;
}
.control-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.controls {
	display: flex;
	justify-content: space-between;
	align-self: center;
}


.about-partners {
	margin-inline: 30px;
}

.header{
	position: sticky;
	top: 0px;
	z-index: 200;
}
.main-content{
	margin-top: 0px;
}

/* pages styles */
.list-style {
	list-style-type: disc;
}
.font-lg {
	font-size: 1.1rem;
}
.section-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	
}
.section-text h3 {
	text-align: right;
}
.join-us-item .fa {
	font-size: 2.5rem;
	color: black;
	margin-right: 10px;
}
.join-us-link {
	display: flex;
	justify-content: center;
	align-items: center;

}
.community-img img {
	height: 100%;
	object-fit: cover;
}
.black {
	color: black;
}
.fact-box {
	background-color: #ffffff;
	border-radius: 10px;
	padding-block: 20px;
}

.partner-img img {
	transition: all 0.5s ease-in-out;
}
.partner-img img:hover {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

h2, h3, .raleway_font{
	font-family: 'Raleway' !important;
}
body>*:not(footer){
	text-align: justify;
}
p{
	color: rgb(39, 39, 39);
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
  .top-nav a:not(:first-child), .dropdown-main .dropbtn {
    display: none;
  }
  .top-nav a.icon {
    float: right;
    display: block;
  }
	.top-nav a.logo {
		float: left;
		display: block;
	}
	.top-nav .dropdown-main .dropdown-content a {
		display: block;
	}
	
	.flex-sm {
		display: flex;
		flex-direction: column-reverse;
	}
	.space-sm {
		padding-bottom: 30px;
	}
	.center-sm {
		text-align: center;
	}
	/* reduce size of carousel nav on mobile */
	.carousel-control-prev, .carousel-control-next {
		height: 20px;
		width: 20px;
		z-index: 12;
	}
	.home-slides .carousel-caption {
		text-align: center;
	}

	/* fix longer caption position on mobile */
	.home-slides .carousel-caption.longer-content{
		/* background-color: rgb(252, 0, 0)!important; */
		width: 100%;
		left: 0px!important;
	}
	.our-causes-container{
		padding-inline: 15px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 768px) {
	/* .show-dropdown {
		display: block;
	} */
	.top-nav {
		max-height: 500px;
		overflow: scroll;	
		
	}
	
	.top-nav a.icon {
		font-size: 20px;
		margin-block: auto;
	}
	.top-nav a.logo {
		margin-block: auto;
	}
	
	.dropdown-main .dropbtn {
		border-bottom: 1px solid #f5f5f5;
	}
	.dropdown-content a {
		padding-left: 40px;
		font-size: 12px;
		padding: 7px 25px 7px 22px;

	}
	.mega-dropdown-content a {
		padding-left: 10px;
	}
	.border-btm a {
		border-bottom: 1px solid #f5f5f5;
	}
	.border-btm a:hover {
		padding-left: 30px;
	}
	.mega-dropdown-content {
		width: 100%;
	}
	
	
	.test-main {
		padding-inline: 30px;
	}
	.clients-wrapper {
		margin-bottom: 100px;
	}
	.clients-logo {
		text-align: center;
	}
	
	.contact-main {
		flex-direction: column;
	}

	.header-top {
		display: none;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .top-nav.responsive {position: relative;}
  .top-nav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
		
  }
	
  .top-nav.responsive {
    float: none;
    display: block;
    text-align: left;
  }
  .top-nav.responsive .dropdown-main {float: none;}
  .top-nav.responsive .dropdown-content {position: relative;}
  .top-nav.responsive .dropdown-main .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
	.top-nav.responsive .top-nav-wrapper {
		background-color: #fff;
	}

	
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
@media screen and (min-width: 768px) {
	.top-nav {
		display: flex;
		justify-content: space-around;
		padding-top: 15px;
		align-items: center;
	}
	.top-nav .logo {
		display: block;
		padding-bottom: 30px;
	}
	.dropbtn {
		margin-bottom: 15px;
	}
	.dropdown-content {
		background-color: #fff;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}
	.dropdown-content a:hover {
		padding-left: 20px;
	}

	.dropdown-content2 {
		position: absolute;
		left: 100%;
	}
	.dropdown-content-N {
		top: 0;
	}
	.dropdown-content-G {
		top: 40%;
		
	}
	.dropdown-content-K {
		bottom: 0;
	}
	.user-dropdown {
		position: absolute;
		right: 0;
	}
	

	.carousel-caption h1 {
		font-size: 67px;
		line-height: 56px;
	}


	.test-main {
		padding-top: 0;
	}
	.clients-wrapper {
		padding-inline: 100px;
	}
}

@media screen and (min-width: 1024px) {
	.carousel-caption h1 {
		font-size: 92px;
		line-height: 88px;
		font-weight: 800;
	}
}