:root {
  --bp-menu-color: rgba(0, 0, 0, .4);
  --bp-floorplanmenu-panel-color: rgba(255, 255, 255, .5);
  --bp-button-fill:rgba(0, 0, 0, .2);
}
.watermark a{
  color: #fff;
}
html {
  letter-spacing: 0.04rem;
}

#MainMenu{
  display:none;
}

#header-logo{
  width:200px;
  height:80px;
}

#header-logo img{
  width:100%;
  height:100%;
  position:absolute;
  object-fit:contain;
}


@media screen and (max-width: 520px) {
  #header-logo {
    width: 145px;
    height: 56px;
  }
}
