/* Hero Section */
.hero-section {
    background: url('images/serving table.jpg') center/cover no-repeat;
    min-height: 300px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
  
  /* Contact Section */
  .contact-section {
    background-color: beige;
  }
  
  .contact-section h2 {
    margin-bottom: 20px;
  }
  
  .contact-section ul {
    padding-left: 0;
  }
  
  .contact-section ul li {
    margin-bottom: 10px;
  }
  
  .contact-section iframe {
    border-radius: 8px;
  }
  footer {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer-content p {
    margin: 0;
    padding: 5px 0;
}

.footer-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-content a {
    color: #ddd;
    text-decoration: none;
}

.footer-content a:hover {
    color: #fff;
}

.footer-credits {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 10px;
}  