@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*
font-family: 'Quicksand', sans-serif;
300 Light
400 Regular
600 Semi-bold
700 Bold

font-family: 'Roboto', sans-serif;
300 Light
400 Regular
500 Medium
700 Bold
*/

html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}
a {
	color: inherit;
}
a:hover, input[type="submit"]:hover {
	color: inherit;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-decoration: none;
}
.content {
	min-height: 100%;
	position: relative;
}
.site-content {
	padding-bottom: 385px;
	overflow: auto;
}
main {
	margin-bottom: 100px;
}
main a {
	color: #d25020;
}
.btn {
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
.btn-primary {
	background: #d25020;
	color: #f4dcd6;
	border: none;
	padding: 1rem;
	font-size: 1.2rem;
}
.btn-primary i {
	margin-left: .5rem;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.btn-success:active:focus {
	background: #9e3c18!important;
	border: none!important;
} 
.form-control {
	border-radius: .5rem;
	border: none;
	background: #d9d9d9;
	font-family: 'Quicksand', sans-serif;
	color: #565656;
	font-size: 20px;
	font-weight: 600;
}
.form-control::placeholder {
	color: #9c9c9c;
}
.form-check {
	margin-bottom: .5rem;
}
.menu-top {
	width: 100%;
	min-height: 90px;
	background: #d25020;
	color: #e9a890;
	padding: .5rem 0;
/*	position: relative; */
	position: fixed;
	z-index: 1;
}
.menu-top .languages a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 .3rem;
}
.menu-top .welcome-message {
	font-size: 15px;
	text-align: center;
}
.menu-top .social-media {
	justify-content: flex-end;
}
.menu-top .social-media i {
	font-size: 1.5rem;
	margin: 0 .2rem;
}
.menu-top .social-media .btn-info {
	background: #9d3c18;
	color: #e5b637;
	border: none;
	margin-left: .8rem;
	font-size: 1.2rem;
}
.menu-top .social-media .btn-info i {
	font-size: 1.2rem;
}
.menu-top .user {
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #fff;
	margin-left: .5rem;
}

.wmhd-banner {
	background: #e3ecf3;
	text-align: center;
	padding-top: 4em;
}
.wmhd-banner img {
/*	max-width: 1120px; */
	width: 100%;
}
.section-header {
	text-align: center;
	color: #fff;
	width: 100%;
/*	height: 250px; */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: relative;
}
.section-header h2 {
	padding: 225px 0 50px;
	font-family: 'Quicksand', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
}
.header-logo {
/*	position: absolute; */
	position: fixed;
	z-index: 2;
	margin-top: 3.5rem;
}
.header-logo img {
	max-width: 140px;
/*	max-width: 250px; */
	padding: 5px;
}
header {
	max-width: 1120px;
	background: #fff;
	border-radius: 1rem;
	/*margin-top: 3.5rem; */
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
	align-items: center;
}
header .menu-links {
	width: 100%;
	text-align: center;
}
header .donate-button {
	text-align: right;
}
header .btn-warning {
	background: #e5b637;
	font-size: 18px;
	border: none;
	padding: .8rem 1.1rem;
}
header .menu-links .navbar-light .navbar-toggler {
	background: #e5b637;
}
header .menu-links li.nav-item {
	margin: 0 .5rem;
}
header .menu-links .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 18px;
}
.donate-mobile {
	display: none;
}
h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
	font-weight: 400;
}
h1.us-home {
	font-size: 28px;
}
h1 strong {
	font-weight: 600;
	color: #e0a810;
}
h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	color: #d25020;
}
.abstract {
	font-size: 1.3rem;
}
.pics {
	border-radius: .7rem;
	
}
.highlight-box {
	text-align: center;
	padding: 1.5rem;
}
.highlight-box:hover {
	background: #d25020;
	border-radius: .7rem;
	color: #fff;
}
.highlight-box:hover a {
	text-decoration: none;
	opacity: 100%;
}
.highlight-box hr {
	width: 50%;
	border-top: 2px solid rgba(210,80,32,1);
}
.highlight-box:hover hr {
	border-top: 2px solid rgba(224,168,16,1);
}
.highlight-box p {
	color: #474747;
	font-size: 15px;
}
.highlight-box:hover p {
	color: #fff;
}
.highlight-box .fas {
	font-size: 5rem;
	margin-bottom: 1rem;
	color: #d25020;
}
.highlight-box:hover .fas {
	color: #e0a810;
}
.home-latest-news {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3c3c3+0,f6f6f6+100&0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(195,195,195,0.65) 0%, rgba(246,246,246,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(195,195,195,0.65) 0%,rgba(246,246,246,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(195,195,195,0.65) 0%,rgba(246,246,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c3c3c3', endColorstr='#00f6f6f6',GradientType=0 ); /* IE6-9 */

	padding: 2rem 0;
}
.home-latest-news img {
	border-top-left-radius: .7rem;
	border-top-right-radius: .7rem;
}
.home-latest-news article {
	background: #fff;
	padding: 1rem;
	min-height: 175px;
}
.home-latest-news h2 {
	color: #d25020;
	font-size: 22px;
	font-weight: 400;
}
.home-latest-news p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.newsletter {
	background: #e0a810;
}
.newsletter h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 40px;
	font-weight: 400;
}
.newsletter h2 strong {
	font-weight: 600;
	color: #d25020;
}
.newsletter p {
	font-size: 17px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
.newsletter .form-control {
	border-radius: .5rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	background: #f0d488;
	font-family: 'Quicksand', sans-serif;
	color: #605433;
	font-size: 20px;
	font-weight: 600;
}
.newsletter .form-control::placeholder {
	color: #605433;
}
.newsletter .btn {
	background: #f0d488;
	color: #d19a06;
	border: 0;
	border-radius: .5rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	font-size: 1.35rem;
}
.newsletter .btn-primary {
	padding: .38rem 1rem .37rem;
}
.site-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
footer {
	background: #231814;
	color: #aaa8a7;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 1rem;
}
footer .wfmh {
	max-width: 100px;
	margin-bottom: 1rem;
}
footer .kilak {
	max-width: 75px;
}
aside {
	background: #e5e5e5;
	border-radius: 1em;
	padding: 1rem;
	margin-bottom: 2rem;
}
aside span {
	color: #d25020;
	font-weight: 700;
}
.login-box {
	background: #e0a810;
	border-radius: 1em;
	padding: 1rem;
	margin-bottom: 2rem;
}
.login-box h1 strong {
	color: #d25020;
}
.login-box h6 {
/*	font-size: 16px;
	font-weight: 400; */
	color: #fff;
}
.login-box .form-group {
	width: 100%;
}
.login-box .form-control {
	width: 100%;
	border-radius: .5rem;
	border: none;
	background: #bf8f0e;
	font-family: 'Quicksand', sans-serif;
	color: #4b3602;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: .5rem;
}
.login-box .form-control::placeholder {
	color: #4b3602;
}
.login-box .btn {
	background: #d25020;
	color: #f4d3c7;
	border: 0;
	border-radius: .5rem;
	font-size: 1.35rem;
}
.membership-categories {
	background: #d25020;
	border-radius: 1rem;
	padding: 1rem;
	text-align: center;
	color: #ffffff;
}
.membership-categories hr {
	border-top: 2px solid rgba(255,255,255,1);
	margin: 1rem;
}
.membership-categories h2 {
	color: #e5b637;
	font-size: 24px;
	font-weight: 700;
	min-height: 85px;
}
.membership-categories p {
	min-height: 240px;
}
.membership-categories .btn {
	background: #e5b637;
	color: #5b4710;
	border: 0;
	border-radius: .5rem;
	font-size: 1rem;
}
.members-nav h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #5b5b5b;
	margin-bottom: 1rem;
}
.members-nav ul {
	padding-left: 1.3rem;
	margin-bottom: 2rem;
}
.members-nav li {
	margin-bottom: .5rem;
}
.members-nav li>a {
	color: #d25020;
}
.text-global {
	color: #d25020;
}
table th {
	background: #7f7f7f;
	text-transform: uppercase;
	color: #fff;
}
.table td, .table th {
	border: none;
}
.table tr:nth-child(even) {
	background: #e5e5e5;
}
.table tr:nth-child(odd) {
	background: #d9d9d9;
}
.table .fa-file-pdf {
	font-size: 1.5rem;
	color: #d25020;
	margin-right: .3rem;
	vertical-align: bottom;
}
.full-article summary {
	margin-top: 2rem;
	list-style: none;
	color: #474747;
}
.full-article summary img {
	border-radius: .5rem;
}
.full-article summary h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	color: #d25020;
	margin: 0 0 .5rem;
}
.full-article summary p {
	color: #000;
}
.full-article summary a {
	display: block;
	border-bottom: solid thin #d9d9d9;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.full-article summary a:last-child {
	border-bottom: none;
}
.full-article a {
	color: #d25020;
}
.full-article a.btn.btn-primary {
	color: #fff;
}
.full-article h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 46px;
	font-weight: 600;
	color: #000;
	margin-bottom: 1em;
}
.full-article h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d25020;
	margin-bottom: 1em;
	margin-top: 2em;
}
.full-article h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 2em;
}
.full-article h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #d25020;
	margin-bottom: 1em;
	margin-top: 2em;
}
.footer-notes {
	font-size: .8rem;
	color: #676767;
	border-top: solid thin #d9d9d9;
	padding-top: 1rem;
	margin-top: 3rem;
}
.pic-r {
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
	max-width: 650px;
}
.pic-l {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	max-width: 650px;
}
figcaption {
	font-size: .8rem;
	color: #888;
	margin-top: .5rem;
}
.leadership {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.leadership .card {
	width: 18%;
	margin-bottom: 2em;
}
.leadership .card-header {
	background-color: #e5b637;
	padding: .75rem 1rem;
	font-size: .9rem;
}
.leadership .card-body {
	background-color: #e5e5e5;
}
ul.contact-info {
	list-style: none;
	padding-left: 0;
	color: #000;
}
ul.contact-info li {
	margin-bottom: .3em;
}
ul.contact-info i {
	width: 20px;
}

@media screen and (max-width: 960px){
	.site-content {
		padding-bottom: 690px;
	}
	.menu-top {
		padding-bottom: 2.5rem;
		position: relative;
	}
	.menu-top .languages, .menu-top .welcome-message, .menu-top .social-media {
		text-align: center;
		justify-content: center;
		margin: .2rem 0;
	}
	.header-logo {
		margin-top: 7.5rem;
		position: absolute;
	}
	.header-logo nav {
		flex-direction: row-reverse;
	}
	.wmhd-banner {
		padding-top: 8em;
	}
	.donate-mobile {	
		display: block;
		margin: 2rem 0 1rem;
	}
	.donate-mobile .btn {
		font-size: 1.5rem;
	}
	.newsletter .form-group {
		margin: 0;
	}
	.section-header h2 {
		padding: 120px 0 50px;
	}
	.membership-categories {
		margin-bottom: 1rem;
	}
	.membership-categories h2 {
		min-height: auto;
	}
	.membership-categories p {
		min-height: auto;
	}
	.full-article summary img {
		margin-bottom: 1rem;
	}
	.pic-r, .pic-l {
		float: none;
		margin-right: 0rem;
		margin-left: 0rem;
		max-width: 100%;
	}
	.leadership .card {
		width: 44.5%;
	}
	.home-latest-news article {
		min-height: auto;
	}
}





