/* HERO */
.hero {
	position: relative;
	height: 70vh;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 2;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: -1;
}

.hero .content {
	justify-content: flex-start;
}

.hero-info {
	background-image: url('../images/heros/hero_info.jpg');
}

.hero-services {
	background-image: url('../images/heros/hero_services.jpg');
}

.hero-team {
	background-image: url('../images/heros/hero_team.jpg');
}

.hero-about {
	background-image: url('../images/heros/hero_about.jpg');
}
.hero-home {
	height: 100vh;
	width: 100%;
	position: relative;
}
