@media all and (min-width: 1025px) {
  .openbutton{
    display: none;
  }
}

@media all and (max-width: 1025px) {
  .openbutton {
    display: inline;
  }

  .top-choices {
    display: none;
  }

  .logo {
    display: none;
  }

  .bar_list,
  .cateringbar {
    height: 80px;
  }

  .topbar-container {
    position: fixed;
    top: 0px;
    height: 80px;
  }

  .orderonline {
    display: none;
  }
}

@media all and (min-width: 421px) and (max-width: 530px) {
  .galleryslideshow .menutitle{
    font-size: 100px;
    top: 50px;
  }
}

@media all and (min-width: 381px) and (max-width: 420px) {
  .galleryslideshow .menutitle{
    font-size: 80px;
    top: 80px;
  }
}

@media all and (min-width: 1px) and (max-width: 380px) {
  .galleryslideshow .menutitle{
    font-size: 60px;
    top: 110px;
  }
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */