/* Add here all your CSS customizations */
.body {
	background-color: #d6d2c5;
}
	#header .header-nav-main nav > ul:not(:hover) > li > a.active {
		background-color: #7b0304;
		color: #FFF;
	}
#header .header-column .header-extra-info li .header-extra-info-text label {
	display: block;
	margin: 0;
	color: #7b0304;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
}
#header .header-column .header-extra-info li .header-extra-info-text a {
	color: #7b0304;
}
#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
		font-style: normal;
        color: #4A4F00;
		font-weight: 600;
		padding: 0.5rem .5rem;
		letter-spacing: -0.5px;
		text-transform: uppercase;
	}
.lead {
	letter-spacing: .0em;
	font-size: 18px;
	font-size: 1.0rem;
}
.alternative-font {
	font-family: "Playfair Display";
    color: #7f8963;
    letter-spacing: .01em;
}
body {
	background-color: #E7E4DB;
	color: #555;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0em;
}
section.section {
	background: #E7E4DB;
    border-top: 0px solid #f1f1f1;
}
.page-header {
	background-color: #d6d2c5;
}
a:hover {
	color: #7b0304;
}

a:focus {
	color: #7b0304;
}

a:active {
	color: #717a58;
}p {
	color: #555;
	line-height: 26px;
	margin: 0 0 20px;
}
.home-intro {
	background-color: #212529;
	margin-bottom: 30px;
}
