/* VAR DCLS
 * ==================================================================== */

:root {
    --bg-img: url('/img/theories/stars_01.gif');
    --bg-color: #000;

    --button-bg-color: #25dd20;
    --button-active-bg-color: #158b2d;
    --button-border-color: #00b24b;
    --button-text-color: #000;

    --post-bg-color: #25dd20;
    --post-text-color: #000;

    --footer-text-color: #00b24b;
}

/* SPECIFIC CLASSES
 * ==================================================================== */

.post :is(h1, h2, h3, h4) {
    font-family: "Audiowide", monospace;
}

#header {
    padding: 40px 0;
}

#theoryHeader {
    width: 100%;
    overflow-y: hidden;
    height: 256px;
    background-image: url('/img/theories/crackle.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thinker{
    margin: 0;
}

#theDarkness {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}

#theTruth {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/home/caven.gif');
    overflow-y: scroll;
    color: red;
    text-align: center;
}

#back {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1;
}
