html,
body {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .bht-menu-buttons {
    text-align: center !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;

  }

  #menu>img {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  footer>div {
    justify-content: center !important;
  }

}

@media (min-width: 768px) {
  #menu>img {
    border-radius: 15px 50px 30px !important;
  }

  #menu {
    max-height: calc(100vh - 64px) !important;
  }


  html,
  body {
    display: flex;
    flex-direction: column;
  }
}

.navbar{
  line-height: 1rem !important;
}

.bht-menu-color{
  background: #9b60b7 !important;
}

.bht-background-color {
  background: rgb(255, 210, 65);
  background: linear-gradient(180deg, rgba(255, 210, 65, 1) 0%, rgba(255, 210, 66, 1) 25%, rgba(255, 213, 79, 1) 50%, rgba(255, 223, 120, 1) 75%, rgba(255, 255, 255, 1) 100%);
}



