@charset "utf-8";
/* global */
#content p {
	font-size: 18px;
}
.wrapper {
	padding: 0 0 1rem 0 !important;
}
.home .entry-header {
	display: none;
}
strong {
	color: #2b55c8;
}

.home #full-width-page-wrapper {
	margin-top: -4.25rem;
}

/* top */
#top {
	background: #35C2DD;
	background: linear-gradient(90deg, rgba(53, 194, 221, 1) 0%, rgba(35, 89, 236, 1) 100%);
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #fff;
	text-align: right;
	padding: 1rem 0;
	min-height: 90px;
}

/* nav */
#main-nav {
	padding: 0;
	margin: -2rem 0 0 0;	
}
#main-nav .container {
	background: linear-gradient(to left, #fff 90%, transparent 90%);
	height: 100px;
	border-radius: 0 15px 15px 0;
}
.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}
.nav-link {
	font-size: 18px !important;
	text-transform: uppercase;
	color: #4696dd !important;
}
.link-donate {
	background: #f8c61e;
	height: 38px;
	padding: 0 1rem;
	margin-left: 1rem;
	margin-right: .5rem;
}
.link-donate a {
	font-size: 16px !important;
	color: #000 !important;
}

/* welcome */
#welcome {
	height: 620px;
	border-bottom: solid 6px #f6c31c;
}
#welcome .intro {
	text-align: center;
	color: #fff;
	max-width: 780px;
	margin: 15% auto 0 auto;
}
#welcome .intro h1 {
	font-size: 36px;
}
#welcome .intro h2 {
	font: 21px "Poppins";
	font-weight: 500;
	font-style: italic;
	text-transform: none;
}

/* help */
#help {
	background: #fff;
	margin: -5rem 0 0 0;
	position: relative;
	text-align: center;
	padding: 2rem 2.5rem;
	border-top: solid 6px #2c60f0;
}
#help h1 {
	font-size: 32px;
	font-weight: 700;
}
#help h1 a {
	color: #fff;
}
#help .box {
	min-height: 400px;
	padding: 45% 0 0 0;
	border-bottom: solid 6px #2c60f0;
}
#help .box h1 {
	font-size: 23px;
	margin: 1rem 0 0 0;
	font-weight: 600;
}
#help .box h1 a {
	text-decoration: none;
	color: #fff;
}

/* visionn mission */
#vision, #mission {
	padding: 5rem 0;
	color: #fff;
	filter: grayscale(100%);
  	transition: filter 0.4s ease-in-out;
}
#vision h1, #mission h1 {
	font-size: 32px;
}
#vision:hover, #mission:hover {
  	filter: grayscale(0%);
}
#vision .info {
	background: rgba(241, 181, 18, .7);
	padding: 2rem;
	border-radius: 0 15px 0 15px;
}
#mission .info {
	background: rgba(44, 96, 240, .7);
	padding: 2rem;
	border-radius: 15px 0 15px 0;
}

/* donate */
#donate { 
	min-height: 525px;
	color: #fff;
	padding: 4rem 0;
}
#donate .info h1 {
	margin: 7rem 0 1rem 0;
}

/* footer */
.site-info {
	font-size: 16px;
}
.legal {
	font-size: 14px;
	margin: .5rem 0 1.5rem;
}


/* banner */
#banner {
	width: 100%;
	margin-top: -4.25rem;
	margin-bottom: 2rem;
}
#banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}


/* begin responsive */
@media (max-width: 992px) {
.container {
	max-width: 95% !important;
}	
#top {
	min-height: auto;
}
.home #full-width-page-wrapper {
	margin-top: 0;
}
#main-nav .container {
	height: auto;
}
#main-nav {
	margin: 0;
}
.link-donate {
	margin-left: 0;
	margin-right: 0;
}
#banner {
	margin-top: 0;
}	
}