* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* reduce root font size from 16px to 10px (10/16 =.625) */

html {
  font-size: 62.5%;
  max-width: 1400px;
  margin: 0 auto;
}

/* containers */

header {
  background-color: tan;
  padding: 3rem;
  border: 0.5rem groove;

  border-color: brown;
}

.section-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem;
  gap: 2.5rem;
}

.section-join-us {
  padding: 4rem 0 8rem 0;
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
  gap: 2.5rem;
  background-color: beige;
}

.section-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
  gap: 2.5rem;
  background-color: tan;
}

.section-points {
  display: block;
  background-color: bisque;
  padding: 4rem;
}

.section-bottom {
  font-size: 2.5rem;
  margin: 3rem;
}

.form {
  background-color: bisque;
}

.form p {
  font-size: 2rem;
  margin: 2rem;
}

.form h2 {
  font-size: 2.6rem;
  margin: 1rem;
}
button {
  padding: 0.7rem 2rem;
  background: #ccc;
  border: 2px solid;
  margin-left: 2rem;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 1rem;
}

footer {
  bottom: 0;
}

address {
  font-size: 2.5rem;
  font-style: normal;
  margin: 3rem;
}

/* images */

.logo {
  width: 40%;
}

.image-Bibles {
  width: 40%;
}

.hats {
  width: 40%;
}

/* headings */

h1 {
  font-size: 4rem;
  text-align: center;
}

h3 {
  font-size: 3.5rem;
  text-align: left;
  margin-bottom: 3rem;
}

h4 {
  font-size: 3.5rem;
  text-align: center;
  margin: 3rem;
}

/* paragraphs */

.alongside-image {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.points-paragraphs {
  font-size: 3rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.points {
  font-size: 5rem;
  margin-bottom: 2rem;
  margin-left: 6rem;
}

.alongside-image-bottom {
  font-size: 3rem;
}

.join-us {
  font-size: 4rem;
  text-align: center;
}

.header-3 {
  font-size: 2rem;
  margin: 3rem;
}
.welcome {
  font-size: 3.5rem;
  margin: 3rem;
}

.brown {
  color: brown;
}

/* specific portions of text */

.email {
  font-size: large;
  text-align: center;
}

.scripture {
  font-size: 3.5rem;
  font-style: italic;
  margin-top: 2rem;
}

/* lists */

ul {
  padding: 0 0.6rem;
}

li {
  padding: 1.3rem;
  font-size: 3rem;
}
