/*
CSS Style Sheet for Spokane Speedway
*/
.div-background {
	position:absolute;
	top: 0;
	right: 0;
	background-color: none; 
	height: 100vh;
	width: 60vw;
	}
.image-background {
	border: none;
	height: 100vh;
	width: 60vw;
    object-fit: cover;
	opacity: 1.0;
	}
.div-schedule {
	position:absolute;
	top: 0%;
	left: -28%;
	background-color: none; 
	height: 100vh;
	width: 40vw;
}
.image-schedule {
	align: left;
    border: none;
    width: 100vw;
    height: 100vh;
    opacity: 1.0;
	object-fit: contain;
    }
.div-links {
	position:absolute;
	top: 0px;
	right: 0px;
	background-color: none; 
	height: 15vh;
	width: 57vw;
	}
.image-links {
	border: 5px solid #ffaa00;
	border-radius: 10px;
	width: 5vw;
	height: auto;
	margin-left: 1vw;
	}
.div-sponsor {
	position:absolute;
	top: 20vh;
	left: 0vw;
	background-color: black; 
	height: 80vh;
	width: 23vw;
	}
.image-sponsor-l {
	width: 12vw;
	height: auto;
	margin-right: 5vw;
	padding: 2px;
	}
.image-sponsor-r {
	width: 12vw;
	height: auto;
	margin-left: 5vw;
	padding: 2px;
	}
.div-address {
	position:absolute;
	height: 15vh;
	width: 20vw;
	bottom: 1vh;
	right: 1vw;
	background-color: none; 
	}
.div-map {
	position:absolute;
	height: 12vh;
	width: 15vw;
	bottom: 1vh;
	left: 50%;
	background-color: none; 
	}
.div-l-button {
	position:absolute;
	height: 12vh;
	width: 15vw;
	bottom: 1vh;
	left: 1vw;
	background-color: none; 
	}
.div-back {
	position:absolute;
	height: 12vh;
	width: 15vw;
	bottom: 1vh;
	right: 1vw;
	background-color: none; 
	}
.div-txt-block {
	position:absolute;
	height: 50vh;
	width: 40vw;
	top: 0;
	left: 0;
	background-color: none; 
	}
.image-button {
	border: 5px solid #ffaa00;
	border-radius: 10px;
	width: 10vw;
	height: auto;
	margin-left: 1vw;
	}
/* 
	***** Text Controls *****
*/
t1	{
	font-family: 'arial';
	font-size: 1.5vw;
	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;}

