* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #5d473e;
  --secondary-color: #FADEAA;
  --brand-color: #161D23;
  --accent-color: #EB905C;
}
body {
  font-family: Arial, sans-serif;
  background-color: var(--primary-color) !important;
  color: var(--secondary-color);
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 20px 0;
}
h2 {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}
h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px 0;
}
h4 {
  font-size: 1.2rem;
  /* text-align: center; */
  margin: 20px 0;
}
h5 {
  font-size: 1rem;
  text-align: center;
  margin: 20px 0;
}
h6 {
  font-size: 0.8rem;
  text-align: center;
  margin: 20px 0;
}
p {
  font-size: 1rem;
  /* text-align: center; */
  margin: 20px 0;
}
a {
  color: var(--brand-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--accent-color);
}
a:visited {
  color: var(--primary-color);
}
a:active {
  color: var(--accent-color);
}
.button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 0 20px 0;
  border-radius: 5px;
  text-decoration: none;
}
.button:hover {
  background-color: var(--accent-color);
}
.button:active {
  background-color: var(--brand-color);
}
.button:disabled {
  background-color: var(--primary-color);
  cursor: not-allowed;
}

.btn-hours{
  background-color: var(--accent-color);
  color: var(--primary-color);
}

.btn-hours:hover {
  background-color: var(--brand-color);
} 

hr {
  
  border: none;
  height: 2px;
  background-color: var(--secondary-color);
  
  
  

}
.testimonial-img {
  width: 80px; 
  height: 80px;
  object-fit: cover; 
  margin-bottom: 10px; 
}

.testamonials {
  color: var(--secondary-color);
}

i {
  color: var(--brand-color);
  font-size: 1.5rem;
  margin: 0 10px;
  cursor:pointer;
  transition: color 0.3s ease;
}
i:active {
  color: var(--accent-color);
  cursor: pointer;
  transform: scale(0.9);
  transition: transform 0.1s ease-in-out;
}
i:hover {
  color: var(--accent-color);
  cursor:pointer;
  transform: scale(1.1);
  transition: transform 0.1s ease-in-out;
}
i:visited {
  color: var(--primary-color);
  cursor:pointer;
  transform: scale(1.1);
  transition: transform 0.1s ease-in-out;
}
i:focus {
  color: var(--accent-color);
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.1s ease-in-out;
}

header {
  background-color: var(--secondary-color);
  padding: 10px 10px;
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  width: 100%;
  height: 150px; 
  border-bottom: 2px solid var(--brand-color);
}



.logo img {
  height: 50%; 
  width: auto;
  
  margin: 60px 0 0 -100px; 

}

.titles {
  text-align: center;
}

.title {
  font-size: 2rem;
  color: var(--primary-color);
  margin: 20px 0 5px 100px; 
}

.subtitle {
  font-size: 1rem;
  color: var(--brand-color);
  font-style: italic;
  margin: 20px 0 5px 100px; 
}

.navbar {
  
  display: flex;
    text-decoration: none;

}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0; 
  padding: 0;
   
}

.navbar ul li {
  font-size: 1rem;

}
.navbar a {
  text-decoration: none;
  color: inherit; 
}

.navbar a:hover {
  text-decoration: none; 
}
iframe {
  border: none;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 100px; 
}
.text-md-start {
  text-align: left;
}

.text-md-end {
  text-align: right;
}
.locations-byline,  .menu-byline{
  font-size: 1rem;
  color: var(--secondary-color);
  margin: 20px 0;
  text-align: center;
}
.location-heading, .hours-heading, .menu-heading {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin: 20px 0;
}
.hours-heading  {
  margin: 50px 0;
}
.menu-headings {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin: 50px 0 100px 0;
}
.menu-image {
  width: 100%;
  max-width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto; 
}

.menu-title {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: left;
}
.menu-byline {
  color: var(--secondary-color);
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 0 100px 0;
}
.menu-description
{
  color: var(--secondary-color);
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: left;
}
.menu-price {
  color: var(--secondary-color);
  font-size: 1rem;
  margin-bottom: 10px;
  
}
.container .row:last-child {
  margin-bottom: 20px;
}
.address {
  color: var(--secondary-color);
  margin: 20px 0;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.hours {
  color: var(--secondary-color);
  margin: 20px 0;
  text-align: center;
  background: var(--primary-color);
  width: 50%;
  margin: 0 auto;
}
.hours-table th, .hours-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid var(--brand-color);
} 

.hours-table {
  width: 100%;
  border-collapse: collapse;
  
}

main {
  display: flex;
  flex-direction: column;
  /* min-height: 100vh; */
}


.content {
  flex: 1; /* Let the content take up available space */
}

.post {
  width: 50%;
  height: auto; /* Keeps aspect ratio */
  max-width: 200px; /* Adjust to fit within the column */
}


.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* Aligns vertically */
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.post-p {
  color: var(--secondary-color);
  font-size: 1rem;
  margin: 20px 0;
  

}
.gap {
  margin: 100px 50px 100px 50px;
  display: flex;
}
.feature {
  color: var(--secondary-color);
  margin-bottom: 50px;
  
}
.explore {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin: 20px 0;
}

footer {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;

    padding: 20px;
   
  }
  
  .footer-text {
    font-size: 0.8rem; 
  }
  
  .footer-heading {
    font-size: 1rem;
    font-weight: bold;
  }

.footer-suburbs {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 1rem;
}
  
  .social-links a {
    font-size: 20px;
    color: #333;
    margin: 0 10px;
  }
  
  .social-links a:hover {
    color: #007bff;
  }


  @media screen and (max-width: 768px) {
    body {
      font-size: 0.9rem;
      background-color: var(--brand-color);
    }
  
    h1, h2, h3, h4, h5, h6 {
      font-size: 90%;
      text-align: center;
     
    }

    .title  {
      font-size: 1.5rem;
      margin: 20px 0;
    }
  .subtitle {
      font-size: 1rem;
      text-align: center;
      margin: 20px 0;
    }
.logo img {
  display: none;
}


    .navbar ul {
      flex-direction: column;
      gap: 10px;
    }
  
    .logo img {
      margin: 20px auto;
      height: 80px;
      width: auto;
    }
  
    .button {
      font-size: 0.9rem;
      padding: 8px 16px;
    }
  
    iframe {
      width: 200px;
      height: 200px;
    }
  
    .hours, .menu-title, .menu-description {
      font-size: 90%;
    }
  
    .posts {
      flex-direction: column;
      gap: 15px;
    }
  }