/*
Theme Name: mmh Theme
Theme URI:
Description: mmh Theme v1 
Author: Michael Herrling / MARKTPRAXIS Digital Marketing
Author URI: http://www.marktpraxis.com/
Template: Divi
Version: 1.0
Tags: Divi Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */
@charset "utf-8";

/* Main Menu Padding */
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a
{padding-right: 50px;}

/* Main Header - Remove Nav Border*/

#main-header { 
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Footer Menu Float right */
ul#menu-footer.bottom-nav {
    text-align: right;
}
hr.green {
	color: #23a638;
	border:1px solid;
}
hr.blue {
	color: #00305b;
	border:1px solid;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a  {
	color: #023676;
}

.blue h2, .blue p {color:#00305b;}
.green h2, .green p {color:#23a638;}
.red h2{color:#680f0a;}