@charset "utf-8";
body {
  background-color: #f1e0c6;
  color: #1c2b63;
  margin: 0;
  padding: 0;
}

.site-header {
  background-color: #d8c7a1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-space {
  padding-top: 20px;
}

.logo-area {
  text-align: center;
}

.logo {
  width: 90px;
  height: auto;
  margin-bottom: 10px;
}

.tagline {
  letter-spacing: 4px;
  font-size: 14px;
}

h1 {
  color: #c94a3f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  color: #c94a3f;
}

h3 {
  color: #c94a3f;
}

.nav-area {
  text-align: center;
  padding-top: 20px;
}

.nav-area a {
  color: #1c2b63;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: bold;
}

.button {
  background-color: #c94a3f;
  color: #ffffff;
  padding: 10px 18px;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  display: inline-block;
}

.hero-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gallery-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.gallery-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.food-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

.about-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owner-photo {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.menu-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.catering-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
}

iframe {
  border: 0;
}

.cart-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer {
  background-color: #d8c7a1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 45em) {
  .nav-area a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

