html, body{
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
}

/* Lists */

ul{
    margin: 0;
    padding: 0;
}

/* Container */

 
/* Menu Button */

.menu-btn{
	 
 
 
	color: #FFF;
	text-align: center;
	cursor: pointer;
	z-index: 19999;
	position:absolute;
}

.menu-btn:hover{
z-index: 9999;
	
	 height:50px;
	 width:70px;
 
}