.wrapper {
	width: 100%;
	min-height: 20vh;
	background: url('/assets/bg1.webp');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.wrapper .overlay {
	width: 100%;
	min-height: 20vh;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper .overlay h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: white;
}


.about h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}
.about h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.about p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #444;
	text-align: center;
}
.about .btn {
	background: linear-gradient(#8E2DE2, #4A00E0);
	color: white;
	font-size: 1em;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 0;
}
.about .btn:hover, .about .btn:focus {
	background: transparent;
	color: #333;
	border: 2px solid #8E2DE2;
}
.about .line {
	width: 100px;
	height: 6px;
	background-color: #40CCCC;
	margin-bottom: 2em;
}

.mission-container h2 {
	font-family: 'Work Sans';
	font-size: 2em;
	font-weight: bold;
}
.mission-container p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: justify;
}
.mission-container .mission {
	background-color: #40CCCC;
	color: #111;
}
.mission-container .vision {
	background-color: #333;
	color: white;
}

.stats h4 {
	font-family: 'Work Sans', sans-serif;
	font-size: 5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.stats h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #30B5B5;
	text-transform: uppercase;
	text-align: center;
}


.parallax {
	color: #434343;
}
.parallax h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.parallax h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
}
.parallax .line {
	width: 100px;
	height: 5px;
	background-color: white;
}
.parallax p {
	text-align: justify;
}
.parallax img {
	aspect-ratio: 3/2;
}


@media(min-width: 992px) {
	.wrapper, .wrapper .overlay {
		min-height: 35vh;
	}
	.parallax h3 {
		font-size: 2.5em;
	}
	.parallax p {
		text-align: left;
	}
}
@media(min-width: 1200px) {
	.wrapper {
		min-height: 45vh;
	}
	.wrapper .overlay {
		min-height: 45vh;
		padding-top: 7em;
	}
}