.sidenav {
    position:fixed;
    right: 0px;
	top:5px;
	height: 700px;
    width: 0;
    z-index: 2000;
    background-color: #000;
	float: right;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
}
.sideicons {
    position:fixed;
    right: 0px;
    top:5px;
    width: 0;
    background-color: white;
    float: right;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    z-index: 2000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: blue;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.close {
    position: fixed;
    right: 25px;
    bottom: 50;
	font-size: 36px;
    z-index:100;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}