#feheader {
	display: flex;
	background-color: #F9F4EE;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 40px;
}

#feheader > div {
	text-align: center;
	padding: 10vh 15vw;
}

#feheader > .text-dark {
	color: #000;
}
#feheader > .text-light {
	color: #fff;
}

#feheader .title,
#feheader .subtitle,
#feheader .cta {
	display: block;
	margin: 0;
}
#feheader .title {
	/* font-family: "Bebas Kai", serif; */
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 10px;
}
#feheader .subtitle {
	font-size: 57px;
	font-weight: 600;
	line-height: 1.1;
}
#feheader .cta {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 23px;
	font-size: 16px;
	line-height: 1.3333333;
}
#feheader .cta.btn-dark,
#feheader .cta.btn-light {
	color: #fff;
	background-color: rgba(255, 165,0,0.7);
	border: none;
	text-decoration: none !important;
}
#feheader .cta.btn-dark:hover,  #feheader .cta.btn-dark:active,  #feheader .cta.btn-dark:focus,
#feheader .cta.btn-light:hover, #feheader .cta.btn-light:active, #feheader .cta.btn-light:focus {
	color: #fff !important;
	background-color: Orange;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	#feheader > div {
		padding: 5vh 10vw;
	}
}

@media (max-width: 767px) {
	#feheader {
		padding: 10px;
		justify-content: center !important;
	}
	#feheader .title {
		font-size: 18px;
	}
	#feheader .subtitle {
		font-size: 40px;
	}
}
