@import url('avenir/style.css');
@import url('georgia/styles.css');
body {color:#000000; font-family: 'Avenir'; font-size:18px; margin: 0; padding: 0;}
a, a:hover {
	color: #007d07;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
	vertical-align: bottom;
}
.georgia{font-family: 'Georgia';}
.avenir-light{font-family:"Avenir Light";}
header.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.header .logo {
	padding: 15px 0;
}
.header .logo a, .header .logo a img, .main-menu ul, .main-menu ul li, .main-menu ul li a {
	float: left;
}
.header .top-links a {
	float: left;
}
.header .top-links a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 10px;
	padding: 5px 10px;
	
}
.header .top-links a:hover {
	color: #007e07;
}
.header .top-links a.donate {
	background-color: #007e07;
	font-size: 14px;
	padding: 5px 30px;
	margin: 10px 0 10px 10px;
}
.header .top-links a.donate:hover {
	background-color: #262626;
	color: #fff;
}
.header .top-links .divider {
	float: left;
	width: 1px;
	height: 18px;
	background-color: #fff;
	margin: 10px 0 0 0;
}
.main-menu ul {
	margin: 20px 0 0 0;
	padding: 0;
}
.main-menu ul li {
	list-style: none;
}
.main-menu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin: 0 15px;
	text-shadow: 0 0 10px rgba(1, 63, 53, .75);
}
.main-menu ul li a:hover {
	text-shadow: 0 0 10px rgba(225, 225, 225, 1);
	color: #f8f8f8;
}

.z-mobileMenuDiv, .z-mobileMenuButton {
	background-color: #007e07;
}


footer.footer {
	background-color: #000000;
}
.footer .footer-logo, .footer .footer-logo img, .footer .footer-menu, .footer .footer-info, .footer-info .social a, .footer-info .social a img, .footer-menu, .footer-menu ul, .footer-menu ul li, .footer-menu ul li a {
	float: left;
}
.footer .footer-info, .footer-menu ul li a {
	color: #959595;
	font-family: 'Avenir Medium';
}
.footer-info .social a {
	margin: 0 8px 0 0;
}
.footer-menu {
	width: 35%;
	margin: 0 4%;
}
.footer-menu ul {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
.footer-menu ul li {
	display: inline-block;
	width: 50%;
	margin: 10px 0;
	list-style: none;
}
.footer-menu ul li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-menu ul li a:hover {
	color: #fff;
}
.copyright.z-t-14 {
	float: left;
	color: #d2d2d2;
}
.copyright.z-t-14 .divider {
	width: 1px;
	height: 15px;
	background-color: #fff;
	margin: 0 10px -3px 10px;
	display: inline-block;
}
.copyright.z-t-14 a {
	color: #d2d2d2;
	text-decoration: none;
}
.copyright.z-t-14 a:hover {
	text-decoration: underline;
}
section.page-banner {
	background-image: url(../images/blog-banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	position: relative;
}
section.page-banner:after {
	content: '';
	position: absolute;
	left: -25px;
	bottom: 0;
	width: 40%;
	height: 22px;
	background-color: #007d07;
	-webkit-transform: skew(-50deg, 0deg);
	-moz-transform: skew(-50deg, 0deg);
	-ms-transform: skew(-50deg, 0deg);
	-o-transform: skew(-50deg, 0deg);
	transform: skew(-50deg, 0deg);
}
section.page-banner h1 {
	color: #fff;
	font-style: italic;
	margin: 180px 0 15px 0;
	font-size: 72px;
	font-weight: normal;
}



@media screen and (max-width: 1362px) {
	.header .logo, .footer .footer-logo {
		width: 220px;
	}

	.header .logo {
		padding: 40px 0 0;
	}

	.header .top-links a {
	}
	.header .top-links a.donate {
	}

	.main-menu ul li a {
		font-size: 16px;
		margin: 0 8px;
	}
}

@media screen and (max-width: 992px) {

	.header .logo {
		margin-left: 40px;
		padding: 15px 0;
	}

	header .top-links {
		margin-right: 20px;
	}

	section.page-banner {
		border-top: 143px solid #737373;
		height: 380px;
		position: relative;
	}

	section.page-banner h1 {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		font-size: 40px;
		padding: 10px 20px;
		background-color: rgba( 0, 0, 0, 0.5 );
		text-align: center;
	}
	section.page-banner::after {
		display: none;
	}

	.footer .footer-logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer .footer-logo img {
		float: none;
	}
	.footer .footer-menu {
		width: 70%;
		float: none;
		text-align: center;
		margin: 0 15% 40px;
	}
	.footer .footer-menu ul {
		float: none;
		width: 100%;
	}
	.footer .footer-menu li a {
		float: none;
		display: block;
		text-align: center;
	}

	.footer .footer-info {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer .footer-info .social {
		float: none !important;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer .footer-info .social a {
		display: inline-block;
		float: none;
		margin: 0 5px;
	}
	.footer .footer-info .social a img {
		float: none;
	}

	.footer .copyright {
		float: none;
		width: 100%;
		text-align: center;
	}

}

@media screen and (max-width: 767px) {
	.top-links {
		display: none;
	}
	.header .logo {
		float: none;
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	.header .logo a {
		float: none;
		display: inline-block;
	}
	.header .logo a img {
		float: none;
	}
	header.header {
		z-index: 9999;
	}

	.footer .footer-menu li {
		width: 100%;
		float: none;
	}

}
