body {
  background-color: #000;
  color: #fff;

  /* Allow mouse dragging. */
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  
  /* disable touch panning/zooming */
  -ms-touch-action: none;
  touch-action: none;

  /* Allow canvas to hit the edges of the browser viewport. */
  margin: 0;
}

.logo {
	position: fixed;
	z-index: 1000;
	width: 150px;
	left: 20%;
	margin-left: -75px;
	margin-top: 5px
}

.logo2 {
	position: fixed;
	z-index: 1000;
	width: 20px;
	left: 2%;
	margin-left: 0px;
	margin-top: 5px
}
footer p {
	color: #999;
	font-size: .7em;
	font-family: "Merriweather Sans", sans-serif;
	letter-spacing: .2em;
	line-height: 15px;
	padding-left: 15px;
}

footer h1 {
	color: #999;
	font-size: .7em;
	font-family: "Merriweather Sans", sans-serif;
	letter-spacing: .2em;
	line-height: 20px;
	padding-right: 15px;
	float:right;
}

a:-webkit-any-link {
    color: #FFFFFF;
    text-decoration: none;
    cursor: auto;
}

/* mouse over link */
a:hover {
    color: #FFCC04;
}


footer {
	position: fixed;
	bottom: 0;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	width: 100%;
	float: left;
		height: 30px;
	position: relative;
	overflow: hidden;
	color: #7d00b3s;
	font-size: .7em;
	font-family: "Merriweather Sans", sans-serif;
	letter-spacing: 0;
	line-height: 20px;
	background-color:#7d00b3;
	
}

@media (min-width:1025px) {
	.logo_mob {
	display: none
}
}

@media (max-width:1024px) {
	.logo_desktop {
	display: none
}
}
.logo img {
	width: 100%
}


.logo {
	margin-top: 10px;
	position: absolute
}


#screen canvas {
  margin: auto;
  /* Hide the gap for font descenders. */
  display: block;
  
  /* disable scaling interpolation */
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

#share {
  margin: 10px auto;
  text-align: center;
}

#share .fb-share-button iframe {
  margin-top: -4px;
}

@font-face {
  font-family: 'gamefont';
  src: url('data/css/gamefont.eot');
  src: url('data/css/gamefont.eot?#iefix') format('embedded-opentype'),
     url('data/css/gamefont.woff') format('woff'),
     url('data/css/gamefont.ttf') format('truetype'),
     url('data/css/gamefont.svg#gamefont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.google {
  position: absolute;
  left:23%;
}
