.sidenavi {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #e8e5e1;
	overflow-x: hidden;
	transition: 0.5s;
}

.sidenavi a {
	text-transform: uppercase;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
	width: 100%;
}

.sidenavi a:hover {
	background-color: #666666;
	text-decoration: none;
	color: #CCCCCC;
}

@media screen and (max-height: 450px) {
  .sidenavi {padding-top: 15px;}
  .sidenavi a {font-size: 18px;}
}