body main section#banner {
  background-image: url("/assets/photos/tents2_banner_placeholder.webp");
  background-size: cover;
  background-position: center;
}
body main section#banner .tents2 {
  background-image: url("/assets/photos/tents2_banner.webp");
  backdrop-filter: blur(1rem);
}
body main section#banner .sitting {
  background-image: url("/assets/photos/sitting_banner.webp");
}
body main section#banner .field {
  background-image: url("/assets/photos/field_banner.webp");
}
body main section#banner .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  gap: 0.75rem;
  height: 100%;
}
@media (max-width: 55rem) and (orientation: landscape) {
  body main section#banner .title {
    gap: 0.75rem;
  }
}
body main section#banner .desc {
  margin: 0 1rem;
  line-height: 110%;
}
body main section#banner .specs {
  text-shadow: none;
  -webkit-text-stroke: 0;
  margin: 0 1rem;
  color: #FFFFFF;
  background: #228b22;
  box-shadow: 0rem 0rem 1rem black;
  border-radius: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1rem;
  display: inline-flex;
  flex-flow: column;
}
@media (max-width: 55rem) and (orientation: portrait) {
  body main section#banner .specs {
    padding: 0.75rem 1rem;
  }
}
body main section#banner .specs .summary {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body main section#banner .specs .summary div {
  margin: 0 1rem;
}
body main section .list-nested-img-flexbox .img {
  background-image: url("/assets/photos/field.webp");
}/*# sourceMappingURL=index.css.map */