.site-title {
    margin: 8px 0 8px;
}

.header-widget-area h4 {
	color: #ffffff;
	background-color: #ff0000;
	font-weight: 700;
	padding: 10px 20px 10px 0px;
	margin-left: 140px;
	border-radius: 6px;
}

#about h4 {
	color: #ffffff;
	background-color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 6px;
	margin-bottom: 0px;
}

#custom_html-6 {
	margin-top: 150px;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #625865;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00324f;
}

h3 {
	color: #00324f;
}

h5 {
	/* color: #FFFFFF; */
	font-size: 24px;
}

h6 {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	text-shadow: 2px 2px 2px #333;
}

p {
	font-size: 17px;
	color: #333333;
}

.entry-title a, .sidebar .widget-title a {
	font-family: 'Lato', sans-serif;
	color: #8fba2d;
}

a {
	color: #8fba2d;
}

hr {
	clear: both;
}

body.home {
	background-image: url("wp-content/uploads/2016/06/bg-wood-US.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

.site-header {
	background-image: url("wp-content/uploads/2016/06/bg-wood-US.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
.site-header .widget-area {
    padding-top: 50px;
}

.header-image .site-title a {
	float: left;
	min-height: 170px;
	width: 320px;
	position: relative;
	z-index: 5;
}

.title-area {
	width: 25%;
}

.site-header .widget-area {
	width: 75%;
}

.nav-primary {
	background-color: #a6b446;
	background-position: center;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover {
	background-color: #00324f;
	background-position: center;
}

.genesis-nav-menu a {
	font-family: 'Lato', sans-serif;
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #00324f;
	color: #ffffff;
}

.genesis-nav-menu .sub-menu {
	border: 0 none #fff;
}

.genesis-nav-menu .sub-menu a {
	background-color: #a6b446;
	border: none;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #00324f;
	color: #fff;
}

.site-header .wrap {
	border-bottom: 0 none #222;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

.nav-primary .wrap {
	border-bottom: 0 none #222;
}

#about, #services {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

#portfolio {
    padding: 0px 0 16px;
}

#services {
	padding-top: 50px;
	background-color: #a6b446;
}

.button, .widget .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #012c4e;
}

.footer-widgets {
	background-image: url("wp-content/uploads/2016/06/bg-wood-US.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #a6b446;
}

.site-footer {
  border-top: 1px none #222;
	background-color: #012c4e;
}

.site-footer p, .site-footer a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.soliloquy-container .soliloquy-wrapper {
	border: 9px solid #FFFFFF;
}

.soliloquy-container .soliloquy-wrapper {
	-webkit-box-shadow: 0 8px 12px -6px #666;
	-moz-box-shadow: 0 8px 12px -6px #666;
	box-shadow: 0 8px 12px -6px #666;
}

.after-entry {
	background-color: #FFFFFF;
	color: #999;
	margin-bottom: 0;
	padding: 4%;
}