* {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3em;
}
body {
  margin: 0;
}
.page {
  color: #000;
  height: 80vh;
  background-image: url("//teaguezsalsa.com/assets/img/bg/bg-teaguezsalsa-peppers-03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-inner {
  height: 80vh;
  background-color: rgba(247, 247, 247, 0.8);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
footer {
  color: #fff;
  height: 20vh;
  background-color: #e20001;
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.top,
.btm {
  text-align: center;
}
.top img {
  width: 400px;
}
.btm {
  padding: 30px 10px 0;
}
.btm h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.btm p {
  font-size: 20px;
  font-weight: 600;
}
footer .header {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
footer .tagline {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
footer .callout {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0 0;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .top img {
    width: 300px;
  }
  .btm h2,
  footer .header {
    font-size: 24px;
  }
  .btm p,
  footer .tagline {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .top img {
    width: 75%;
  }
  .btm h2,
  footer .header {
    font-size: 23px;
  }
  .btm p,
  footer .tagline {
    font-size: 18px;
  }
  footer .callout {
    font-size: 16px;
  }
}
