body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color:#BDB9A8;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	}

p {
	padding: 5px 10px 15px 0px;
	}

h1 {
	font-size: 2em;
	/*margin-bottom:0;*/
	}

h2 {
	font-size: 1.5em;
	/*margin-bottom:0;*/
	}

a {
	color: #0041d6;
	}
	
a:hover {
	color: #000000;
	/*background-color: #2c5e2e5c;*/
	}

.logo {
	font-size: 3.7em;
	font-weight: bold;
	margin: 20px 0 0 0;
	font-family: 'Aldrich', serif;
	line-height: .75;
}

.logo-sub {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 2.7em;
	line-height: .75;
	}

#green-top {
	background-color:#2C5E2E;
	width:100%;
	height:18px;
}

#ltblue-top {
	background-color:#54D0ED;
	width:100%;
	height:10px;
	}

#blue-top {
	background-color:#0C273D;
	width:100%;
	height:10px;
	}

#header {
	background-color:#2C5E2E; 
	/*text-align:center; */
	padding:20px 10px 20px 10px;
	
	}

#content {
	background-color:#FFFFFF;
	padding:60px 40px 40px 35px;
	font-size: 14px;
	}

.text-logo {
	font-weight: bold;
	font-family: 'Aldrich', serif;
	font-size: 17.5px;
	}
		
.text-logo-sub {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 13px;
	}

#footer {
	background-color:#7E9553;
	padding:70px 10px 40px 10px;
	line-height: 1.1;
	height: 100%;
	}

.footer-logo {
	font-weight: bold;
	font-family: 'Aldrich', serif;
	line-height: .75;
	font-size: 17.5px;
	margin: 10px 0 0 0;
	}
		
.footer-logo-sub {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 13px;
	line-height: .75;
	}


#footer > div > p {
	color: #2E410B;
	}
	

#footer > div > p > a {
	color: #2E410B;
	}
	
#footer > div > p > a:hover {
	color: #A4B97C;

	}


/* CSS for image galleries at bottom of pages */

	#img-main {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		}

	.img-row {
		margin: 15px 0;
		}


/* NAVBAR */

	.dropdown-menu > a:hover {
		background-color: #2c5e2e5c;
	}
	.nav-item {
		margin-right: 20px;

	}
	.nav-link {
		color: #FFFFFF;
		text-transform: uppercase;
		color: rgba(255,255,255,.75);
	}

	.navbar-brand {
		margin-left: 25px;
		margin-right: 35px;
	}

/* CSS for center-cropping portrait oriented photos per https://jonathannicol.com/blog/2014/06/16/centre-crop-thumbnails-with-css/ */

	.thumbnail {
	  position: relative;
	  /* width: 200px; */
	  height: 150px;
	  overflow: hidden;
	}
	.thumbnail img {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  height: 100%;
	  width: auto;
	  -webkit-transform: translate(-50%,-50%);
	      -ms-transform: translate(-50%,-50%);
	          transform: translate(-50%,-50%);
	}
	.thumbnail img.portrait {
	  width: 100%;
	  height: auto;
	}
