html{
    font-family:sans-serif;
}
body{
    text-align: center;
    background-color: white;
}
#body_header{
    width: auto;
    /*position: relative;*/
}

#back{
    position: absolute;
    top: 2vw; /*1.5cm;*/
    left:3%; /*1cm;*/

}
#back{
    background-color: white;
    border: #fff;
}

#back:hover{
    color: rgb(183, 181, 181);
}

#back i{
    font-size: 3vw;
}

#direct-reservation{
    position: absolute;
    left: auto;
    top: 1.5vw; /*1.5cm;*/
    left:10vw; /*1cm;*/
    padding: 1.5vw;
    background-color: #3f0000;
    color: #f1f1f1;
    border: none;
    pointer-events: auto;
    opacity: 85%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#direct-reservation:hover{
    background-color: #777;
    opacity: 90%;
}


#lang-container{
  position: absolute;
  top: 3%;
  right: 2%;
  display: flex;
  gap: 10px;
}

#lang-container a{
  font-size: 15px;
  color: black;
  text-decoration: underline;
}

#lan-fr:hover{
  color: #666;
}
#lan-de:hover{
  color: #666;
}

#body_header img{
    height: 15%;
    width: 20%;
    max-width: 100%;
    margin: 0cm;
    align-self: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  #body_header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }


  #direct-reservation,
  #lang-container {
    position: static;
    margin: 10px 0;
    padding: 5px;

  }


  #direct-reservation {
    flex-direction: row;
    font-size: 4vw;
    width: auto;
    margin: 0 auto;

  }

  #lang-container {
    justify-content: center;
  }

  #body_header img {
    width: 50%;
    padding: 5px;

  }
}

  div.scrollmenu {
    background-color: #333;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
    margin: 0%;
    display: flex;
    padding: 10px 0;
    scroll-behavior: smooth;

  }

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    width: 15%;
    padding: 12px 20px;
    text-decoration: none;
    flex-shrink: 0;
    min-width: max-content;
    white-space: nowrap;

  }

div.scrollmenu a:hover {
    background-color: #777;
  }


    /* Para móviles: scroll horizontal visible */
    .scrollmenu::-webkit-scrollbar {
        height: 6px;
      }

      .scrollmenu::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
      }

      .scrollmenu::-webkit-scrollbar-track {
        background-color: #333;
      }

      /* Media queries: centrar y hacer más grande en pantallas grandes */
      @media (min-width: 768px) {
        .scrollmenu {
          justify-content: center;
        }
        .scrollmenu a {
            font-size: 18px;
            padding: 14px 30px;
    }
}

.home{
    background-color: #777;

}


/* Main image container */
#img-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Ocupa el alto total de la ventana */
  background-image: url('../img/menu-background1.webp');
  background-size: cover;       /* Escala para cubrir toda el área */
  background-position: center;  /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que se repita */
  overflow: hidden;
  max-height: 600px; }

/* Botones */
.button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  pointer-events: none; /* los botones sí podrán hacer clic */
}

.btn {
  width: 50%;
  max-width: 300px;
  padding: 1rem;
  background-color: #3f0000;
  color: #f1f1f1;
  border: none;
  font-size: 1rem;
  pointer-events: auto;
  opacity: 0.85;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:hover {
  background-color: #777;
  opacity: 0.9;
}

/* Texto adicional */
.info {
  background-color: rgb(168, 168, 168);
  margin: 0;
  padding: 5px;
}

.info a {
  color: #3f0000;
}

  #footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(182, 0, 18);
    opacity: 0.9;
    padding: 20px;
    gap: 10px;
  }

  #footer-container div {
    flex: 1 1 30%;
    min-width: 250px; /* Se asegura de que no se compriman demasiado */
    padding: 10px;
    box-sizing: border-box;
    color: black;
  }

  #footer-container h3 {
    color: black;
    margin-bottom: 10px;
  }

  #footer-container li {
    list-style-type: none;
    margin-bottom: 8px;
  }

  #footer-container a {
    color: rgb(26, 24, 24);
    text-decoration: none;
  }

  #footer-container a:hover {
    color: rgb(183, 181, 181);
  }

  #footer-container a:active {
    color: rgb(255, 255, 255);
  }

  #column3 i {
    font-size: 24px;
    margin-right: 10px;
  }

  /* 🔁 Responsivo en pantallas pequeñas */
  @media (max-width: 768px) {
    #footer-container {
      flex-direction: column;
      align-items: flex-start;
    }

    #footer-container div {
      width: 100%;
    }
  }
.copy-right{
    background: black;
    text-align: center;


}
.copy-right-sec{
    padding: 0.5cm;
    background: black;
    color: #fff;
    text-align: center;




}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}

a{
  text-decoration:none;
}
@media (min-width: 1920px) {
  html {
    font-size: 2rem;
  }

  button{
    font-size: 1vw;
  }
  #lang-container a{
    font-size: 1vw;
  }
  .scrollmenu a{
    font-size: 1vw;
  }
  #img-container {
    max-height: 60vh;

  }
  #column3 i{
    font-size: 1rem;
  }

}
