.hero {
  background: url("pic/jpeg/header.jpeg") center center / cover no-repeat;
  height: 100vh;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navbar-nav .nav-link {
  font-size: 1.2em;
}
.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-content {
  z-index: 2;
  text-align: center;
  margin-top: 60px;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.rounded-shadow {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.hero-logo {
  max-height: 380px;
  width: auto;
  color: white;
  fill: white;
}
footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

section {
  scroll-margin-top: 60px;
}
body {
  overflow-x: hidden;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 576px) {
  #rolunk img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  .hero {
    height: 30vh;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }
  .hero h1 {
    font-size: 1.25rem;
  }
  .hero-logo {
    max-height: 180px;
  }
  #szolgaltatas .row {
    flex-direction: column;
    align-items: center;
  }
  #szolgaltatas .col-md-6 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #szolgaltatas .col-md-6:last-child {
    align-items: center !important;
    text-align: center !important;
  }
  #szolgaltatas ul {
    padding-left: 0;
    list-style-position: inside;
  }
}
