/* @2025 - Steffen Klausen - steffen@klausenguldbaek.dk*/
/* - * - * - * - * - * - * - * - * - * - * - * - * */
/* FOOTER */

.footer {
  position: relative;
  text-align: center;
  color: #fff;
  height: 750px;
}

.footer-full {
  position: absolute;
  top: 0;
  left: 0;

  z-index: -1;

  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  /* max-width: 1600px; */
  height: 583px;
  background-image: url(../assets/img/footer.png);
  background-position: center;
  /* background-repeat: no-repeat; */
}

.footer-rsvp {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.footer-rsvp-su {
  color: black;
  padding-top: 10px;
}

.footer-rsvp-btn {
  width: 100px;
}
