@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

/* CSS Document */

/*** GLOBAL ***/

body {
	margin: 0px 0px 0px 0px; 
	font-family: 'Didact Gothic', sans-serif;
	color: #333;
}

/*** ID ***/

#contactsExec { 
	width: 95%;
	margin: auto;
}

#contactsNormal {
	width: 95%;
	margin: auto;
}

#buttonHolder {
	width: 95%; 
	margin: auto; 
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
}

#bottomRow {
	width: 95%; 
	margin: auto; 
	text-align: center; 
	margin-top: 2em;
}

#content {
	width: 98%; 
	margin: auto; 
	margin-top: 2em; 
	text-align: center;
}

#content img {
	max-width:100%;
}

#domainAlert {
	position: absolute;
	z-index: -1;
	top: 10%;
	width: 300px;
	height: auto;
	background-color: black;
	color: white;
	padding: 20px;
}

#emergency {
	
	padding: 1em;
	background-color: #29385E;
	color: #fff;
	text-align: center;
}

#emergency a {
	color: #fff;
	font-size: 5em;
}

#footerLinks {
	background-color:  rgba(45, 56, 94,1.0);
}

#footerLinks div {
	text-align: center; 
	display: block; 
	font-size: 11px; 
	vertical-align: middle;
	padding: 10px;
}

#footerLinks div a {
    color: #f3b631;
}

#meetingBoard {
	display: inline-block;
	width: 98%; 
	margin: auto; 
	margin-top:10px;
	max-width: 320px;  
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	text-align: left;
}

#meetingVideos {
	display: inline-block;
	width:98%;
	margin:auto; 
	max-width: 1200px;
}

#newsBox img {
	display: none;
}

#secondRow {
	text-align: center; 
	background-color: #FFF; 
}

#slider {
	background-image:url("../_images/purchased/blue-ridge-mtns-banner.jpg");
	background-size: cover; 
	height: 100%; 
	background-position: center;
}

#slider div.text {
	padding: 20px; 
	text-align: center;
}

#sliderSub {
	background-size: cover; 
	height: 100%; 
	background-position: center;
}

#sliderSub div.text {
	padding: 25px; 
	text-align: center;
}

#slider h1 {
	font-family: 'Domine', serif;
	font-size: 4rem;
	text-shadow: 2px 2px 5px #000; 
	color:#fff;
	letter-spacing: -1px;
}

#sliderSub h1 {
	font-family: 'Domine', serif;
	font-size: 4rem;
	text-shadow: 2px 2px 5px #000; 
	color:#fff;
	letter-spacing: -1px;
}

#slider span {
	font-size: .9em;
}

#sliderHolder {
	background-color: #f4f4f4; 
	border-bottom: 1px solid #c0c0c0; 
	height: 30rem;
}

#sliderHolderFocus {
	background-color: #f4f4f4; 
	border-bottom: 1px solid #c0c0c0; 
	height: 30rem;
}

#sliderHolderSub {
	background-color: #f4f4f4; 
	border-bottom: 1px solid #c0c0c0; 
	height: 350px;
	width: 100%;
}

/*** CLASS ***/

.arrow-down {
  width: 0; 
  height: 0;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 5px solid #29385E;
  border-radius: 1px;
  cursor: pointer;
}

.breakoutBox {
	width: 90%; 
	margin: auto; 
	text-align: left; 
	max-width: 1200px; 
	color: #333; 
	line-height: 1.8em;
	margin-bottom: 2em;
}

.buttonContainer {
	width: 95%;
	max-width: 300px; 
	height: 100px;
	font-size: 1.3em;
	display: inline-block; 
	vertical-align: middle;
	box-shadow: 2px 2px 5px #29385e;
	margin: 1%;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	color:#333;
	-webkit-transition: border-radius 0.8s, background-color 0.8s; /* Safari */
    transition: border-radius 0.8s, background-color 0.8s; 
}

.buttonContainer:hover {
	background-color: #29385E;
	border-radius: 55px;
	color:#fff;
}

.buttonContainer:hover a {
	color:#fff;
}

.buttonText {
	position: relative;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	text-align: left;
	margin-left: 10px;
	line-height: 0.8em;
	font-size: 1.3em;
}

.buttonText span {
	font-size:16px;
	margin-left: 10px;
	text-align: right;
}

.buttonText a {
	text-decoration: none;
	color: #7C7C7C;
}

.contactsButton {
	width: 100%;
	max-width: 300px; 
	height: auto;
	font-size: .9em;
	display: inline-block; 
	box-shadow: 2px 2px 3px #29385E;
	border: 1px solid #29385E;
	background-color: #fff;
	cursor: pointer;
	color:#333;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: background-color 0.8s; /* Safari */
    transition: background-color 0.8s;  
}

