
/*
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	background-color: #2e3f08;
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
	background-image:
		url(/assets/parchment3web.png),
		url(/assets/parchment4web.png),
		url(/assets/webtop.png),
		url(/assets/webfoot.png);
	background-position:
		top left,
		top left,
		top left,
		bottom left;
	background-repeat:
		repeat,
		repeat,
		no-repeat,
		no-repeat;
	background-size: 100% auto;
	background-color: #eee8c1;
}

.main {
	padding-bottom: 15%;
}

.footer {
	/*background: url(/assets/webfoot.png); */
	padding: 0 0 35%;
	position: relative;
}

.footMenu {
	text-align: center;
	padding: 0 16%;
}

.footMenu > li {
	list-style: none;
	display: inline-block;
}

.copyright {
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
	color: #ede7c2;
}

.headingPage,
.subhead {
	text-align: center;
	margin: 0 15%;
}

.headingPage {
	margin-top: 20px;
}

.headingPage h2 {
	font-size: 46px;
	margin-bottom: 14px;
}

.subhead {
	margin-top: -12px;
}

.slideshow-holder {
	position: relative;
	aspect-ratio: 1024 / 500;
	overflow: hidden;
}

.slideshow1 img {
	border-radius: 10px;
}

.main img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 10px;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */


	/* desktop */
	@media only screen and (min-width: 768px) {

		.navWrap {
			overflow: hidden;
			/* background-color: rgba(238, 232, 193, 0.5); */
			margin: 5% 0 1%;
			text-align: center;
		}
		.nav {display: inline-block;}
	}

	/* Tablet and smaller */
	@media only screen and (max-width: 768px) {
		.navWrap {
			margin: 6% 0 4%;
		}
		.nav {display: block;}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.headingPage,
		.subhead {
			margin: 0;
		}

		.headingPage h1 {
			font-size: 40px;
		}
	}


.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 8px 16px;
	background: #2e3f08;
	color: #eee8c1;
	text-decoration: none;
	font-weight: bold;
}

.skip-link:focus {
	left: 10px;
	top: 10px;
}

a[rel=external]:after {
	content: "\2197";
	font-size: 0.75em;
	margin-left: 2px;
	vertical-align: super;
	text-decoration: none;
	display: inline-block;
}

.col_1of1 > iframe {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}