

.zod-sidenav {
  display: none;
  height: 100%; /* 100% Full-height */
  width: 50%; /* 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;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.zod-sidenav a {
  text-decoration: none;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  font-weight: bold;
  transition: 0.3s;
}

.zod-sidenav .bg {
  padding: 2rem 3rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-top-right-radius: 50%;
  background-color: $default-red;

}
