.menu {
  color: #FF9;
  padding: 4px;
  margin: 0px 2px 4px 24px;
  cursor: default;
  background-color: #10141f;
  background-image: url(../art/background3.png);
  border-radius: 25px 7px 25px 7px;
  box-shadow: rgba(0,0,0,1) 2px 3px 4px 0;
}
.xmenu {
  background-image: url(../art/menu.png);
  background-position: left;
  background-repeat: no-repeat;
}
@media (min-width: 1201px) {
  .xmenu {
    background-image: unset;
  }
}
.menuicon {
  position: relative;
  top: 4px;
  height: 20px;
  width: 20px;
  margin: 0px 8px 0px 8px;
  opacity: .7;
}
.open {
  color: #FF9;
  cursor: default;
  background-color: #0D0E11;
}
.normal {
  color: #FFF;
  cursor: pointer;
  background-color: #2D3546;
}
.normal:hover {
  background-color: #7383A5;
}