
/* SIDENAV */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 56px;
  right: 0;
  overflow-x: hidden;
  /* transition: 0.3s; */
  padding: 60px 0px 150px 0px;
  border-top: 1px solid #ccc;
}

.sidenav-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 56px;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  /* transition: 0.3s; */
  overflow-x: hidden;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .closebtn:hover{
  text-decoration: none;
}

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

/* SIDENAV */