/*
 Theme Name:   Divi Child Theme
 Description:  A child theme of the Divi theme
 Author:       J.Benton
 Template:     Divi
 Version:      1.0.0
*/


h1, h2 {
	font-family: 'Coustard', serif;
	font-weight: bold;
}

h3 {
	font-family: 'Coustard', serif;
}

#logo {
	position: absolute;
	top: 18px;
}

#main-header {
	background: #3F4D2C; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#738427, #3F4D2C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#738427, #3F4D2C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#738427, #3F4D2C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#738427, #3F4D2C); /* Standard syntax */
}

#top-menu a {
	font-family: 'BenchNine', sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 2px 2px 4px #000000;

}

.et_pb_row.et_pb_row_0.et_pb_gutters1 {
	margin-bottom: 10px;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_2 {
	margin-top: 15px;
}

#main-footer {
	display: none;
}

/*-----footer menu------*/


#footer-menu {
	list-style: none;
	line-height: 18px;
	padding-top: 10px;
}

#footer-menu a {
	color: #FFF;
}
#footer-menu a:hover {
	color: #3F4D2C
}