/* Cascading Style Sheet - Custom Styles */


.theme-serif1 {font-family: 'Arapey';}
.theme-serif2 {font-family: 'Crimson Text';}
.theme-sans {font-family: 'Montserrat';}
.accent1 {color: #939c59;}
.accent1-bg {background-color: #939c59!important;}
.white-on-accent1 {
	color: #fff!important; 
	background-color: #939c59!important;
}
.accent2 {color: #c90;}
.accent2-bg {background-color: #c90;}
.white-on-accent2 {
	color: #fff!important; 
	background-color: #c90!important;
}
.khaki {color: khaki;}
.khaki-bg {background-color: khaki;}
.lemonchiffon {color: lemonchiffon;}
.lemonchiffon-bg {background-color: lemonchiffon;}
.showHide:after {
	cursor: pointer;
	color: #939c59;
	content: "MORE...";
}
.engaged, .showHide:hover {
	color: #C90;
}
.engaged:after {
	content: "LESS...";
}
.fullText {
	display: none;
	overflow: hidden;
}
.excerpt-container {
	position: relative;
	background-color: #939c59;
	/* background-image: linear-gradient(0deg, #7a824a, #939c59) */
}
.excerpt {
	padding: 5rem;
	text-align: justify;
}
#video-modal {
	background-color: #000;
}
#video-container {
	/* display: none; */
	width: 100%;
	height: auto;
}
video {
	width: 100%;
	height: auto;
}
main header {
	font: 400 96px 'Arapey';
	letter-spacing: -4px;
	line-height: 0.25;
}
main h2 {
	color: #444;
	font: 400 32px 'Montserrat';
	letter-spacing: 4px;
	text-transform: uppercase;
}
main hr {
	width: 20%;
	margin-left: 0;
	border: 0;
	border-top: 5px solid gainsboro;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
section header {
	font: 700 42px 'Montserrat';
	letter-spacing: -1px;
	line-height: 1;
}
section header span {
	color: #444;
	font: 400 42px 'Montserrat';
	line-height: 1.2;
}
section hr {
	width: 20%;
	margin-left: 0;
	border: 0;
	border-top: 5px solid gainsboro;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
	section header {font-size: 40px;}
	section header span {font-size: 32px;}
}
.textColumn {
	 max-width: 512px; 
	 margin: auto;
}
@media screen and (max-width: 1023px) {
	#home .textColumn header, #home .textColumn h2.mobile-only {
		text-align: center;
	}
}
.textColumn p:first-of-type::first-letter {
  color: #939c69;
  float: left;
  width: 0.7em;
  font-size: 400%;
  font-family: 'Arapey', algerian, courier;
  line-height: 80%;
  margin-top: 0.5rem;
  margin-right: 0.2rem;
}
p.content span.drop-cap {
  float: left;
  width: 0.4em;
  font-size: 400%;
  font-family: 'Crimson Text', algerian, courier;
  line-height: 80%;
}
@media screen and (max-width: 1023px) {
	.textColumn {
		max-width: 768px;
	}
}
@media screen and (max-width: 1023px) {
	.photoColumn {
		display: none;
	}
}
.mobile-photo {display: none;}
@media screen and (max-width: 1023px) {
	.mobile-photo {
		display: block;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.notForMobile {
		display: none;
	}
}
.mobile-only {
	display: none;
}
@media screen and (max-width: 1023px) {
	.mobile-only {
		display: block;
	}
}
main, section {
	width: 100%;
	 margin: auto;
 }
.content {
	max-width: 768px; 
	margin: auto;
	font-size: 16px;
}
.section-heading {
	color: khaki!important;
	font-size: 44px!important;
	font-family: 'Arapey';
	letter-spacing: 4px;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.4);
	opacity: 2;
}
.section-heading-option {
	color: white!important;
	font-size: 36px!important;
	font-weight: 500;
	letter-spacing: 10px;
	text-shadow: 2px 4px 4px rgba(0,0,0,1);
}
/* FIXED HEADER */
header#top {position: fixed; top: 0; width: 100%; z-index: 1;}
.more-link {
	text-align: center;
	/* padding-top: 2.5em; */
}
/* BUTTON CLASS */
.button {
	border: none;
	display: inline-block;
	padding: 12px 24px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.button {
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.button-top {
	border: 2px solid #939c59;
	display: inline-block;
	padding: 12px 24px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.ghost-button-top {
	border: 2px solid #939c59;
	display: inline-block;
	padding: 12px 24px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: #899254;
	font-weight: 600;
	background-color: #f1f1f1!important;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.button:hover, .button-top:hover, .ghost-button-top:hover {
	color: #000!important;
	/* font-weight: normal; */
	background-color: #ccc!important;
}
.button-top:hover, .ghost-button-top:hover {
	border: 2px solid #ccc;
}
.ghost-button-top:hover {
	color: #444!important;
}
.input {
	width:100%;
	padding: 8px;
	border: : 1px solid #ccc!important;
}
/* FOOTER */
footer {padding-top: 64px; padding-bottom: 32px;}
/*  COPYRIGHT  */
#copyright {padding: 48px 0px 0px 0px; text-align: center; white-space: nowrap;}



