.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color:  #ffffff;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 0px;
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5); 
box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5)
}

.sidenav a {
  padding: 0px;
  text-decoration: none;
  color: #e84e0e;
  transition: 0.3s;
	line-height: 0;
}

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

.sidenav h3{ width: 100%;}

.sidenav .closebtn {
  position:  absolute;
  width: 55px; height:55px; 
  top: 27px;
  right: 15px;
	background-image: url(close.png);
	background-size: cover;
  font-size: 0px;
   z-index: 2001;

}

#main {
  transition: margin-left .1s;
  padding: 16px;
}

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