/* =========================
   TIMMY SUBPAGES
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #05070a;
}

.page::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../sprites/timmy_bkg1.png");
    background-size: cover;
    background-position: center;
    opacity: 0.55;
    z-index: 0;
}

.experience {
    position: relative;
    z-index: 5;
    min-height: 100vh;
}

.full-site {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 10vw 60px;
}

.full-site-timmy {
    background: linear-gradient(
        135deg,
        rgba(46,188,255,0.10),
        rgba(0,0,0,0.05)
    );
}

.site-content {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.site-content {
    position: relative;
    z-index: 6;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.timmy-logo {
    width: min(900px, 90vw);
    margin-top: -200px;

    filter:
        drop-shadow(0 0 20px rgba(46,188,255,0.45))
        drop-shadow(0 0 40px rgba(255,107,214,0.25));

    user-select: none;
    pointer-events: none;
}

/* Oude horizontale knoppen verbergen indien nog aanwezig */
.page-buttons {
    display: none;
}