/* ***********************************************************************
 *
 *  File:   custom.css
 *
 *  Descr:  Custom CSS for the Krizek document
 *
 *  Author: Jomar Hønsi, 2026
 *
 * ************************************************************************/
div.main {
    background-image: url('fotky/obalka.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;

    & h1 {
        visibility: hidden;
    }

    & div.index {
        border: 1px solid black;
        width: 50%;
        background-color: orangered;
        color: #eee;
        opacity: 0.7;
        margin: 0 auto;
        margin-top: 450px;

        & a,
        & a.link,
        & a:visited {
            font-size: 14px;
            color: #eee;
            text-shadow: none;
            text-shadow: 1px 1px 2px black;
        }

        & ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        & li {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }
}