body {
    background: #e5e5e5;
}

section.site-form {
	display: none !important;
}

/**********************************
******      Section 1      *******
**********************************/

#section_1 {
	height: 550px;
	position: relative;
	background-image: url(http://www.ez-dock.com/content/uploads/2020/01/EZD-2i-image-from-brochure-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 65%;
	background-position-x: 50%;
}

#section_1 .row {
	width: 100%;
	padding: 0 15px;
	padding-top: 25px;
}

#section_1 h2 {
	font-size: 70px;
	color: #fff;
}

#section_1 span {
	white-space: nowrap;
}

#section_1 h4 {
	margin-top: 10px;
	color: #f3ddb0;
}

#section_1 p {
	margin-top: 25px;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 20px;
}

a.inline-link {
	font-weight: 600;
	color: #f3ddb0;
}

a.inline-link:hover {
	color: #004987;
}

/**********************************
******      Section 2      *******
**********************************/

#section_2 .row {
	padding: 40px 15px;
}

#section_2 h2 {
	width: 100%;
	margin-top: 0;
}

span.emphasize {
	font-weight: 900;
	font-size: 18px;
}

#section_2 p {
	width: 100%;
}

img.floating-img {
	width: 100%;
	transform: scalex(-1);
}

/**********************************
******      Section 3      *******
**********************************/

#section_3 {
	background-color: #203246;
}

#section_3 .row {
	padding: 45px 15px;
}

#section_3 h2 {
	color: #fff;
	width: 100%;
}

#wpcf7-f22174-p22150-o1 {
	width: 100%;
	margin-top: 25px;
}

#section_3 label {
	color: #fff;
}

#section_3 label span {
	color: #2f2f2f;
}

#section_3 label span.wpcf7-not-valid-tip {
	color: #fff;
}

#section_3 [type='email'] {
	margin: 10px 0; 
}

.wpcf7-response-output {
	color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
	background-color: #87905c;
	border: 2px solid #87905c;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 2px;
	padding: 12px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease 0.3s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #656c45;
	border: 2px solid #656c45;
	color: #fff;
}

/**********************************
******      Responsive      *******
**********************************/

@media (min-width: 1024px) {
	#section_1 .row {
		width: 65%;
	}

}

@media (min-width: 768px) {
	#section_2 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.img-right {
		width: 45%;
		margin-left: 5%;
	}
	.text-content-left {
		width: 50%;
	}
	#section_3 h2 {
		width: 75%;
		margin: 0 auto;
	}
	#wpcf7-f22174-p22150-o1 {
		width: 75%;
		margin: 0 auto;
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	#section_1 .row {
		padding-top: 15px;
	}
	#section_1 h2 {
		font-size: 52px;
	}
}

@media (max-width: 500px) {
	#section_1 {
		height: 630px;
	}
	#section_1 .row {
		padding-top: 10px;
	}
	#section_1 h2 {
		font-size: 56px;
	}
}