@media and all(max-width:409px){
  *{
    font-size: 15px;
    color: white;
  }
}

*{
  margin: 8px;
  padding: 8px;
  background-color: rgb(210, 194, 157);
  color: #334d66;
}

.container{
  border: 3px solid #faaf43;
  max-width: 1200px;
  margin: 10px auto;
  font-family: 'Open Sans', sans-serif;
}

h2{
  font-size: 32px;
  border-bottom: 3px solid #334d66;
}

/* .menu{
  display: inline-block;
} */

ul{
  font-size: 13px;
  list-style: none;
  /* display: inline-block; */
}

ul li{
  border: 2px solid #334d66;
  border-radius: 6px;
}

ul li a{
  text-decoration: none;
  /* color: #334d66; */
}

ul li:hover{
  text-decoration: none;
  /* color: #faaf43; */
  background-color: #bf5a24;
}

ul li a:hover{
  text-decoration: none;
  color: #D2C29D;
  background-color: #bf5a24;
}

li{
  display: inline-block;
  padding: 7.5px;
}

.gallery{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-row: repeat(4, 1fr);
  gap: 15px;
  margin: 5px 0;
}

/* .gallery img{
    width: 100%;
    height: 800px;
} */

img{
  border-radius: 5px;
}

img.scale-with-grid {
    max-width: 100%;
    height: 200px;
}
