:root {
  --bp-menu-color: rgba(41, 41, 41, .5);
  --bp-floorplanmenu-panel-color: rgba(255, 255, 255, .5);
  --bp-button-fill:rgba(0, 0, 0, .2);
}

#MainMenu{
  display:none;
}

#header-logo{
  top:7px;
}

#header-logo img{
  width: 189px;
  height: 86px;
  position:absolute;
  object-fit:contain;
}
.leased{
  background-color: #64A56A !important;
  /* border-radius: unset !important; */
  padding: 0.6em;
  /* background-image: url('../graphics/logo.svg');
  background-repeat: no-repeat;
  background-position: center; */
}
.leaseOn.leased{
    background-color: #BD113C !important; 
}

@media screen and (max-width: 520px) {
  #header-logo img{
    width: 126px;
    height: 72px;
  }
}
