/* Palette preserved from the original 2004 site:
   charcoal ground, parchment panel, sage menu, teal header. */

html,
body {
	margin: 0;
	padding: 0;
	background-color: #1F1F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #311F1A;
}

#content {
	max-width: 62em;
	margin: 1.5em auto;
	padding: 0 1em;
}

#main_header {
	background-color: #4A6563;
	border: 1px solid #1F1F1F;
	color: #EEE1A7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 1.5em;
}

#main_header .masthead {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2;
}

#main_header .masthead small {
	font-size: 0.55em;
	letter-spacing: 0.08em;
}

#main_header img {
	max-height: 3em;
	width: auto;
}

#main_menu {
	background-color: #7D8D78;
	border: 1px solid #1F1F1F;
	border-top: 0;
}

.menuitems {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.menuitems li {
	border-right: 1px solid #1F1F1F;
}

.menuitems a {
	display: block;
	color: #311F1A;
	text-decoration: none;
	padding: 0.7em 1em;
}

.menuitems a:hover,
.menuitems li.selected a {
	color: #EEE1A7;
}

#main_body {
	background-color: #EEE1A7;
	border: 1px solid #1F1F1F;
	border-top: 0;
	padding: 1.5em 2em;
	line-height: 1.5;
}

#main_body h2 {
	text-align: center;
	font-weight: normal;
	margin-top: 0.25em;
}

#main_body h3 {
	border-bottom: 1px solid #7D8D78;
	padding-bottom: 0.2em;
}

#main_body a {
	color: #4A6563;
}

#main_footer {
	background-color: #EEE1A7;
	border: 1px solid #1F1F1F;
	border-top: 1px solid #7D8D78;
	padding: 0.6em;
	font-size: 0.75em;
	text-align: center;
}

.hero {
	max-width: 100%;
	height: auto;
	border: 1px solid #311F1A;
}

.rule {
	border: none;
	border-top: 1px solid #7D8D78;
	width: 10em;
	margin: 1.5em auto;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25em;
	margin-top: 1em;
}

.gallery .card {
	text-align: center;
	text-decoration: none;
}

.gallery .card img {
	width: 100%;
	height: auto;
	border: 1px solid #311F1A;
	background: #fff;
}

.gallery .card span {
	display: block;
	padding-top: 0.4em;
}

.scrollrow {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #7D8D78;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
}

.pics {
	text-align: center;
}

.pics img {
	max-width: 100%;
	height: auto;
	border: 1px solid #311F1A;
	margin: 0.5em 0;
}

.pics figure {
	display: inline-block;
	margin: 0.5em;
	max-width: 440px;
}

.pics figcaption {
	font-size: 0.8em;
	color: #4A6563;
}

.desc {
	font-size: 1.1em;
}

.linklist {
	padding-left: 1.2em;
}

.linklist li {
	margin-bottom: 1em;
}

@media (max-width: 600px) {
	#main_body {
		padding: 1em;
	}

	#main_header .masthead {
		font-size: 1.3em;
	}

	#main_header img {
		display: none;
	}
}
