body {
    background-color: #a59992; 
    color: #c7c0ad; 
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif; 
}

.hero {
  text-align: center;
  padding: 50px 0;
}

.hero img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.top-banner {
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)),
    url('https://images.squarespace-cdn.com/content/v1/5fac753a19904608da14a085/1606268963813-NSC3YINQPJPJ24PCK286/Tacos+%26+Beer+Interior+Vibe') no-repeat center center;
  background-size: cover;
  color: #fef1f1;
  padding: 16.875rem 0 14.375rem 0;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}


h1 {
  font-size: 50px !important;
  font-weight: bold;
  font-family: "Brush Script MT";
  color: #f5f5f5;
}

.card {
  margin-bottom: 2rem;
}

.card img {
  width: 100%;
  height: 200px; 
  object-fit: cover; 
  border-radius: 15px 15px 0 0;
}

.card-body {
  padding: 1rem;
}

.p-3 {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-gray-800);
  padding-bottom: 1rem;
  border-bottom: .5px solid #c6b495;
  text-align: left;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

h3 {
  font-size: 50px !important;
  font-weight: bold;
  font-family: "Brush Script MT";
  text-align: center;
}

.navbar-brand {
  font-size: 50px;
  font-family: "Brush Script MT";
}

.footer {
  background-color: black;
  color: white;
  text-align: center;
  height: 100px;
  width: 100%;
  margin-top: 30px;
}

.footer p {
  padding-top: 30px;

}
h2 {
  font-size: 50px !important;
  font-weight: bold;
  font-family: "Brush Script MT";
  text-align: left;
}

.custom-navbar {
  background-color: #a0a2b0; 
}

.contact {
  width: 100%;
  background-size: cover;
}
