.hero-body {
  background-image: url("../images/background_2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-around;
  background-size: cover;
  background-position: center;
  color: white;
}
.navbar {
  height: 5rem;
}
.logo {
  height: 5rem !important;
}
.navbar-item img {
  max-height: 3rem;
}

.divider {
  background-color: white;
}
.title {
  font-size: 3rem;
}
.button-to-top {
  font-size: 4.5rem;
}
.price-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  flex-direction: column;
}
.install-container {
  display: flex;
  align-items: center;
}
.subtitle {
  font-size: 1.75rem;
  color: white;
}

.logo-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}

.banner-text {
  font-size: 4rem;
  line-height: 1.1;
  vertical-align: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 15%;
}
.banner-bottom-text {
  font-size: 3rem;
}
.fa-solid {
  font-size: 1.2em;
}
.list {
  font-size: 2.5rem;
  margin: 0;
}
li {
  margin: 1.5rem !important;
}

.services li {
  padding: 0px !important;
  margin: 0px !important;
  list-style-type: "- ";
}

#magunkrol,
#szolgaltatasaink {
  font-size: 24px;
  padding-top: 100px;
  background-color: #4eaad1;
  color: white;
}
#markaink,
#kapcsolat {
  font-size: 24px;
  padding-top: 100px;
}
body {
  font-family: SalmaPro;
  padding-top: 100px;
}
@font-face {
  font-family: SalmaPro;
  src: url(SalmaproMediumnarrow-VG5v6.otf);
}
.icon {
  vertical-align: middle;
  height: 3rem;
  width: auto;
}
.sale {
  width: 75%;
}
.image {
  width: 10%;
}

.image_container {
  justify-content: space-around;
  display: flex;
  flex-flow: row wrap;
}
.link {
  text-align: center;
  color: #485fc7 !important;
}
a:hover {
  color: #4eaad3 !important;
}
html {
  scroll-behavior: smooth;
}
.fixed-btn {
  position: fixed;
  top: 90%;
  right: 80px;
  height: 100px;
  z-index: 999;
  display: none;
}
.data-protection {
  display: flex;
  justify-content: space-evenly;
  color: black !important;
}

@media only screen and (max-width: 768px) {
  .image {
    width: 17.5%;
  }
  .banner-text {
    margin-bottom: 65%;
  }
  .logo-banner {
    width: 60%;
  }
  .fixed-btn {
    position: fixed;
    top: 90%;
    right: 0%;
    z-index: 999;
    display: none;
  }
  .my-6 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .button-to-top {
    font-size: 3rem;
  }
}
