@charset "utf-8";

#openmenu
{
	margin-top:0.5em;
	width:100%;
	background-color:#C00;
	clear:both;
	color: #FF0;
	text-decoration:none;
	padding-left:2em;
	cursor: default;
	padding-top: .5em;
	padding-bottom: .5em;
}
#openmenu:hover {
background-color:#003;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	background-color:#666;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFF;
	display: block;
	transition: 0.3s;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sidenav a:hover, .offcanvas a:focus{
	color: #F1F1F1;
	cursor: auto;
}
.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 1.5em !important;
	margin-left: 50px;
	border: thin solid #06F;
	background-color:#000;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  }