@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
*{box-sizing: border-box;}

body {
  margin: 0; padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background: url(bg.jpg) center center;
}

.container {
  height: 552px;
  max-width: 320px;
  position: relative;
  margin: 20px auto 0; 
  overflow: hidden;
  margin-bottom: 50px;
}



canvas {
  height: 552px;
  width: 320px;
  display: block;
	background: transparent;
}

@media screen and (max-width: 480px){
  .container {
	  margin-bottom: 0;
  }

	.pick a.player .img {
		width: 80px;
		height: auto;
	}
	
	canvas {
		width: 100%;
	}
}

#scoreBoard {
  width: 320px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;  
}

#scoreBoard p {
  font-size: 20px;
  padding: 0;
  line-height: 47px;
  margin: 0px 0 0 5px;
  color: #000;
  text-shadow: -1px 1px #fff;
padding-left: 5px;
margin-top: -5px;
}

img {display: none}
a img { display: inline; }

#mainMenu { 
	display: block;
}

#mainMenu, #gameOverMenu {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#gameOverMenu {
  visibility: hidden;
}

h2, h3, h1 {font-weight: normal}
h1 {
  font-size: 60px; 
  color: #000;
  text-shadow: -5px 5px #fff;
  line-height: 1.2em;
  margin: 0px;
}

h3 {text-align: center; background: #000; color: #fff; padding: 1em 0; margin: -10px 20px 0 0; }

.button {
  width: 105px;
  height: 31px;
  background: url(http://jumpman.space/future.png) 0 0 no-repeat;
  display: block;
  color:  #000;
  font-size: 12px;
  line-height: 31px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -53px;
}

.button.tweet {bottom: 100px; background-position: 0 -90px}
.button.fb {bottom: 140px; background-position: 0 -60px}

.info { margin: 0; font-size: 9pt; text-align: center; display:block; color: #fff; text-shadow: 1px 1px #000; margin-top: 10px; }

.info .key {
  width: 16px;
  height: 16px;
  background: url(http://jumpman.space/future.png) no-repeat;
  text-indent: -9999px;
  display: inline-block;
}

.info .key.left {background-position: -92px -621px;}
.info .key.right {background-position: -92px -641px;}

#credits,#logo {
	text-align: center;
	display: block;
	line-height: 0;
	color: #ff2100;
	text-decoration: none;
	position: absolute;
	width: 65px;
	left: 50%;
	bottom: 20px;
	margin-left: -32px;
}

.pick {
	text-align: center;
	background: #000;
	padding: 23vh 0;
}

.pick h1 {
	color: #fff;
	text-shadow: none;
}

.pick h2 {
	color: #fff;
	font-size: 36px;
	margin: 0;
}

.pick img {
	display: inline-block;
}

h6 {
	color: #555;
	margin: 0;
	font-weight: normal;
}

h6 a { color: #888; }

.byline {
	margin-top: 6em;
}

.controls {
	display:block;width:40px;text-align:center;font-size:36pt;opacity:0.8;border:4px solid #fff;color:#fff;cursor:default;border-radius:20px;
}

#goleft {
	position: absolute;top:75%;left:0;
}

#goright {
	position: absolute;top:75%;right:0;
}

.pick a.player img {
	width: 92px;
	height: auto;
}

#logo {
	position: absolute;
	top: 10px;
	right: 20px;
	left: auto;
	margin: 0;
	z-index: 9999999 !important;
	font-size: 8pt;
}
