.nav {
  margin-top: -2px;
  margin-left: 0px;
  margin-bottom: 50px;
}

.navbg {
  background-color: #000415;
  margin-top: -70px;
  padding-bottom: 50px;
  padding-top: 30px;
}
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 0;
  left: 0;
  margin-right: 50%;
  /* background: url("../img/bg2.jpg"); */
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 7px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  text-shadow: 5px #499cfa;
  color: #499cfa;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 60px;
}

.openbtn .icon-list2 {
  color: #ffffff;
  font-size: 24px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;

  color: white;
  padding: 7px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

@media screen and (max-width: 1024) {
  .nav {
    margin-top: -6%;
    /* margin-left: -90px; */
  }
}
