html,
body {
  height: 100%;
}

body {
  padding-top: 55px;
  background-color: lightgray;
}

#home {
  background: url("../img/thanksgiving_2025.jpg") center center fixed;
  display: table;
  width: 100%;
  height: 90%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.landing-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#members {
  width: 80%;
  margin: auto;
}

h1 {
  text-align: center;
  margin: auto;
}

.no-side-padding {
  padding: 0px;
}

.content-home {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  background-color: white;
}

.content {
  padding-top: 1rem;
  border-radius: 0.5rem;
  width: 60%;
  background-color: white;
  margin-top: 2rem;
  padding-bottom: 10px;
}

@media (max-width: 550px) {
  .content {
    width: 100%;
  }
}

@media (min-width: 550px) and (max-width: 1000px) {
  .content {
    width: 80%;
  }
}

hr {
  border: 0.25px solid black;
  width: 5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.member-card {
  padding: 1rem;
  justify-content: center;
  text-align: center;
}

.message {
  margin: auto;
  margin-top: 16px;
  max-width: 700px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  justify-content: center;
}

.mx-auto.d-sm-flex.d-block.flex-sm-nowrap {
  text-align: center;
}

.homepage_intro {
  font-size: 1.25rem;
}

.homepage-box {
  background-color: white;
  border: 2px solid black;
  opacity: 0.9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 40rem;
  border-radius: 0.5rem;
}

.boom {
  color: black;
  font-size: 2.5rem;
}

.error-background {
  height: 100%;
  background-color: white;
}

.error-img {
  max-height: 50%;
  margin-top: 5rem;
}
