﻿/* === SOFT DARK BACKDROP =============================== */
#bgfx {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(1200px 600px at 0% -10%, rgba(103,232,249,.045), transparent 60%), radial-gradient(900px 500px at 110% 10%, rgba(167,139,250,.045), transparent 60%), #10161f;
}

    #bgfx::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../img/cover.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .12;
    }

    #bgfx::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(120% 120% at 50% 10%, rgba(0,0,0,0) 0%, rgba(0,0,0,.12) 70%, rgba(0,0,0,.26) 100%);
    }

@media (max-width: 640px) {
    #bgfx::before {
        opacity: .20;
    }
}
