/* CSS Document */
@media screen and (prefers-color-scheme: dark) {
    * {
        color: #FFFFFF;
    }
    html, body {
        background-color: #000000;
    }
    *::-webkit-scrollbar-thumb {
        box-shadow: 0px 0px 2.5px 1px rgba(255,255,255,0.5);
    }
    *::selection {
        background-color: #FFFFFF;
        color: #000000;
        box-shadow: 0px 0px 2.5px 1px rgba(255,255,255,0.5);
    }
    a {
        text-shadow: 0px 0px 0px rgba(255,255,255,0.5);
    }
    a:hover {
        text-shadow: 0px 0px 2.5px rgba(255,255,255,0.5);
    }
    body {
        box-shadow: 0px 0px 11px 0px rgba(255,255,255,0.5);
    }
    
    nav, footer {
	    background-color: #000000;
    }
    footer div a img {
        filter: invert(1);
    }
    
    .imgFld:empty::before, .albFld:empty::before, .imgFld a, .albFld a {
        box-shadow: 0px 0px 5px 0.5px rgba(255,255,255,0.5);
    }
    .imgFld a::before, .albFld a::before {
        color: #000000;
        background-color: rgba(255,255,255,0.5);
        box-shadow: 0px 0px 5px 0.5px rgba(255,255,255,0.5);
    }
    
    .viw .viwDld .viwDldExt a:hover, .viw textarea:hover, .viw textarea:focus, .lgn input[type='text']:hover, .lgn input[type='text']:focus, .lgn input[type='password']:hover, .lgn input[type='password']:focus, .lgn input[type='submit']:hover, .lgn input[type='submit']:focus, .upl select:hover, .upl select:focus, .upl input[type='text']:hover, .upl input[type='text']:focus, .upl textarea:hover, .upl textarea:focus, .upl input[type='submit']:hover, .upl input[type='submit']:focus {
        color: #000000;
    }
    .lgn {
        background-color: rgba(0, 0, 0, 0.75);
    }
}