/*
CSS Style Sheet for Spokane Speedway
*/
.div-background {
	position:absolute;
	bottom: 1vh;
	right: 1vw;
	background-color: none; 
	width: 30vw;
	height: auto;
	}
.image-background {
	border: none;
	height: 30vh;
	width: 30vw;
	object-fit: cover;
	opacity: 1.0;
	}
.div-schedule {
	position:absolute;
	top: 1vh;
	right: 1vw;
	background-color: none; 
	height: 70vh;
	width: 40vw;
	}
.image-schedule {
	height: 70vh;
	width: 40vw;
	opacity: 1.0;
	object-fit: contain;
	}
.div-oval {
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 15vh;
	width: 40vw;
	}
.div-links {
	position:absolute;
	bottom: 1vh;
	left: 1vw;
	height: 20vh;
	width: 65vw;
	}
.image-oval {
	width: 40vw;
	height: 20vw;
	opacity: 1;
	background-color: #aaffff;
	}
.image-links {
	border: 3px solid #ffaa00;
	border-radius: 5px;
	width: 11vw;
	height: auto;
	margin-left: 1vw;
	}
.div-sponsor {
	position:absolute;
	top: 26vh;
	left: 1vw;
	height: 50vh;
	width: 55vw;
	}
.image-sponsor-l {
	width: 19vw;
	height: auto;
	margin-right: 30vw;
	padding: 2px;
	}
.image-sponsor-r {
	width: 19vw;
	height: auto;
	margin-left: 30vw;
	padding: 2px;
	}
.div-address {
	position:absolute;
	top: 15vh;
	left: 2vw;
	height: 15vh;
	width: 40vw;
	}
.div-map {
	position:absolute;
	top: 16vh;
	left: 42vw;
	height: 6vh;
	width: 15vw;
	}
.div-l-button {
	position:absolute;
	height: 12vh;
	width: 15vw;
	bottom: 1vh;
	left: 1vw;
	}
.div-back {
	position:absolute;
	height: 12vh;
	width: 15vw;
	bottom: 1vh;
	right: 1vw;
	}
.div-txt-block {
	position:absolute;
	height: 50vh;
	width: 40vw;
	top: 0;
	left: 0;
	}
.image-button {
	border: 5px solid #ffaa00;
	border-radius: 10px;
	width: 10vw;
	height: auto;
	margin-left: 1vw;
	}
/* 
	***** Text Controls *****
*/
t1	{
	font-family: 'arial';
	font-size: 3vw;
	font-weight: 700;
	color: #0000ff;
	text-align: center;
	text-shadow: 
	-3px -3px 3px #f9fb3a,
	-3px 3px 3px #f9fb3a,
	3px -3px 3px #f9fb3a,
	3px 3px 3px #f9fb3a;
	}
t2	{
	font-family: 'courier new';
	font-size: 2vw;
	color: #0000ff;
	text-align: center;
	}
a	{
	text-decoration:none;
	}
a:visited {
	color: #ff0000;
	}
a:hover {
	color: #aa00aa;
	}
a:active {
	color: #ff00ff;
	}
body {
	background-color: #000000;
	background-size: 100vw 100vh;
	}

