@import url(http://fonts.googleapis.com/css?family=Arvo:400,700|Droid+Serif:400,700,400italic|Archivo+Narrow);
body {
	padding: 0px;
	margin: 0px;
	background: url(../images/bg.jpg) center top no-repeat fixed #696856;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearall {
	clear: both;
}
#topnav {
	width: 100%;
	height: 30px;
	background-image: url(../images/topnav.png);
	position: fixed;
	top: 0;
	z-index: 9999999999;
}
#nav {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	margin-top: -9px;
}
#nav ul {
	list-style: none;
	font: 13px Arvo;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ccc7a8;
	margin-left: -40px;
}
#nav li {
	display: inline;
	margin-left: 40px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/paperbgnew-2.png) repeat;
	z-index: 1;
}
#header {
	position: relative;
	width: 1000px;
	height: 650px;
	margin-bottom: 15px;
	z-index: 2;
}
#banner {
	position: relative;
	z-index: 2;
}
.aboutheader {
	height: 500px !important;
	background: url(../images/about/aboutbanner.jpg) no-repeat !important;
}
.qaheader {
	height: 500px !important;
	background: url(../images/qa/qabanner.jpg) no-repeat !important;
}
.eventsheader {
	height: 500px !important;
	background: url(../images/events/eventsbanner.jpg) no-repeat !important;
}
.donationsheader {
	height: 500px !important;
	background: url(../images/donations/donationsbanner.jpg) no-repeat !important;
}
.photosheader {
	height: 500px !important;
	background: url(../images/photos/photosbanner.jpg) no-repeat !important;
}
.testimonialsheader {
	height: 500px !important;
	background: url(../images/testimonials/testimonialsbanner.jpg) no-repeat !important;
}
.contactheader {
	height: 500px !important;
	background: url(../images/contact/contactbannernew.jpg) no-repeat !important;
}
#headerlogo {
	position: relative;
	width: 301px;
	height: 534px;
	margin-left: 100px;
	margin-top: -585px;
	z-index: 9;
}
#headerlogo p {
	color: #a9a486;
	font: 16px/20px Arvo, serif;
	width: 250px;
	margin-left: 27px;
	margin-top: -190px;
	text-align: center;
	text-shadow: 0 0 10px #000000;
}

#content {
	width: 900px;
	margin: 0 auto;
}
#content p {
	color: #000000;
	font: 16px/24px "Droid Serif", serif;
	font-weight: normal;
	font-style: normal;
}
#content h2 {
	color: #323711;
	font: bold 16px Arvo;
	text-transform: uppercase;
	margin-bottom: -10px;
}
.twothirds {
	width: 600px;
	float: left;
	margin-right: 30px;
}
.onethird {
	width: 270px;
	float: left;	
}
.onethirdreal {
	width: 280px;
	margin-right: 30px;
	float: left;	
}
.fullcol {
	width: 900px;
}
.halfcol {
	width: 430px;
	margin-right: 40px;
	float: left;
}
.last {
	margin-right: 0px;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.fourimg {
	width: 455px;
	padding-top: 4px;
}
.fourimg img {
	margin-right: 23px;
	margin-bottom: 23px;
	float: left;
}
.normargin {
	margin-right: 0px;
}
.divline {
	width: 900px;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #323711;
}
#calendar {

}
#footer {
	width: 1000px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-color: #4d483f;
}
#footernav {
	margin-left: 10px;
	padding-top: 20px;
	float: left;
	width: 430px;
}
#footernav ul {
	list-style: none;
	font: 12px "Archivo Narrow", sans-serif;
	color: #ccc7a8;
	text-transform: uppercase;
}
#footernav li + li:before{
    content: " | ";
    padding: 0 5px;
}
#footernav li {
	display: inline;
}
#footernav p {
	margin-left: 40px;
	font: 11px "Archivo Narrow", sans-serif;
	text-transform: uppercase;
	color: #878073;
	margin-top: -6px;
}
#footerlogo {
	width: 170px;
	height: 80px;
	margin-left: -30px;
	float: left;
}
#footerorg {
	width: 204px;
	height: 25px;
	float: left;
	margin-top: 25px;
	margin-left: -10px;
}
#footersocial {
	float: left;
	margin-top: 15px;
	margin-left: 50px;
}
#footersocial img {
	margin-left: 15px;
}
.pdf {
	display: block;
	width: 270px;
	height: 51px;
	margin-bottom: 30px;
}
.pdf:hover {
	background-color: rgba(0,0,0,0.1);
}
.pdf img {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 5px;
}
.pdf h2 {
	padding-top: 16px;
}
.register {
	color: #323711;
	font: bold 16px Arvo;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.banner-cta {
	position: absolute;
    top: 40%;
    right: 25%;
    z-index: 10;
    background: url(/images/ctabox.png) no-repeat;
    height: 142px;
    width: 219px;
   
    
    opacity: 0;
    animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
}

.banner-cta .banner-cta__heading {
	height: 53px;
}

.banner-cta .banner-cta__heading h2{
    margin: 9px 0 0px;
    line-height: 1.4;
    font-family: Arvo;
    font-size: 14px;
    font-weight: normal;
    color: #f7f1e9;
    text-align: center;
}

.banner-cta .banner-cta__body {
    line-height: 1;
    font-family: Arvo;
    font-size: 14px;
    font-weight: bold;
    color: #323711;
    text-align: center;
    text-transform: uppercase;
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}