.footer-block-wrapper {
  padding: 10px 0;
  text-align: center;
  background: url(../src/images/szentendre-footer.jpg) no-repeat;
  background-size: 100%;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  margin-top: 40px;
  background-position: 0px 30%;
  height: 300px;

  .footer-block-top {
    img {
      max-width: 10%;
    }
  }
}

.footer-block-content {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.footer-block-content a {
  color: #fff;
}

.footer-block-newsletter {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.footer-block-newsletter #octopus-subscribe-form {
  width: min(100% - 30px, 520px);
  padding: 20px;
  color: #fff;
  background: rgb(0 0 0 / 65%);
  border: 0;
}

.footer-block-newsletter #octopus-subscribe-form h3 {
  color: #fff;
  font-size: 1.4rem;
}

.footer-block-newsletter #octopus-subscribe-form .subscribe-button,
.footer-block-newsletter #octopus-subscribe-form .form-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #18623b;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

.footer-block-newsletter #octopus-subscribe-form .form-text {
  box-sizing: border-box;
  min-height: 44px;
  padding: 8px 10px;
}

@media screen and (max-width: 800px) {
  .footer-block-wrapper {
    height: auto;
    min-height: 300px;
    background-size: cover;
  }
}
