body,td,th {
	font-family: 'Zilla Slab', Georgia, 'serif';
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	color: #606618;
	background-color: #fff;
}
.container {
	padding: 0 10px;
	max-width: 1400px;
	margin: auto;
	display: grid;
}
.header750 {
	margin: 0 0 -10px 0;
	grid-column: 1 / -1;
	grid-row: 2 / 3;
}
.header1200 {
	margin: 0;
	grid-column: 1 / -1;
	grid-row: 2 / 3;
}
.home-image-border {
	border-top: solid 5px linear-gradient(135deg, rgb(167,125,45), rgb(231,215,143), rgb(213,175,52)) 1;
}
H1 {
	font-size: 200%;
	color: #ab8500;
	font-weight: 500;
	line-height: 35px;
	font-style: italic;
}
H2 {
	font-size: 200%;
	color: #a60000;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 40px;
	font-style: italic;
}
H3 {
	font-size: 150%;
	color: #606618;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 30px;
	font-style: italic;
}
H4 {
	font-size: 125%;
	color: #a60000;
	margin: 30px 0 -10px 0;
	font-weight: 500;
	line-height: 25px;
	font-style: italic;
}
H5 {
	font-size: 110%;
	color: #a60000;
	margin: 0 0 -10px 0;
	font-weight: 500;
	line-height: 25px;
	font-style: normal;
}
.text-italic {
	font-style: italic;
}
.textbold {
	font-weight: 700;
}
.textred {
	color: #a60000;
	text-align: center;
	margin-top: 5px;
	font-style: normal;
}
.textboldcentered {
	text-align: center;
	margin-top: 5px;
	font-style: normal;
	font-weight: 600;
}
.textgolditalic {
	color: #ab8500;
	margin-top: 5px;
	font-style: italic;
}
.contact-text {
	text-align: center;
	margin: 35px 10% 25px 10%;
}
.contact-info {
	font-size: 110%;
	line-height: 30px;
	text-align: center;
}
.margintop10 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}
.lessmarginbottom {
	margin-bottom: -20px;
}
.lineheight40 {
	line-height: 40px;
}
.top-image {
	margin-top: 5px;
}
.image-fluid {
	margin: 0px auto;
	max-width: 100%;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.border-red {	
	border: 2px solid #a60000;
}
.border-gold-gradient {	
	border-style: solid;
 	border-width: 6px;
	border-image: linear-gradient(135deg, rgb(167,125,45), rgb(231,215,143), rgb(213,175,52)) 1;
}
.rule-gold-gradient {	
 	height: 6px;
	max-width: 100%;
	margin-bottom: 15px;
	background-color: #cfb60d;
	background-image: linear-gradient(to right, #ab8500, #e0d661);
}
.indent-left {
    margin: 10px 0 0 15px;
	line-height: 25px;
}
.indent-sublist {
    margin: 0 0 0 36px;
	list-style-type: circle;
}
.indent-testimonials {
    margin-left: 10%;
}
.line-height-list {
	line-height: 20px;
}
.width-testimonials {
    max-width: 90%;
}
ul {
	line-height: 30px;
	margin-bottom: 30px;
}
.main-content {
	font-style: normal;
}
.main-content-home {
	font-style: normal;
}
.main-content a:link {
	color: #606618;
	text-decoration: underline;
}
.main-content a:visited {
	color: #606618;
	text-decoration: underline;
}
.main-content a:hover {
	color: #a60000;
	text-decoration: underline;
}
.main-content a:active {
	color: #a60000;
	text-decoration: underline;
}
.main-content-home a:link {
	color: #606618;
	text-decoration: underline;
}
.main-content-home a:visited {
	color: #606618;
	text-decoration: underline;
}
.main-content-home a:hover {
	color: #a60000;
	text-decoration: underline;
}
.main-content-home a:active {
	color: #a60000;
	text-decoration: underline;
}
.cream-box {
	max-width: 100%;
	background-color: #f7f0e3;
	text-align: left;
}
.cream-panel {
	max-width: 100%;
	background-color: #f7f0e3;
	text-align: center;
}
.footer {
	grid-column: 1 / -1;
	color: #f7f0e3;
	background-color: #a60000;
	font-style: normal;
	font-size: 85%;
	text-align: left;
	padding: 10px 4%;
	height: auto;
}
.footertextlarger {
	font-size: 125%;
	margin-bottom: 25px;
}
.footer a:link, a:visited {
	color: #f7f0e3;
	text-decoration: underline;
}
.footer a:hover, a:active {
	color: #dbcf88;
	text-decoration: underline;
}
.clearfloat { 
	clear: both;
}


