* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sofia", sans-serif;


}

.reserve {
  background-image: url("menu/images/reservation.jpg");
  font-family: 'Raleway', sans-serif;
  margin: auto;
  margin-top: 10vh;
  max-height: 900px;
  height: 90vh;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.reserve h1{
  font-family: 'Belgrano', serif;
  color: white;
  text-align:start;
  font-size: 7rem;
  padding-top: 8vh;
  padding-left: 8vh;
  font-weight: 1000;
}

.modal{
  
  display: flex;
  font-family: 'Belgrano', serif;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 5vh;
  max-width: 1200px;
}

.hours{
  margin: auto;
}
.hours h4{
  font-size: larger;
  text-align: center;
}

.left-tag{


  margin-right: 7vh;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 2vh;
}
#icon1{
  font-size: 20px;
}
.left-tag h4{
  padding: 2vh;
  font-size: larger;
}



.right-tag{

  margin-left: 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f6f6;
  border: #875a30 9px solid;
  border-bottom: #fff;
  border-left: #fff;
  border-right: #fff;
  width: auto;
  height: 150px;
  float: right;
  padding: 3vh;
}
.form h3{
  font-size: 2rem;
  padding: 1vh;
}

.form{
  margin: auto;
  text-align: center;
  padding: auto;
}

/*form-input*/
.form input::placeholder{
  font-family: 'Belgrano', serif;

}

.form input[type="text"] {
  width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
}

.form button[type="submit"] {
  padding: 10px;
  background-color: #875a30;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form button[type="submit"]:hover {
  background-color: #a07451;
  transition: 1s;
}


/*  =----------------- Navbar ----------------*/
ul {
  justify-content: center;
  font-family: "Sofia", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.logo img {
  width: 90px;
  height: 90px;
  max-width: 50%;
  height: auto;

}