/* =========================
	STAGE (Hero)
	========================= */

.stage {
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	display: flex;
	flex-direction: column;
	height: 15vh;
	justify-content: center;
	min-height: 10rem;
	width: 100%;
}

.stage .logo,
.stage .company-additional,
.stage .company-name {
	display: block;
	opacity: .75;
}

.stage .logo {
	height: 12rem;
	margin: 0 auto;
	width: 12rem;
}

.company-name {
	font-size: 5rem;
	font-weight: 900;
	line-height: 7rem;
	margin: 0 0 -1rem 0;
}

.company-additional {
	font-size: 2.15rem;
	font-weight: 500;
	line-height: 2rem;
	white-space: nowrap;
}