body {
	background-color: rgba(244,244,244,1) !important;

	color: #333 !important;

	font-size: 20px;
}
h1,h2,h3,h4,h5,h6 {
	color: rgba(50, 173, 50, 1);
}
#mainnav {
	margin: 0 0 0 2em;
}
.page-header {
	display: none;
}
.container-header {
	background-image: none  !important;
	background-color: rgba(250,240,230,1) !important;
	border-bottom: 1px #aaa solid;
}
.mod-breadcrumbs__wrapper a,
.container-header .mod-menu a,
.container-header .mod-menu {
	color: #333;
}
.breadcrumb-item.active {
	font-weight: bold;
	color: #000;
}
.footer {
	color: #333;
	
	background-image: none  !important;
	background: rgba(250,240,230,1) !important;
	border-top: 1px #aaa solid;
}