.header {
	height: 100vh;
	background-image: linear-gradient(
			to right bottom,
			rgba(126, 213, 111, 0.8),
			rgba(40, 180, 133, 0.8)
		),
		url(hero.jpg);
	background-size: cover;
	background-position: top;
	position: relative;
}

.header__text-box {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

body {
	padding: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #777;
}

.heading-primary {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6rem;
}

.heading-primary--main {
	display: block;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 20px;
}

.heading-primary--sub {
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 5px;
}
