.innerBanner {
	background-image: url(https://us-ord-1.linodeobjects.com/gamegoat-static/template/index_banner.avif);
	background-size: cover;
}
.bannerLogo {
	left: 50px;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-image: url(https://us-ord-1.linodeobjects.com/gamegoat-static/template/banner-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.bannerText {
	position: absolute;
	right: 25%;
	text-align: right;
	top: 5px;
}
.bannerText h2 {
	color: #700000;
	font-size: 4em;
	font-family: sans-serif;
	margin: 0;
	text-shadow: 
		2px 2px 0px white,
		-2px -2px 0px white,
		2px -2px 0px white,
		-2px 2px 0px white;
}
.bannerText h3 {
	color: gold;
	font-size: 2em;
	font-family: sans-serif;
	margin: 0;
	top: -10px;
	text-shadow: 
		2px 2px 0px black,
		-2px -2px 0px black,
		2px -2px 0px black,
		-2px 2px 0px black;
}
.smallHeadline {
	font-size: 0.85em;
	margin-bottom: 10px;
}

/* Desktop Styles */
@media (min-width: 768px) {
}

/* Mobile Styles */
@media (max-width: 767px) {
	.bannerLogo {
		left: 35px;
	}
	.bannerText {
		right: 0;
		width: 100%;
		text-align: center;
	}
	.bannerText h2 {
		font-size: 1.75em;
	}
	.bannerText h3 {
		font-size: 0.8em;
		top: -5px;
	}
}