@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");

body {padding: 0; margin: 0; overflow: hidden;}
#canvas {
	/* background: black;  */
	/* background-color: rgba(255,0,0,.1); */
	background: url('https://latespaces.files.wordpress.com/2016/12/img_20161219_154559.jpg?w=1280')
}

#menu, #reMenu {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}

#reMenu {background: transparent;}

h1, p, a {
	position: relative;
	z-index: 1;
	font: 72px "Press Start 2P", cursive;
	color: white;
	text-align: center;
	margin: 0;
}

a{
	font-size : 16px;
	margin: 0;
	display: inline-block;
	position: relative;
	left: 0;
}

h1 {margin-top: 5%;}

p {
	font-size: 16px;
	margin-top: 10px;
	padding-left: 200px;
}

a#start, a#restart, a#tweet, p#loading, a#home77 {
	font-size: 24px;
	display: block;
	width: 120px;
	top: 30%;
	left: 0;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding: 10px;
	text-decoration: none;
	margin: 0 auto;
}

a#restart {width: 165px; top: 20%}

a#tweet {top: 25%; width: 342px;}

#score {
	bottom: 10px;
	position: absolute;
	z-index: 1;
	padding-left: 10px;
	font-size: 16px;
}

p#loading {
	border: none;
	font-size: 16px;
	top: 20%;
	width: 200px;
}

a#start{top: 100%;}

#info2 {padding : 0;}

.seven7Player {
	height: 60px;
	width: 100%;
	border: 1px solid #000;
	text-align: center;
}

.seven7Player button {
	height: 100%;
	width: 65px;
	background: none;
	float: left;
	outline: 0;
	border: none;
	border-right: 1px solid black;
}

 .seven7Player button:hover {
	 cursor: pointer;
 }

.seven7Player button i {
	font-size: 30px;
}

#refresh {
	position: absolute;
	bottom: 12.5vh;
	left: 18vw;
	font-size: 20px;
	color: green;
}
