/* === ÁLTALÁNOS BEÁLLÍTÁSOK === */
body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

a:hover,
a:focus {
    color: #ff0;
    background-color: #222;
    outline: 2px solid #ff0;
}

/* === NAVIGÁCIÓ === */
.navbar .nav-link {
    color: #fff !important;
    font-weight: bold;
}

.navbar .nav-link.active {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 5px;
}

.navbar-toggler-icon {
    filter: invert(100%);
}


/* === CÍMEK === */
h1, h2 {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5rem;
}

/* === GALÉRIA KÉPEK === */
.gallery-img {
    border: 3px solid #fff;
    transition: transform 0.3s, filter 0.3s;
}

.gallery-img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}

/* === SZÖVEGES SZEKCIÓK === */
.section-title {
    color: #fff;
}

/* === LIGHTBOX HÁTTÉR === */
.basicLightbox--visible {
    background-color: rgba(0, 0, 0, 0.95);
}

/* === KONTRASZT GOMB === */
#toggle-contrast {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #000;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#toggle-contrast:hover {
    background-color: #ff0;
    color: #000;
}

/* === SOCIAL MEDIA === */
.social-media {
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.social-media a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 10px;
}

.social-media a:hover {
    color: #ff0;
}
