body {
  font-family: "Poppins", sans-serif;
  background: #222222;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

h3.text-center {
  margin-bottom: 40px;
}

h3.cafe-summary {
  margin-top: 40px;
}

main h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  color: #222222;
}

main h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #222222;
}

section {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px;
}

section.secondary {
  background-color: #f8f8f8; /* Updated background color */
}

section .secondary h2 {
  margin-top: 0;
}

.instagram-embeds {
  margin: 30px 0;
  padding: 0 30px;
}

.cafe-table {
  width: 100%;
  border-collapse: collapse;
  margin: 60px 0;
  font-size: 16px;
  text-align: left;
  background-color: #f8f8f8;
}

.btn {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px;
  background-color: #222222;
  text-decoration: none;
}

.card {
  background: white;
  margin: 0;
}

.card-body {
  padding: 30px;
}

.card-header {
  margin-top: 35px;
}

.card-header.grid {
  grid-gap: 0;
}

.card-footer {
  padding: 0 30px 30px;
}

.embed {
  width: 100%;
  aspect-ratio: 1/1;
}

.img-responsive {
  width: 100%;
  display: block;
}

.text-center {
  text-align: center;
}

.grid-3-columns-with-first-narrow {
  grid-template-columns: 1fr 2fr 2fr;
}

.grid-2-columns {
  grid-template-columns: 1fr 1fr;
}

.grid-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid {
  display: grid;
  grid-gap: 64px;
}

header.hero {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("../images/lisbon.png");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 200px 20px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

header.hero h3 {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

header.hero h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 20px;
}

header.hero h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
}

header.hero .btn {
  display: inline-block;
  color: #222222;
  background-color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

header.hero .btn:hover {
  background-color: #222222;
  color: white;
}

main {
  background-color: white;
}

main h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 5px;
  color: #222222;
  opacity: 0.3;
  text-transform: uppercase;
}

main h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin: 0;
}

main p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  opacity: 0.7;
}

footer {
  display: block;
  color: white;
  background-image: linear-gradient(rgba(34, 34, 34, 0.9)),
    url(../images/lisbon-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.9;
}

footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer a {
  color: white;
  opacity: 0.7;
}

footer ul {
  padding: 0;
}

.cafe-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  background-color: #f8f8f8;
}

.cafe-table th,
.cafe-table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
}

.cafe-table th {
  background-color: #222222;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.cafe-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cafe-table tr:hover {
  background-color: #ddd;
}

.cafe-table td {
  color: #222222;
  opacity: 0.8;
}

@media (max-width: 960px) {
  .grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  .card-header img {
    display: none;
  }

  header {
    padding: 60px 0;
  }

  header h1 {
    font-size: 48px;
  }

  header h2 {
    font-size: 20px;
  }

  header h3 {
    font-size: 12px;
  }

  section {
    padding: 30px 0;
  }

  embed {
    aspect-ratio: 16 / 9;
  }
}
