.hero-section .hero-logo {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
	margin-top: 150px;
	max-height: 100px;
}

.btn-hero-primary {
	opacity: .95;
	margin: 10px 10px;
	border-radius: 21px;
	padding: 8px 20px;
	font-weight: 600;
	letter-spacing: 2px;
	white-space: normal;
}

.btn-hero-primary:hover {
	opacity: 1;
	background-color:#d43721 !important;
}

.wpb_wrapper  {
	color:#fff;
}

.wpb_wrapper p {
	color:#666;
}

.wpb_wrapper h4 {
	color:#222;
}
.wpb_wrapper h2 {
	color:#000000;
}

.wpb_willow_section_heading .section-title.small {
    	color:#696969;
    	opacity:1;
}

body {
    font-size: 15px;
}

.form-control {
    border: 1px solid #c3c3c3;
}

div.wpcf7-validation-errors {
    border: 2px solid #f70000 !important;
    color: #f70000 !important;
}