.el-hero .bhBackgroundImage {
	background-size: cover;
}

.el-hero .el-hero-height {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.el-hero .el-hero-content > div:nth-child(1) {	
	font-family: 'fieldwork';
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.el-hero .el-hero-content > div:nth-child(2) {	
	font-family: 'braisetto';
	font-size: 100px;
	line-height: 125px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.el-hero .el-hero-content > div:nth-child(3) {	
	font-family: 'fieldwork';
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: white;
	max-width: 540px;
	margin: 0 auto;
	font-weight: normal;
}

.el-hero-button {
	display: none;
}

 a[href] .el-hero-button {
	display: block;
	width: 200px;
	line-height: 50px;
	left: 502px;
	top: 3304px;
	opacity: 0.8;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 50px;
	font-family: 'fieldwork';
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 66px;
	transition: 0.2s ease all;
}

a .el-hero-button:hover {
	background: #dbbf8b;
	opacity: 1;
	border-color: #dbbf8b;
}

.el-hero .bhBackgroundImage:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	pointer-events: none;
	z-index: 0;
}

.el-hero .bhBackgroundImage > div > div {
	z-index: 1;
	position: relative;
}
	































