body {
  background: url("/img/bg-home.jpg") center center;
  background-size: cover;
}

@media (max-width: 600px) {
  body {
    background: url("/img/bg-home-mobile.jpg") center center;
    background-size: cover;
  }
}
#footer {
  position: fixed;
}

#newsletter {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 130px;
  color: #fff;
}
#newsletter h1 {
  font-size: 18px;
  font-weight: bold;
}
#newsletter input {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 15px;
  color: #fff;
  outline: none;
}
#newsletter ::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
#newsletter ::placeholder {
  font-size: 14px;
  color: #fff;
}
#newsletter button {
  margin-left: -50px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 5px 25px;
}/*# sourceMappingURL=front-page.css.map */