.header {
--header-bg: transparent;
--header-top-bg: transparent;
--header-color: #fff;
  background-color: var(--header-bg);
  background-image: url("https://karstennygaard.dk/img/cms/hummingbird/baggrund_kn.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  color: var(--header-color);
}
.header-top {
--header-top-bg: transparent;
  background-color: var(--header-top-bg);
}
.footer,
.offcanvas {
--footer-background-color: transparent;
  background-image: url("https://karstennygaard.dk/img/cms/hummingbird/baggrund_kn.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.footer__main__top .row {
  justify-content: center;
}