body{
	margin: 0;
	background-color: #d95626;
	overflow-x: hidden;
	pointer-events: none;
}
header{
	pointer-events: auto;
}
.introText{
	font-family: oswald;
	font-size: 70px;
	text-align: center;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	position: relative;
	color: antiquewhite;
}
.introTextSub{
	font-family: oswald;
	font-size: 45px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	position: relative;
	width: 775px;
	color: antiquewhite;
}
.homepageText{
	font-family: oswald;
	font-size: 30px;
	text-align: center;
	margin-left: 20vw;
	margin-right: 20vw;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	color: antiquewhite;
	pointer-events: none;
}
.backgroundCanvas{
	position: fixed;
	z-index: -2;
	top: 0px;
	pointer-events: auto;
}
a{
	color: lightskyblue;
}
a:visited{
	color:pink;
}
.background-showcase{
	position: absolute;
	top: 0px;
	width: 384px;
	height: 256px;
	outline: 3px solid white;
	z-index: -1;
	pointer-events: auto;
}
.background-showcase:hover{
	outline: 8px solid lightskyblue;
}
#showcaseContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.text-span{
	pointer-events: auto;
	text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}