/* TESTING */

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(39, 39, 39);
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: auto;
  padding-top: 60px; /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

::-webkit-scrollbar {
  width: 0px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 100%;
  color: #818181;
  display: block;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffbf00;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 170%;
  margin-left: 50px;
}

#close {
  padding: 10px;
}

.btn-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 35px;
  cursor: pointer;
  font-size: 100%;
  display: block; /* Change with JS */
  z-index: "0.999";
}

.accordion,
.subaccordion {
  border: none;
  outline: none;
  cursor: pointer;

  font-family: "Montserrat", sans-serif;
  font-size: 78%;
  line-height: 29px;

  width: 100%;
  padding: 10px 0;
  background-color: rgba(39, 39, 39);
  color: #818181;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion:hover {
  background-color: rgba(49, 49, 49);
}

.accordion i:hover {
  color: #ffbf00;
}

.active,
.accordian:hover {
  color: #ffbf00;
}

.accordion i {
  margin: 9px;
  float: right;
  font-size: 150%;
}

.accordion a {
  float: left;
  margin-left: 50px;
}

.panel {
  background-color: rgba(21, 21, 21);
  color: #818181;
  max-height: 0;
  overflow: hidden;
  font-size: 90%;
}

.panel .accordion {
  margin: none;
  padding: none;
  background-color: rgba(21, 21, 21);
}

.panel .accordion:hover {
  background-color: rgba(31, 31, 31);
}

.subaccordion {
  padding-left: 40px;
  font-size: 90%;
}

.panel ul {
  font-size: 86%;
  text-align: center;
  background-color: #010101;
  list-style: none;
}

.panel ul li p {
  font-size: 100%;
  padding-top: 10px;
}

.panel ul li div a {
  float: left;
  width: 27%;
}

@media only screen and (max-width: 768px) {
  .btn-sidenav {
    padding: 25px;
  }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media only screen and (max-width: 481px) {
  .btn-sidenav {
    padding: 15px 20px 20px 10px;
    font-size: 140%;
    z-index: 1;
  }

  .sidenav {
    background-color: rgba(39, 39, 39);
  }
}
