.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1d1d1d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 8rem;
  margin: auto;
}
#sidenav a{
    font-family: 'barlow_semi_condensedmedium';
    font-size: 3rem;
    color: white;
    line-height: 4.5rem;
    margin-bottom: 1rem;
}
.sidenav a {
  font-family: 'barlow_semi_condensedmedium';
  font-size: 3rem;
  color: white;
  line-height: 3rem;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

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

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

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