    html, body {
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
		color:#ffffff;
    }
	  .dontap{
		  background-image: url('../template/header.png');
  background-size:auto;
		  background-repeat: repeat;
	  }
.hero {
  /* padding-top: 100px; -- eltávolítva */
  background: url('../template/hero.png') center center no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 0;
}


.hero-content {
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
}

.navbar {
  background-image: url('../template/header.png');
  background-size:auto;

}

.navbar-brand {
  max-height: 100px;
}

.logo {
  max-height: 90px;
}
	  p{
		  color: #ffffff;
	  }
h1 {
  color: #ffffff;
}
	  .yellow{
		  color:#FFDD00;
	  }

section {
  padding: 80px 20px;
}

footer {

  color: #fff;
  padding: 30px 0;
}

footer a {
  color:#FFDD00;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}
	  @media screen and (max-width: 576px) {
  .hero {
    height: 300px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}
  .nav-link2 {
  background-color: rgba(255, 255, 255, 0.1); 
  color: yellow;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 18px;
  margin: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.nav-link2:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


	  .googleplay{
		  max-height: 100px;
	  }
	  .icon{
		  max-height: 100px;
	  }
	  .cards{
		  background-color: rgba(255, 255, 255, 0.2); 
color: rgba(255, 255, 255, 0.3);
		  margin: auto;
		  width:350px;
		  max-width: 350px;
		  height:300px;
		  max-height: 300px;
		  padding-top:40px;
		  border:1px solid red;
		  border-radius: 5px;
		  margin-top:10px;
		  
	  }
	  .cards:hover{
		  background-color: rgba(255, 255, 255, 0.15); 
	  }
	  .center{
		  margin: auto;
	  }
	  .footer{
		  background-color: rgba(0, 0, 0, 0.2); 
color: rgba(255, 255, 255, 0.3);
	  }
	  .socialicon{
		  max-height: 50px;
		   background-color: rgba(255, 255, 255, 0.2); 
		  padding:10px;
		  border-radius: 10px;
	  }
	  .socialicon:hover{
		  background-color: rgba(255, 255, 255, 0.1); 
	  }
	 
	 
@media (max-width: 991.98px) {
  .nav-link2 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}


@media (max-width: 400px) {
  .logo {
    max-height: 60px;
  }

  .navbar-brand {
    padding: 0;
  }

  .nav-link2 {
    font-size: 14px;
    padding: 8px 10px;
    margin: 4px 0;
  }

  .hero {
    height: 200px;
    flex-direction: column;
    padding: 10px;
  }

  .hero-content h1 {
    font-size: 1.2rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .cards {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px 10px;
  }

  section {
    padding: 40px 10px;
  }

  .googleplay, .icon, .socialicon {
    max-height: 40px;
  }

  .socialicon {
    padding: 5px;
    border-radius: 6px;
  }

  footer {
    font-size: 0.9rem;
  }
	.hero {
  
  height: 200px;

}
	.nolink{
		text-decoration: none;
	}
}
.h5f{
	font-size: 20px;
	font-weight: bold;
}