* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Libre Baskerville", sans-serif;
    background-color: #edf3ed;
}

.navbar {
  background: rgb(220, 215, 198);
  padding: 50px 50px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.navdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(220, 215, 198);
}

.title {
  display: flex;
  position: absolute;
  margin: auto;
  margin-top: -7%;
  margin-left: 4%;
  background-color: rgb(220, 215, 198);
  padding: 35px;
}

.nav-title a {
  font-size: 1.5em;
  color: rgb(105, 108, 79);
}

.nav-title :hover {
  color: rgb(81, 83, 56);
}

.logo {
  display: flex;
  position: relative;
  left: -20px;
  width: 35%;
  background-color: rgb(220, 215, 198);
  padding: 5px;
  z-index: 1;
}

ul {
  background-color: rgb(220, 215, 198);
}

li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  background-color: rgb(220, 215, 198);
}

li a {
  color: rgb(105, 108, 79);
  font-size: 17px;
  margin-right: 25px;
  background-color: rgb(220, 215, 198);
}

li :hover {
  color:rgb(81, 83, 56);
}

.policyimage {
  display: flex;
  background-image: url("./Images/dining\ room.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
  width: 100%;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.phototitle {
  font-size: 295%;
  color: rgb(255, 255, 255);
  text-shadow: 4px 4px 6px #000000;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
  font-family: "Chonburi", serif;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 15px;
  height: 35%;
  width: 75%;
  margin-top: 10px;
}

footer {
  background-color: rgb(220, 215, 198);
  color: rgb(105, 108, 79);
  text-align: center;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-top: 150px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(220, 215, 198);
}

.copyright {
  background-color: rgb(220, 215, 198);
}

.payments{
  margin: auto;
  margin-top: 5%;
  margin-left: 45%;
  padding-right: 5%;
  color:rgb(81, 83, 56);
}

.policies {
  margin: auto;
  margin-top: 3%;
  margin-left: 45%;
  padding-right: 5%;
  color:rgb(81, 83, 56);
}

.kitchen {
  display: flex;
  position: absolute;
  margin-left: 6%;
  margin-top: -15%;
  width: 30%; 
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.chillroom {
  display: flex;
  position: absolute;
  margin-left: 6%;
  margin-top: 15%;
  width: 30%;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}