@font-face
{
	font-family: "BlokShox";
	src: url("blokshox.ttf");
}

div { color: #FFFFFF; }

body
{
	background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("crystal.jpg");
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
}

img
{
	pointer-events: none;
}

.banner-text
{
	font-family: BlokShox;
	font-size: 48px;
	color: #FFFFFF;
	
	position: relative;
	top: -130px;
	left: 330px;
}

.banner-subtext
{
	font-family: BlokShox;
	font-size: 16px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	position: relative;
	top: -130px;
	left: 353px;
}
