body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Avenir", sans-serif;
}

body,
html {
	height: 100%;
	line-height: 1.8;
	width: 100%;
	color: #fff;
}

html,
body {
	margin: 0;
}

#home-image {
	background-image: url("../images/home-banner.png");
	min-height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

#overlay:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}

.logo {
	width: 100%;
	max-width: 821px;
	height: auto;
}

@media screen and (max-width: 847px) {
	.logo {
		margin-bottom: 40px;
	}
}

.home-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	height: -webkit-fill-available;
	position: relative;
	z-index: 1;
}

.newsletter-form {
	margin-top: 65px;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 847px) {
	.form-inline .form-group {
		display: grid !important;
	}

	.form-inline {
		display: inline !important;
	}
}

.email-section {
	width: 411px !important;
}

@media screen and (max-width: 847px) {
	.email-section {
		width: auto !important;
	}
}

.btn-sign-up {
	color: black;
	background-color: #ed9b33;
}

.contact-logo {
	width: 100%;
	max-width: 394px;
}

.contact-section-one {
	margin-top: 225px;
	text-align: center;
}

.contact-section-first {
	margin-top: 81px;
}

.contact-section-content {
	margin-top: 50px;
}

.contact-bottom-section {
	margin-bottom: 291px;
}

footer {
	background-color: #ed9b33;
	padding: 20px;
}

.contact-section-heading {
	font-size: 22px;
	font-weight: 600;
}

.contact-section-paragraph {
	font-size: 20px;
}

.contact-section-image {
	background-image: url("../images/home-banner.png");
	min-height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.content-section-two {
	margin-top: 254px;
	margin-left: 68px;
	margin-right: 186px;
	margin-bottom: 200px;
}

@media screen and (max-width: 1500px) {
	.content-section-two {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.content-section-two {
		margin-top: 200px;
		margin-bottom: 200px;
	}
}

@media screen and (max-width: 847px) {
	.vs-button {
		margin-top: 25px;
	}
}

.footer-section::after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.column-1 {
	float: left;
	width: 33.33%;
	padding: 10px;
}

@media screen and (max-width: 443px) {
	.column-1 {
		display: none;
	}

	.column {
		float: left;
		width: 100%;
		padding: 10px;
	}
}