.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3f270a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
    text-align:center;
	z-index: 10000;
}
.sidenav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFF;
	display: block;
	transition: 0.3s;
	line-height: 1em;
	font-weight: normal;
}
.sidenav hr {
	width:70%;
	color:#654013;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #654013;
}

.sidenav a:hover{
    color: #FFF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 5em;
    margin-left:50px;
}

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