/* =====================================================
   Global Reset / Defaults
   ===================================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000;
}

    /* =====================================================
   Home Page Background
   ===================================================== */

    body.default {
        background-image: url("../images/Dungeon.png");
    }

/* =====================================================
   Header / Branding
   ===================================================== */

#i6fn {
    background-color: #000000;
    color: #b085f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    padding: 10px;
    text-align: center;
}

#iwm5 {
    font-size: 64px;
}

/* =====================================================
   Navigation Bar
   ===================================================== */

#im23-2-2,
#im23-2-2-2-3 {
    background-color: #000000;
    color: #007824;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    text-shadow: 2px 2px 2px #084a0b;
}

#ijeeh-2-2,
#ijeeh-2-2-2-3 {
    display: inline;
    visibility: visible;
}

/* =====================================================
   Home Content Layout
   ===================================================== */

body.default #content {
    display: flex;
    justify-content: center;
    padding: 3rem 1.5rem;
}


