:root {
    --h1-color: #dadcdb;
    --footer-color: rgb(151, 156, 156) ;
    --h3-color: rgb(75, 75, 75);
    --h4-color: rgb(129, 115, 115);
    --navbar: rgb(124, 124, 124);
    --border: rgba(75, 75, 75, 0.667);
    font-size: 18px;
    font-family: 'Questrial';
    color: var(--h3-color);
}

body{
  background-color:#ffffff !important;
}


.kozepre{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; 
    color: var(--h1-color);
}

h1{
  font-family: 'Tenor Sans';
  font-size: 3rem !important;
  margin-bottom: 2% !important;
  margin-top: 30vh !important;
}

@media (min-width: 768px) {
    h1 {
      font-family: 'Tenor Sans';
      font-size: 3.8rem !important;
      margin-bottom: 2% !important;
      margin-top: 30vh !important;
    }
  }

@media (min-width: 1200px) {
    h1 {
    font-family: 'Tenor Sans';
    font-size: 5rem !important;
    margin-bottom: 2% !important;
    margin-top: 35vh !important;
    }
  }

h2{
    font-family: 'Questrial';
    text-transform: uppercase;
    margin-top: 2rem !important;
    font-size: 1rem !important;
}

@media (min-width: 768px) {
    h2 {
    font-family: 'Questrial';
    text-transform: uppercase;
    font-size: 1.2rem !important;
    }
  }


h3{
  font-family: 'Open Sans';
  font-weight: 450 !important;
  font-size: 2rem !important;
  color: var(--h3-color) !important;
}

h4{
  font-size: 1.7rem !important;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: var(--h3-color) !important;
  margin-top: 4% !important;
  margin-bottom: 5% !important;
  font-weight: 100 !important;
  overflow-wrap: break-word;
  hyphens: auto;
}

h5{
    font-family: 'Open Sans';
    font-size: 1.7rem !important;
    font-weight: 350 !important;
    color: #ffffff !important;
}

h6{
    font-family: 'Questrial';
    text-transform: uppercase;
    font-size: 1rem !important;
    color: #d6d1d1 !important;
    padding-bottom: 4%;
}

#navbar{
  background-color: var(--navbar) !important;
}

.navbar .nav-link:hover::after {
  width: 100%;
  font-family: 'Lato';
}

.navbar .nav-link {
  display: inline-block !important;
  position: relative;
  color: whitesmoke !important;
  text-decoration: none !important;
  padding: 0;
  margin: 0rem;
  font-size: 1rem !important;
  text-align: center;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: white;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.navbar-brand {
  display: inline-block;
  position: relative;
  color: whitesmoke !important;
  font-size: 1rem !important;
  padding: 0;
  margin: 0.2rem;
  text-align: center;
  text-decoration: none !important;
}

.navbar-brand::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 120%;
  height: 2px;
  background-color: white;
  transform: translateX(-50%);
}

.social-icon {
  display: inline-block;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  color: #adafb2; 
  transform: scale(1.1); 
}

#social{
  margin-left: auto;
  margin-right: 10px;
}

.elerhetosegeink{
  display: flex;
  color: #ffffff !important;
  font-size: 1rem;
  align-items: center;
  gap: 0.5rem;
}

.elerhetosegeink a {
  color: #ffffff;
}

.elerhetosegeink a:hover {
  color: #d6d1d1;
}

.elerhetosegeink .material-symbols-outlined {
  color: #4a4747;
  font-size: 1.5rem;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#hatter{
    background-color: var(--navbar);
    margin-top: 5%;
}
@media (max-width: 576px){
  #hatter{
     margin-top: 10%;
  }
}