/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 2.6.4.4.1518356023
Updated: 2018-02-11 13:33:43

*/

a:hover {
	text-decoration: none;
color: #000;

}



h1 {
	color:#1c5812;/*dark green*/
}

/*Header Log changed from centered to float left*/
.et_header_style_centered #logo{
	float: left;
}

#footer-info {
	float: right;
	padding-bottom: 10px;
	color: #666;
	text-align: left;
}

#footer-info a {
	color: #666;
	font-weight: 700;
}

#footer-info a:hover {
	color: #fff;
}

/* Footer Menu */
#et-footer-nav {
	background-color: rgba(255, 255, 255, 0.05);
}

.bottom-nav {
	padding: 15px 0;
}

.bottom-nav li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600;
}

.bottom-nav a {
	color: #cecece;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bottom-nav a:hover {
	color: #fff;
}