﻿.welcome {
	background: url("/core/images/pexels-photo-237180.webp");
	background-size: cover;
	background-position: 50% 50%;
	height: 100vh;
	position: relative;
}
.welcome-text {
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px 1px #000000, -1px -1px #000000;
	margin: 0px;
	font-family: endurest;
	font-size: 15vh;
	color: rgba(235, 235, 235, 1);
}
.welcome-text .subtext {
	font-size: 4vh; padding-top: 0; margin: 0; font-family: mildlife;
}
.text {
	text-align: center;
	width: 100vw;
}
.centered {
	position: relative;
	top: 40%;
	left: 50%;
	width: 95%;
	transform: translate(-50%, -50%);
}
.section-title {
	text-align: center;
	color: rgba(0, 235, 0, 1);
	font-size: 9vh;
	font-family: endurest;
	padding-bottom: 10px;
}