/* Sidenav Styles */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040!important;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: .5s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  margin-left: 50px;
}
@media screen and (max-height:450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}