#header-container {
	align-items: flex-start !important;
	padding-top: 3rem !important;
	justify-content: flex-end;
}

.bg-holder.overlay:before {
	background: none;
}

.bg-holder.overlay {
	background-size: 220vh;
	background-position: 29% 0;
}

#main-header {
	padding: 15px 0;
	margin: 0;
	font-family: 'Nexa Regular';
	font-size: 13vw;
	font-weight: 500;
}

#main-header-sub {
	padding: 15px 0;
	font-family: 'Lato';
	font-size: 4.2vw;
	font-weight: 400;
	color: white;
}

@media (min-width: 430px) {
	#main-header {
		font-size: 3.5rem;
	}
}

@media (min-width: 485px) {
	#main-header-sub {
		font-size: 1.333rem;
	}
}

@media (min-width: 768px) {
	.bg-holder.overlay {
		background-size: cover;
		background-position: center;
	}

	#header-container {
		align-items: center !important;
		padding-top: 7.5rem !important;
	}

	#banner {
		padding: 50px;
	}
}
