#menu-container {
  position: absolute;
  top: 0px;
  bottom: 5px;
  left: -210px;
  z-index: 4000;
  display: flex;
  align-items: flex-start;
  width: 205px;
  pointer-events: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 400 !important;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#menu {
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 90%;
}

#logo img {
  width: 180px;
  height: auto;
  margin-top: 5px;
}

h3{
  font-size: 30px;
  margin-left: 15px;
  margin-top: -30px;
  font-weight: 400;
  font-family: 'Roboto',sans-serif !important;
}
#scene-menu {
  display: flex;
  flex-direction: column;
  width: 205px;
  pointer-events: all;
  height: 100%;
}
#scene-container {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 90%;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: white black;
  scrollbar-width: thin;
}

#spot-container {
  display: flex;
  flex-direction: column;
  width: 205px;
  height: 90%;
}
#menu-spot-box {
  overflow-y: auto;
  scrollbar-color: white black;
  scrollbar-width: thin;
}

.spot-link,
.scene-link {
  display: flex;
  width: 180px;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  font-size: 0.9em;
  background-color: #083838;
  color: white;
  margin: 3px;
  padding: 5px 5px 5px 5px;
  padding-left: 0.6em;
  /* padding-right: 0.3em; */
  /* border-radius: 10px; */
  align-content: center;
  
}

.spot-link > span,
.scene-link > span {
  text-align: center;
}

.spot-link:hover,
.scene-link:hover {
  background-color: #46877f;
}
.sep{
  background-color: #46877f;
  cursor: default;
}

.logo-link {
  pointer-events: all;
  cursor: pointer;
}
.logo-portofino{
  align-content: center;
  width: 110px;
  margin-left: 30px;
  margin-bottom: 15%;
}

.logo-renex{
  align-content: center;
  width: 160px;
  margin-left: 10px;
  margin-bottom: 40px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(189, 189, 189, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 205px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}

.item {
  text-align: center;
  max-height: 100px;
  width: 158px;
  height: 100%;
  float: left;
  margin-left: 25px;
  background-color: rgba(49, 49, 49, 0.6);
  /* font-weight: 500; */
}

.item span {
  opacity: 1;
  color: rgb(219, 219, 219);
}

.item:hover {
  background-color: #46877f;
  color: white;
}
.dropdown-content .item {
  text-decoration: none;
  display: block;
  content: "";
}

#menu-button{
  position: absolute;
  margin-left: 220px;
  margin-top: 10%;
  cursor: pointer;
  z-index: 5;
  width: 45px;
  height: 45px;
  justify-content: center;
  pointer-events: all;
  background-image: url("menu_burger_S_8.png");
  background-repeat: no-repeat;
  background-size: 45px 45px;
}

#menu-button img{
  width: 60px;
  opacity: 0.4;
}

#menu-button:hover{
  opacity: 1;
  background-image: url("menu_burger_S.png");
}

nav {
  background-color: none;
  height: 100%;
  position: block;
  left: 0px;
  top: 200px;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
  width: 240px;
  z-index: 9001;
  /* IT'S OVER 9000! */
}
.mobile{
  display: none;
}
.desktop{
  display: flex;
}
@media screen and (max-width: 1200px) {
  #menu-container {
    height: 90%;
  }
}
@media screen and (max-width: 800px) {
  #logo img {
    margin-top: 0px;
    width: 120px;
    height: auto;
    margin-bottom: 2px;
  }
  .mobile{
    display: flex;
  }
  .desktop{
    display: none;
  }
  #menu-button{
    display: none;
  }

  #menu-button-mobile{
    position: absolute;
    margin-left: 215px;
    margin-top: 8%;
    cursor: pointer;
    z-index: 5;
    width: 45px;
    height: 45px;
    justify-content: center;
    pointer-events: all;
    background-image: url("menu_burger_S_8.png");
    background-repeat: no-repeat;
    background-size: 45px 45px;
  }

  #scene-container {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-color: white black;
    scrollbar-width: thin;
    padding-left: 2px;
  }

  h3{
    font-size: 20px;
    margin-top: -23px;
    margin-left: 10px;
  }

  .spot-link,
  .scene-link {
    width: 120px;
    font-size: 12px;
    padding: 3px 3px 3px 3px;
  }
  .item{
    width: 98px;
  }
  .logo-portofino{
    width: 60px;
    margin-left: 25%;
    margin-top: 10px;
  }
  
  .logo-renex{
    width: 110px;
    margin-left: 5px;

  }
  a {
    text-decoration: none;
  }
  a i {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  nav {
    background-color: rgba(0, 0, 0, 0.9);
    height: 90%;
    position: fixed;
    left: -130px;
    top: 1px;
    width: 130px;
    z-index: 9001;
  }
}
