body {
  background-color: #eee !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  font-weight: bold !important;
}

.container {
  background-color: #fff;
  padding: 0px !important;
}

.grid-photos {
  position: relative;
}
.grid-photos .logo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(2px 2px 4px orange);
}
.grid-photos .col img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.catchphrase {
  background: #8D5524;
  color: #fff;
  font-size: 1em;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin: 0px;
}

.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list li {
  display: flex;
  align-items: center;
  padding: 1.1rem 0;
  gap: 0.7rem;
  border-right: 2px dashed #b18d65;
}
.menu-list li:nth-child(-n+5) {
  border-bottom: 2px dashed #b18d65;
}
.menu-list li:nth-child(1), .menu-list li:nth-child(6) {
  border-left: 2px dashed #b18d65;
}
.menu-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 0.5rem;
  padding-left: 10px;
}
.menu-list li a i {
  color: #8D5524;
  font-size: 1.5em;
  flex-shrink: 0;
}
.menu-list li a span {
  color: #8D5524;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.menu-list li a:hover span {
  text-decoration: underline;
  opacity: 0.8;
}

main h2 {
  background: #8D5524;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .container {
    margin: 0px !important;
  }
  .logo-center {
    width: 95%;
  }
  .catchphrase {
    font-size: 0.95em;
  }
  .catchphrase span {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  .menu-list li {
    padding: 0.7rem 0;
    border: 0px none;
    border-bottom: 2px dashed #b18d65 !important;
  }
  .menu-list li:nth-child(-n+5), .menu-list li:nth-child(1), .menu-list li:nth-child(6) {
    border: 0px none;
  }
  .menu-list li:nth-child(even) {
    border-left: 2px dashed #b18d65;
  }
  .menu-list li:nth-last-child(1), .menu-list li:nth-last-child(2) {
    border-bottom: 0px none !important;
  }
  .menu-list li a span {
    font-size: 4.3vw;
  }
  .grid-photos .logo-center {
    width: 90%;
    filter: drop-shadow(2px 2px 4px orange);
  }
  .grid-photos .col img {
    height: 90px;
  }
}

/*# sourceMappingURL=top.css.map */
