#newsletter {
  padding: 60px 0;
  /*   background-image: url(https://i.imgur.com/lANJpRW.jpg); */
  background-image: url("/wp-content/uploads/andrew-neel-cckf4TsHAuw-unsplash.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

#newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

#newsletter .container {
  position: relative;
  z-index: 10;
}

#newsletter .card {
  margin: 0 auto;
  width: 800px;
  max-width: 90%;
  position: relative;
  z-index: 20;
}

#sponsors {
  padding-top: 60px;
  padding-bottom: 60px;
}

#newsletter a,
#newsletter h1,
#footer h1,
#newsletter h2,
#footer h2,
#newsletter h3,
#footer h3,
#newsletter h4,
#footer h4 {
  color: inherit;
  margin-top: 0;
}

#footer {
  /* margin-top: 45px; */
  /* background-color: #111; */
  background-color: rgba(0, 43, 69, 1);
  color: #eee;
  padding: 90px 0 60px;
  font-size: 80%;
}

#footer a {
  color: inherit;
}

#footer .widget ul,
#footer .widget ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .widget ul li a {
  display: block;
  padding: 0 5px;
}

#footer .widget ul li:last-child a {
  border: none;
}
