.bar_list,
.cateringbar {
  top: 100px;
  left: 0px;
  position: relative;
  z-index: 3;
  height: 80px;
}

.cateringbar {
  top: 25px;
}

.logo {
  height: 60px;
  object-fit: scale-down;
  z-index: 3;
}

.online {
  position: fixed;
  top: 20px;
  left: 75%;
}
.topbar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px; 
  background-color: white; 
  z-index: 3; 
}

.orderonline {
  border: none;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  background: black;
  border: 1px solid black;
  border-radius: 30px;
  transition: 0.3s;
  z-index: 2;
}

.orderonline:hover {
  background-color: white;
  color: black;
}

.start {
  height: 24px;
  object-fit: scale-down;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 50%;
}

.bar_list nav {
  position: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bar_list nav ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  background-color: white;
  overflow: hidden;
  color: white;
  padding: 0.25rem;
  text-align: center;
  margin-top: -100px;
  transition: ls;
}

.bar_list nav.black ul {
  background: #000;
}

.bar_list nav ul li {
  display: inline-block;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

.bar_list nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-family: Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bar_list nav ul li a:hover {
  text-decoration: underline;
}

.bar_list nav ul li a p {
  position: relative;
  top: -15px;
}

.bar_list nav ul li a button {
  position: relative;
  top: -15px;
}

.bar_list nav ul li img {
  list-style: none;
  position: relative;
  top: 5px;
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */