body{
  padding: 0;
}

.navbar{
  background-color: #322d2d !important;
}

.navbar-brand{
  color: white;
  font-weight: 800;
}
.nav-link{
  color: white !important;
}

.navbar-toggler{
  background-color: white !important;
}
.logo{

  width: 150px;
}

.burger-image{
  
  height: 70vh;
  width: 100%;
  background-image: url(img/Chicken-Shawarma-square-FS-57.jpg);
  display: flex;
  
  flex-direction: column;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center;
  
}

.header-words{
  display: flex;
  margin-top: 50px;
  justify-content: center;
  justify-self: center;
  text-align: center;
  font-size: 18px;
  color: white;
}


.div-button{
  display: flex;
  justify-content: center;
  
}


.makeaorder{
  
  width: 60%;
  height: 30px;
  border-radius: 5px;
  border: none;
  opacity: 100%;
}

.menu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: bisque;
  padding: 1px;
}

.menu-header{
  display: flex;
  justify-content: center;
  font-weight: 700;
}


.food {
  width: 100%;
  
}

.food p {
  display: flex;
  justify-content: space-around; /* Ensures the food name and price are at opposite ends */
  padding: 5px ;
}

.food-name {
  flex-grow: 1; /* Allows the food name to take up available space */
}

.price {
  white-space: nowrap; /* Prevents the price from wrapping */
  font-weight: bold;
}

.glf-button{
  display: flex !important;
  align-self: center;
  justify-content: center !important;
width: 80% !important;
  background-color: red !important;
}

footer {
  
  background-color: #322d2d; /* Dark background */
  color: rgb(255, 255, 255); /* White text */
  text-align: center; /* Center align text */
  padding: 15px;
  margin-top: 20px;
}

.footer-content p {
  margin: 5px 0; /* Adds some spacing between lines */
}

footer a {
  text-decoration: none; /* Removes underline */
  color: inherit; /* Makes the link the same color as the surrounding text */
}

footer a:hover {
  text-decoration: underline; /* Optional: Adds underline on hover for better UX */
}

.order{
  display: flex;
  justify-content: center;
  width: 80%;
  text-decoration: none;
}