.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  hyphens: none;
}
.sub {
  transition: 0s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #202020;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .first {
  border-top: 1px solid #202020;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  border-bottom: none;
}
#menuact { background: #273685; }
#menuact:hover { background: #111; }
.menurow { display:none; }
.menuicon { cursor:pointer; }
.jesus { display:none; }
#sidebarlink { vertical-align:middle; }

@media all and (min-width: 950px) {
  .menurow { display: table-row; }
  .menuicon { display:none; }
  .jesus { display:block; }
  #sidebarlink { vertical-align:bottom; }
}

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

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity:0;
  transition: opacity 0.5s, right 0.5s;
}
