﻿html, body
{
	min-height: 100%;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	background-color: #d5d0c6;
}

body
{
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

body.home
{
	background-image: url(../images/home_background.svg);
}

body.about 
{
	background-image: url(../images/about_background.svg);
}

a.current img
{
	width: 21%;
	display: block;
	position: absolute;
	left: 36%;
	bottom: 50%;
}

a.about img
{
	width: 23%;
	display: block;
	position: absolute;
	left: 35%;
	bottom: 1.5%;
}

a.past img {
	width: 28%;
	display: block;
	position: absolute;
	bottom: 4%;
	right: 11.5%;
}

iframe.aboutVideo {
	width: 70%;
	height: 70%;
	position: absolute;
	left: 7%;
	top: 23%;
}

a.home img 
{
	width: 18%;
	display: block;
	position: absolute;
	left: 1%;
	top: 3%;
}

a.gameTest {
	width: 200px;
	font-size: 20px;
	background: #063853;
	color: #ffffff;
	position: absolute;
	left: 60%;
	top: 70%;
	text-decoration: none;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}