/* =========================== HEADER ============================ */

.header {
  width: 100%;
  min-height: 75px;
  max-height: 75px;
}

/* =========================== CONTENT =========================== */

.content {
  width: 100%;
  height: 240px;
  min-height: 300px;
  position: relative;
}

.content-title {
  /*min-height: 80px;*/
  position: relative;
  text-align: center;
  white-space: pre-line;
}

@media (min-width: 769px) {
  .content-title {
    min-height: 190px;
  }

  .content-title-large {
    min-height: 348px;
  }
}

.content-title p {
  margin: 0;
}

.content-input {
  width: 80%;
  max-width: 400px;
}

.content-input form {
  width: 100%;
}

.content-input-container {
  height: 110px;
}

.content-error {
  font-size: 13px;
}

.content-background {
  width: 100%;
  min-height: 100px !important;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .content-background {
    margin-top: 20px;
  }
}

.content-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-background img {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}

@media (max-width: 768px) {
  .content-background img {
    max-width: 80%;
  }
}

/* =========================== FOOTER ============================ */

.footer {
  width: 100%;
  min-height: 90px;
  max-height: 90px;
  position: relative;
}

.footer-image {
  height: 80%;
  margin: 0 30px;
}

.footer-image a {
  height: 100%;
  width: auto;
  position: relative;
}

.footer-image img {
  max-height: 100%;
  max-width: 100%;
  position: relative;

  top: 50%;
  transform: translateY(-50%);
}

.footer-right {
  float: right;
}

.footer-left {
  float: left;
}
