body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #232819;
}

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

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../images/city-park.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 220px 0;
}

header h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 2.5;
  margin: 0;
}

header h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 2;
  margin: 0;
}

header h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 3px;
  margin: 0;
}

header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: white;
  text-decoration: none;
  padding: 15px 23px;
  color: #0b0a05;
  display: inline-block;
  margin-top: 30px;
  border-radius: 2px;
}

section {
  margin: 0 auto;
  padding: 100px;
}

section.primary {
  background-color: #f8f8f8;
}

section.primary h2,
section.secondary h2 {
  margin-bottom: 30px;
}

.img-responsive {
  width: 100%;
}

main {
  background-color: white;
}

main h3 {
  letter-spacing: 3px;
  opacity: 0.5;
  font-size: 19px;
  margin: 0;
}

main h2 {
  font-weight: 700;
  font-size: 40px;
  color: #1f2413d2;
  margin: 5px 0px;
}

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

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

main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  opacity: 0.8;
}

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

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

.grid-2c {
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

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

.grid-3c-footer {
  grid-template-columns: 2fr 3fr 3fr;
}

.card {
  background-color: white;
}

.card-header.grid-2c {
  grid-gap: 0px;
}

.card-body {
  margin: 20px 25px;
}

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

.button {
  display: block;
  color: white;
  background-color: #414c2c;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 3px;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

footer {
  color: #d4dbc9;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/bordalo-tile.jpg);
  background-position: top;
}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
}

footer a {
  color: #d4dbc9;
  opacity: 0.8;
}

footer p {
  opacity: 0.8;
  font-weight: 300;
}

@media (max-width: 1100px) {
  header h1 {
    font-size: 55px;
  }
}

@media (max-width: 900px) {
  header {
    padding: 150px 0;
  }

  header h1 {
    font-size: 35px;
  }

  header h2 {
    font-size: 22px;
  }

  header h3 {
    font-size: 17px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  section {
    padding: 50px;
  }

  .card-header img {
    display: none;
  }

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

  .grid-3c {
    grid-gap: 30px;
  }
}

@media (max-width: 560px) {
  header h1 {
    font-size: 30px;
    line-height: 1.5;
    padding: 20px 0;
  }
}
