#extendMenu {
  display: none;
}

#extendMenu img {
  height: 3em;
  display: block;
}

#toggle {
  width: 60px;
  border: none;
  cursor: pointer;
  padding: 1em;
}

#toggle div {
  width: 25px;
  height: 3px;
  background: #000;
  margin-bottom: 4px;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

#toggle div:last-child {
  margin-bottom: 0 !important;
}

/* left side slider for mobile screen */
span.menuSlideTitle {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #6a6c70;
}

div.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  white-space: nowrap;
}

.sidenav a {
  margin: 0 10px 0 30px;
  /* padding: 12px 8px 12px 13px; */
  text-decoration: none;
  font-size: 16px;
  /* color: #e6e6e6; */
  display: block;
  transition: 0.2s;
  cursor: pointer;
  font-size: 1.3rem;
}

.sidenav img {
  height: 3em;
  margin: 0.5em 2em;
  margin-bottom: 3em;
}

.sidenav a span {
  margin-left: 20px;
}

.sidenav a:not (#closeNav ):hover {
  /* background-color: #4d5156; */
  color: white;
}

.sidenav .closeNavBtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  margin: 10px 30px;
}

#menuSlider .dropdown-content {
  display: none;
  position: relative !important;
}

#menuSlider .dropdown-content a {
  padding-left: 1rem;
  margin: 0 20px 20px 40px;
}

#menuSlider .title {
  display: flex;
  height: 3em;
}

#menuSlider .title, #menuSlider .dropdown {
  margin-top: 1em;
}

#menuSlider .title:hover {
  color: #aed0cb;
}

#menuSlider .fa-caret-down, #menuSlider .fa-caret-up {
  cursor: pointer;
  font-size: 1.5em !important;
  /* color: #e6e6e6; */
  margin-top: 0.2em;
}

#extendMenu > img {
  height: 3em;
  margin: 0.5em 2em;
}

@media screen and (max-width: 750px) {
  #extendMenu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: none;
  }
  #menu, #subContent > img {
    display: none;
  }
}

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