html
{
  background: black;
  margin:0;
}

body
{
  text-align: center;
  color: #ffffff;
  margin:0;
}
canvas
{
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

.count
{
  position: absolute;
  top:0;
  left:0;
  margin: 0px 0;
  padding: 14px 16px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  +border-radius(4px);
  display: inline-block;
  background: rgba(255,255,255,0.1);
}
  
  &.glow{
    +text-shadow(0 0 4px #ffffff);
    }
    
#col
{
	position:absolute;
	bottom:20px;
	left:0px;
}

.canvas-wrap
{
	width:auto
	height:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.menu-wrap
{
	position:absolute;
	width:100%;
	height:400px;
	top:15%;
	display:hidden;
}
.inner-wrap
{
	margin:auto;
	height:100%;
	width:400px;
}
.row
{
	width:100%;
	height:50%;
	margin: 0;
	padding: 0;
	background:black;

}
.col
{
	width:50%;
	height:100%;
	margin:0;
	padding:0;
	display:inline-block;
	background:green;
	cursor:pointer;

}
.col:hover
{
	opacity:.8;
}

h2, h1
{
	color:white;
	text-align:center;
  	font-weight: 600;
  	font-smoothing: antialiased;
  	-webkit-font-smoothing: antialiased;
  	+border-radius(4px);
  	margin:0;
  	padding:0;
  	
}

h2
{
	font-size:18px;
}
h1
{
	font-size:35px;
}
.text
{
	padding:20px;
}
.text-inner
{
	clear:both;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	
}
.play
{
	background-image:url('images/sound_on.png') !important;
	width:60px;
	height:60px;
	background-size:cover;
	margin:auto;
}
#sound-btn
{
	background-image:url('images/sound_off.png');
	width:60px;
	height:60px;
	background-size:cover;
	margin:auto;
}
img
{
	width:60px;
	height:auto;
	margin:auto;
}