.contactsButton:hover {
	background-color: #29385E;
	color:#fff;
}

.contactsButton div {
	padding: 25px;
}

.newsStory {
	display:inline-block; 
	width:90%; 
	max-width:300px; 
	text-align:left; 
	border:3px solid #29385E; 
	border-radius:15px; 
	margin-left:3%; 
	margin-right:3%; 
	margin-bottom:25px;
	vertical-align: top;
	height: 450px; 
	overflow-y: scroll;
	scrollbar-width: thin;
}

.newsStory img {
	width:100%;
}

.newsButton {
	display: block;
	background-color: #29385E;
	padding:3px; 
	border-radius: 10px; 
	border: 1px solid #fff; 
	color:#fff;  
	cursor: pointer;
	text-decoration: none;
	width: 100px;
	text-align: center;
	font-size: .8em;
}

.newsStoryAlert {
	display:inline-block; 
	width:90%; 
	max-width:600px; 
	text-align:left; 
	border:3px solid #29385E; 
	border-radius:15px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:25px;
	vertical-align: top;
}

.newsStoryAlert img {
	width:100%;
}

.newsStoryAlert .newsButton {
	display: block;
	background-color: #29385E;
	padding:3px; 
	border-radius: 10px; 
	border: 1px solid #fff; 
	color:#fff;  
	cursor: pointer;
	text-decoration: none;
	width: 100px;
	text-align: center;
	font-size: .8em;
}

.newsStoryFull {
	text-align: left; 
	width: 90%; 
	margin: auto;
}

.newsStoryFull img {
	max-width: 420px;
}

.rowContent50 {
	display: inline-block;
	height: 350px;
	background-size: cover; 
	width: 50%; 
	color:#fff;
	vertical-align: top;
}

.rowContent33 {
	display: inline-block;
	height: 300px;
	background-size: cover;
	background-position: center;
	width: 30.33%; 
	vertical-align: top;
	margin: 0 -2px;
	border: 10px solid #fff;
	
}

.rowContentInside { 
	padding: 10px;
	color:#fff;
	height: 280px;
	font-weight: bold;
	cursor: pointer;
	background-color: rgba(0, 0, 0,0.3);
	-webkit-transition: background-color 0.8s; /* Safari */
    transition: background-color 0.8s; 
	
}

.rowContentInside:hover {
	background-color: rgba(1, 0, 127,0.5);
}

.rowContentInside a {
	text-decoration: none;
	color:#fff;
}

.rowContentInside a:hover {
	text-decoration: underline;
	color:#f4f4f4;
}

.rowContentInside div {
	margin-top: 20px;
	margin-bottom: 20px;
	/*font-family: 'Bree Serif', serif;*/
    font-family: 'Domine', serif;
	font-size: 2.5em;
	line-height: .9em;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
	letter-spacing: -1.5px;
	position: relative;
	z-index: 10;
	top: 35%;
	transform: translateY(-50%);
	-webkit-transition: background-color 0.8s; /* Safari */
    transition: background-color 0.8s;
}

.rowContentInside div.text {
	display: none;
}

.rowContentInside:hover div {
	position: relative;
	z-index: 10;
	top:auto;
	transform: translateY(-1%);
}

.rowContentInside:hover div.text {
	display: block;
	text-align: center;
	font-size: 14px;
	width: 90%; 
	margin: auto;
	line-height: normal;
	font-weight: normal;
	letter-spacing: normal;
	border-radius: 25px;
}

.socialIcons {
	width: 30px; 
	height: 30px; 
	margin-right:10px;
}

/*** MEDIA QUERIES ***/

@media only screen and (max-width: 1096px) {
	
	#content {
		width: 100%;
	}
	
	#slider h1 {
	font-size: 3em;
	}
	
	.rowContent50 {
	display: block;
	width: 100%;
	}
	
	.rowContent33 {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px;
	border-radius: 0px;
	}
	
	.rowContentInside {
		border-radius: 0px;
	}
	
	.rowContentInside div {
	margin-top: 20px;
	}

	.rowContentInside:hover div.text {
		font-size: 16px;
	}

}

@media only screen and (max-width: 650px) {
	
	#meetingVideos {
	display: block;
	width:100%;
	
	}
	
	#sliderSub h1 {
		font-size: 10vw;
		line-height: 1em;
	}
	
	.rowContentInside { 
		padding: 10px;
		color:#fff;
		font-weight: bold;
		cursor: pointer;
		background-color: rgba(0,0,0,0.20);
	}

	
	.rowContentInside div.text {
	display: none;
	}
	
	.rowContentInside:hover div {
		position: relative;
		top: 33%;
		transform: translateY(-50%);
	}

	.rowContentInside:hover div.text {
		display: none;
	}
	
	
}