#header {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 0 min(1rem, 4vw);

  text-align: center;
  color: white;

  background-image: url("../img/damsz-landing-top.jpg");
  /*background-attachment: fixed;*/
  background-size: cover;
  /*background-position-y: -5rem;*/
  background-repeat: no-repeat;
}

.header-content {
  width: 100%;
  height: 100%;
  min-height: 26.26rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-top: 5rem;
  padding-bottom: 6.5rem;
}

.header-cim {
  font-size: clamp(16px, 10vw, 4.75rem);
}

.damsz-header-logo {
  max-width: 15rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .header-content {
    padding-top: 1rem;
  }

  #header {
    background-position-x: center;
  }
}

@media (max-width: 500px) {
  #header {
    background-position-x: 70%;
  }
}
