.header-hero,
.hero-chulapa-image {
  background-image: url('https://nodal-tools.fi/assets/img/banner.png') !important;
  min-height: 400px !important;
  max-height: 400px !important;
  height: 400px !important;
}
body:has(.hero-chulapa-image) main.container-lg {
  margin-top: -250px !important;
}
body {
  background-color: #e6e6e6ff;
}
.navbar {
  background-color: #423c39ff; !important;
}
footer {
  display: none !important;
  background-color: #423c39ff; !important;
}

#maincontent img[src*="logo.svg"] {
  max-width: min(350px, 100%);
  width: auto;
  height: auto;
}

.link-image {
  width: 700px !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Short screens: reduce height, crop vertically */
@media (max-height: 800px) {
  .link-image {
    height: 150px !important;
  }
}

/* Very short screens */
@media (max-height: 600px) {
  .link-image {
    height: 100px !important;
  }
}