﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


h1 {
    color: darkgreen;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px 10px;
    min-height: 100vh;
    margin-bottom: 60px;
    padding-top: 4.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100vw;
    overflow-x: hidden;
}
.hero-section h1 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

section h2 {
    margin-bottom: 1rem;
}

.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
}
.hero-section {
    min-height: 70vh;
}

    .hero-section img {
        border: 6px solid #fff;
    }
body {
    min-height: 100vh;
    padding-top: 4.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}


/* === Lontopia Dark Theme === */

/* Kleuren */
:root {
    --primary-color: #FF4500;
    --secondary-color: #FFB84D;
    --background-dark: #121212;
    --text-light: #E0E0E0;
    --accent-color: #6A5ACD;
}

/* Algemene stijl */
body {
    background-color: var(--background-dark);
    color: var(--text-light);
    font-family: 'Segoe UI', sans-serif;
}

/* Navbar */
.navbar {
    background-color: rgba(18, 18, 18, 0.95);
    border-bottom: 1px solid var(--primary-color);
}

.nav-link,
.navbar-brand {
    color: var(--text-light) !important;
}

    .nav-link:hover {
        color: var(--primary-color) !important;
        text-decoration: underline;
    }

/* Buttons */
.btn-fire {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.6);
    transition: 0.3s ease;
}

    .btn-fire:hover {
        filter: brightness(1.1);
        transform: scale(1.05);
    }

/* Cards (bijv. voor games/events) */
.card.bg-dark {
    background-color: #1e1e1e !important;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.2);
}

/* Footer */
footer {
    background-color: #000;
    color: var(--text-light);
    padding: 2rem 0;
    text-align: center;
}

/* Glow logo */
.logo-glow {
    filter: drop-shadow(0 0 10px var(--primary-color));
}

/* Discord knop (optioneel) */
.btn-discord {
    background-color: #5865F2;
    color: white;
    font-weight: bold;
}

    .btn-discord:hover {
        background-color: #4752C4;
    }

.news-section {
    background: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);
}

.news-card-glow {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.4);
}

.game-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

    .game-card:hover {
        transform: scale(1.03);
        box-shadow: 0 0 20px rgba(255, 69, 0, 0.4);
    }

.card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
}

.btn-fire {
    background: linear-gradient(135deg, #FF4500, #FFB84D);
    border: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.6);
    transition: 0.3s ease;
}

    .btn-fire:hover {
        filter: brightness(1.1);
        transform: scale(1.05);
    }

/* Detailpagina tweaks */
.text-warning {
    color: #FFB84D !important;
}

.bg-dark {
    background-color: #121212 !important;
}

.review-block {
    background-color: rgba(0, 0, 0, 0.7);
    border-left: 4px solid #FF6A00;
    padding: 1rem;
    border-radius: 0.5rem;
    color: #eee;
}


.btn-fire {
    background: linear-gradient(135deg, #FF4500, #FFB84D);
    border: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.6);
    transition: 0.3s ease;
}

    .btn-fire:hover {
        filter: brightness(1.1);
        transform: scale(1.05);
    }
.project-section {
    position: relative;
    background-color: #121212;
    overflow: hidden;
}

.project-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    opacity: 0.08;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.project-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
    text-align: center;
}

    .project-content .btn {
        font-weight: bold;
        padding: 0.75rem 2rem;
        font-size: 1.1rem;
        box-shadow: 0 0 10px rgba(255, 69, 0, 0.3);
    }

.btn-fire {
    background: linear-gradient(135deg, #FF4500, #FFB84D);
    color: white;
    border: none;
    transition: 0.3s ease;
}

    .btn-fire:hover {
        filter: brightness(1.1);
        transform: scale(1.05);
    }

.album-card {
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid #333;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.2);
}

.album-header {
    background: linear-gradient(135deg, #FF4500, #FFB84D);
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.6);
}
.album-card {
    border: 1px solid #333;
    border-radius: 1rem;
}

.accordion-button {
    border-radius: 0.75rem !important;
}

.categorie-knop {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
    color: #ddd;
    background-color: #1f1f1f;
    border: 2px solid #444;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px transparent;
}

    .categorie-knop:hover {
        background-color: #2a2a2a;
        border-color: #ff8000;
        box-shadow: 0 0 10px rgba(255, 128, 0, 0.5);
        color: #fff;
    }

    .categorie-knop.active {
        background: linear-gradient(135deg, #FF4500, #FFB84D);
        color: #000;
        border: none;
        box-shadow: 0 0 12px rgba(255, 69, 0, 0.7);
    }

.footer-lontopia {
    background: linear-gradient(135deg, #1a1a1a, #111);
    border-top: 3px solid #ff6600;
    color: #ccc;
    font-size: 0.95rem;
}

    .footer-lontopia a {
        transition: color 0.2s ease-in-out;
    }

        .footer-lontopia a:hover {
            color: #ffcc66;
        }

/* Donkere dropdown achtergrond */
.dropdown-menu {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

/* Dropdown items */
.dropdown-item {
    color: #ddd;
    transition: background-color 0.2s ease-in-out, color 0.2s;
}

    /* Hover effect met vuuraccent */
    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #ff6600;
        color: #000;
    }

    /* Optioneel: actieve dropdown-item (bijv. op mobiele nav) */
    .dropdown-item.active {
        background-color: #ff6600;
        color: #000;
    }
.dropdown-menu {
    border-radius: 0.75rem;
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.3);
}

.card.shadow-lg {
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.3); /* zachte gele glow */
}

.event-info-box {
    background: #1a1a1a;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 1rem 2rem;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
}

.richtext-content ul {
    list-style: none;
    padding-left: 0;
}

    .richtext-content ul li::before {
        content: none;
    }

.categorie-knop {
    padding: 6px 12px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

    .categorie-knop.active {
        background-color: #ffc107; /* Bootstrap warning */
        color: #000;
        font-weight: bold;
    }

a {
    color: var(--bs-warning) !important;
    text-decoration: none; /* geen onderlijning */
}

    a:hover, a:focus {
        color: #e0a800 !important; /* iets donkerder variant voor hover */
        text-decoration: underline; /* optioneel: underline bij hover */
    }


.vrienden-section .card-img-top {
    width: 100%;
    height: 220px; /* pas aan naar smaak */
    object-fit: cover; /* snijdt netjes bij, geen vervorming */
    object-position: center; /* focus midden */
    display: block;
}