body {
  font-family: times;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.container {
  margin: 0;
  padding: 0;
  width: 90%;
  min-width: 500px;
}
#header {
  padding-bottom: 0;
  margin-bottom: 0;
}
#header-img {
  width: 110px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0.7;
  display: block;
}
#header-text {
  font-family: "Wire One", sans-serif;
  color: ghostwhite;
  font-weight: lighter;
  letter-spacing: 10px;
  font-size: 80px;
  padding-left: 130px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 15;
  position: absolute;
}
#nav-bar {
  height: 120px;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #83a389;
  text-decoration: none;
  position: fixed;
  z-index: 3;
}
.nav-links li {
  font-family: "Wire One", sans-serif;
  font-size: 30px;
  letter-spacing: 7px;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  padding: 30px;
  padding-top: 15px;
}
.nav-links li:hover {
  text-decoration: white wavy underline 2px;
  color: white;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}
.features {
  padding-top: 150px;
  font-family: "Wire One", sans-serif;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.fa-solid {
  color: #83a389;
}
video {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
}
hr {
  border: 1px solid #83a389;
  margin-top: 20px;
  margin-bottom: 20px;
}
#newsletter {
  font-family: "Wire One", sans-serif;
  text-align: center;
  font-size: 70;
  margin-top: 40px;
  margin-bottom: 20px;
}
#email {
  width: 700px;
  font-family: helvetica;
  letter-spacing: 3px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: white;
  border: 1px solid black;
  margin-bottom: 10px;
}
.submit_button {
  font-family: helvetica;
  letter-spacing: 3px;
  width: 150px;
  height: 30px;
  background-color: #83a389;
  color: white;
  border: white;
  display: block;
  margin: 0 auto;
}
#newsletter-info {
  font-family: helvetica;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
main {
  margin-top: 30px;
}
#subscriptions h1,
#gifts h1,
#charity h1 {
  text-align: center;
  font-family: "Wire One", sans-serif;
  font-size: 70;
  font-weight: lighter;
  margin-top: 20px;
  letter-spacing: 3px;
}
.sub-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: helvetica;
  font-weight: lighter;
}
.card {
  width: 250px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(131, 163, 137, 0.5);
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.btn {
  background-color: #83a389;
  color: white;
  border: 1px solid #83a389;
}
.btn:hover {
  background-color: white;
  color: #83a389;
  border: 1px solid #83a389;
}
#gifts p {
  font-family: helvetica;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 20px;
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
.buttons {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.button {
  border-radius: 5px;
  background-color: #83a389;
  color: white;
  border: 1px solid #83a389;
  font-family: helvetica;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 15 20 15 20;
}
.button:hover {
  text-decoration: white wavy underline 2px;
  cursor: pointer;
}
#charity p {
  font-family: helvetica;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 20px;
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
#footer {
  font-family: "Wire One", sans-serif;
  text-align: right;
  font-size: 20;
  margin-top: 40px;
  padding-right: 20px;
  margin-bottom: 0px;
  background-color: #83a389;
  letter-spacing: 3px;
  color: ghostwhite;
}
@media screen and (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 15px;
  }
}
