@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
        background: #1f1f1f;
        color: #fff;
    }

    h1,
    h2,
    h3 {
        font-family: 'Bebas Neue', cursive;
        font-size: 4em;
        line-height: 1;
        margin-bottom: 0rem;

    }

    .highlight {
        color: #f58020;
    }

    .nav-link, .nav-link.active {
        color: #999999;
    }

    .nav-link:hover,
    .nav-link h1.highlight:hover {
        color: #fff;
    }

    .hl-div,
    footer {
        width: 100%;
        min-height: 10px;
        background: #202020;
        background: -webkit-radial-gradient(bottom, #202020, #101010);
        background: -moz-radial-gradient(bottom, #202020, #101010);
        background: radial-gradient(to top, #202020, #101010);
        padding: 1em;
    }
    footer { min-height:  60px; padding: none; }

    img.img-block {
        width: 1100px;
        max-width: 100%;
        padding: 1em;
        margin: 2rem;
    }

    @media (max-width: 768px) {

        h5 { font-size: 1em; }

        h1
         {
            font-size:  1.9em;
        }
         h2
         {
            font-size:  1.2em;
        }
        h5 { 
            font-size: small; 
        }
        img.img-block {
             margin: .5rem;
        }
    }