
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: black;
}


.main{
	width: 100%;
	padding-bottom: 75%;
}


.main > .title {
	background-image: url("title.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%; 
	padding-bottom: 75%;
}


.main > .arena { 
	background-image: url("background.gif");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	padding-bottom: 75%;
}


.main > .arena > .exclamationPoints{
	text-align: center;
	color: white;
	font-size: 5vw;
	position: relative;
	top: -71vw;
	width: 100vw;
	height: 0;
	margin: 0;
}


.main .disconnectedFromServer{
	color: black;
	background-color: red;
	text-align: center;
	font-size: 5vw;
	position: absolute;
	width: 100vw;
}



.main > .arena > .playerADisplay{
	text-align: left;
	color: #585800;
	font-size: 5vw;
	position: relative;
	top: -36vw;
	left: 3vw;
	width: 100vw;
	margin-left: 3vw;
	text-shadow: 2px 2px 2px black;
	height: 0;
	margin: 0;
}


.main > .arena > .playerBDisplay{
	text-align: left;
	color: #90451c;
	font-size: 5vw;
	position: relative;
	top: -36vw;
	left: 76vw;
	width: 100vw;
	margin-left: 77.3vw;
	text-shadow: 2px 2px 2px black;
	height: 0;
	margin: 0;
}


.main > .arena > .spectatorDisplay{
	text-align: center;
	color: black;
	font-size: 5vw;
	position: relative;
	top: -36vw;
	width: 100vw;
	text-shadow: 2px 2px 2px black;
	height: 0;
	margin: 0;
}

.main > .arena > .indication{
	text-align: center;
	color: white;
	font-size: 4vw;
	position: relative;
	top: -32vw;
	width: 100vw;
	text-shadow: 2px 2px 2px black;
	height: 0;
}


.vue-player{
	width: 100%;
	height: 100%;
}


.vue-player > .playerA{
	background-image: url("idle.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 39%;
	background-position-y: 38%;
	padding-bottom: 75%;
}


.vue-player > .playerB{
	background-image: url("idle.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 39%;
	background-position-y: 38%;
	padding-bottom: 75%;
	margin-top: -75%;
	transform: scaleX(-1);
	filter: hue-rotate(-45deg);
}


.vue-player > .playerAwins{
	background-image: url("attack.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 54%;
	background-position-y: 38%;
	padding-bottom: 75%;
}


.vue-player > .playerBloses{
	background-image: url("dead.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 39%;
	background-position-y: 38%;
	padding-bottom: 75%;
	margin-top: -75%;
	transform: scaleX(-1);
	filter: hue-rotate(-45deg);
}


.vue-player > .playerAloses{
	background-image: url("dead.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 39%;
	background-position-y: 38%;
	padding-bottom: 75%;
}


.vue-player > .playerBwins{
	background-image: url("attack.png");
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
	background-size: 16%;
	background-position-x: 54%;
	background-position-y: 38%;
	padding-bottom: 75%;
	margin-top: -75%;
	transform: scaleX(-1);
	filter: hue-rotate(-45deg);
}
