/* Alap beállítások */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem; 
  background-image: url('media/Kép10.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}

.content-bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.nav-link {
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ffeaea;
}

.font-small {
  font-size: 0.85rem;
}

.font-medium {
  font-size: 1rem;
}

.font-large {
  font-size: 1.25rem;
}

main a {
  color: #0c54bf;
  text-decoration: underline;
}

main a:hover {
  color: #bc0909;
  text-decoration: underline;
}

main a:visited {
  color: #10d76d;
}

.nav-link.active {
  font-weight: bold;
  text-decoration: underline;
  color: #ff6600; /* pl. narancssárga */
}
