*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.top-animate {
	background: #555 !important;
	top: 13px !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mid-animate {
	opacity: 0;
}
.bottom-animate {
	background: #555 !important;
	top: 13px !important;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.top-menu {
	top: 5px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
}
.mid-menu {
	top: 13px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
}
.bottom-menu {
	top: 21px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
}
.menui {
	background: #ccc;
	transition: 0.6s ease;
	transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	margin-top: 10px;
	position: absolute;
}

.humbergerIcon {
	z-index: 999;
	position: fixed;
	display: block;
	padding: 5px;
	height: 42px;
	width: 42px;
	margin: 0px;
	top: 20px;
	right: 20px;
  }
  .humbergerIcon:focus {outline: none;}

.mobilenav {
	font-family: inherit;
	top: 0;
	left:0;
	z-index: 999;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.mobilenav ul {
	margin: 0;
}
.mobilenav li {
	list-style-type: none;
	text-align: center;
}
.mobilenav li a {
	font-size: 1.5rem;
	font-family: 'acumin-pro', sans-serif;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 2.5rem 0;
}
.mobilenav li:first-child {
	margin-top: 2rem;
}
