.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #990134;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
    text-align:center;
	z-index: 10000;
}
.sidenav a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, 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:#e3ced5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3ced5;
}

.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;}
}
