@import url('mobile');

#hdr-logo {
	background: url(/m/img/site-logo.png) no-repeat center center;
	background-size: 300px auto;
}

nav {
	background-color: #676940;
}

nav ul {
	background-size:380px auto;
	background: #676940 url(/m/img/nav-whoweare.jpg) no-repeat center top;
}

nav ul li {
	color: #fff;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #a8aa52;
}

nav ul li:first-child {
	border-right: 1px solid #a8aa52;
}

nav ul li:first-child {
	background-image: url(/m/img/nav-active.png);
}

nav ul li:last-child { border-bottom: none;}

nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}

.content-body {
	background-size: 410px auto;
	background: url(/m/img/wash-whoweare.jpg) no-repeat center top;
}

.content-body a, footer a {
	color: #676940;
	font-style: italic;
}

.content-body > em, .content-body > p > em { color:#464816; font-size: 18px;}
.content-body > h1, .content-body > p > h1 { color:#464816; font-size: 18px; font-style: italic; font-weight: normal;}


footer {
	margin-top: 10px;
	font-size: 13px;
}

hr { border-top: 1px solid #676940; }
footer { border-top: 1px solid #676940; }
.facebook, .linkedin { background-color: #676940; }


@media screen and (min-width: 321px)
{
	nav ul { height: auto; width: 100%;}
	nav ul li, nav ul li:first-child { width: 47%; border-bottom: none; height: 20px;border-right: 0px solid #a8aa52;}
}