* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Truculenta', sans-serif;
    font-size: 2rem;  
    text-shadow: .1rem .1rem .2rem #808899;
}

header {
    height: 7rem;
    margin: 0;
    background: #302e38;
}

    h1.logo {
        font-size: 4rem;
        padding: 1rem 1rem 1rem 5rem;
        color:#808899;
        text-shadow: .05rem .05rem .05rem rgb(200, 200, 100);
    }

    img#siteLogo {
        display: block;
        position: fixed;
        top:0;
        right: 0;
        height: 10rem;
        padding: 1rem 2.5rem 1rem 1rem;
        border-bottom-left-radius: 3rem;
        box-shadow: 0 0 .75rem #302e38;
        background: rgb(200, 200, 100);
        z-index: 1;
    }

main {
    position: relative;
    margin: 5rem 12rem 5rem 5rem;
    }

    main h2 {
        margin: 3rem 0 1rem 0;
    }

    main h3 {
        margin: 1.5rem 0 1rem 0;
    }

    main p {
        padding-bottom: 1.4rem;;
        line-height: 1.4rem;
    }

    main p:last-child {
        padding-bottom: 3rem;
    }

    img.moreCowbell {
        float: right;
        width: 12rem;
        height: auto;
        margin: .1rem 0 3rem 3rem;
    }



    aside#iNeedAHero {
        display: block;
        position: sticky;
        top: 1rem;
        width: 20rem;
        margin: 0 auto 5rem auto;
        padding: 3rem;
        border-radius: 6rem;
        box-shadow: .1rem .2rem .5rem #302e38;
        background-color: #808899;
    }

        aside#iNeedAHero h2 {
            margin: 0 0 1rem 0;
            padding: 0 0 .5rem 0;
            border-bottom: .1rem solid #f8f8f8;
            text-shadow: .05rem .05rem .05rem rgb(200, 200, 100);
            text-align: center;
        }

        aside#iNeedAHero p {
            margin: 0;
            padding: 0;
            text-align: justify;
        }


nav {
    position: fixed;
    top: 0;
    right: 2rem;
    height: 100%;
    width: 3rem;
    box-shadow: inset 0 0 .25rem #302e38;
    background: #8A6E94;
    z-index: 0;
}

    nav h2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 1px;
        color: transparent;
        overflow: hidden;
    }

    nav ul#mainNav {
        list-style: none;
        display: flex;
        flex-direction: row;
        width: 3rem;
        margin: 12rem 0 0 0;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }

        nav ul#mainNav li a {
            display: block;
            width: 2rem;
            margin: 0 -0rem 0 0;
            padding: .5rem;
            font-family: 'Truculenta', sans-serif;
            font-size: .8rem;
            font-weight: 600;
            color: rgb(200, 200, 100);
            text-decoration: none;
            /*box-shadow: inset .0rem .1rem .4rem #302e38;*/
            box-shadow: #302e38 .1rem -.1rem .5rem .0025rem inset, #302e38 .05rem .05rem 0.2rem .025rem inset;
            background: #8A6E94;
        }

        

            nav ul#mainNav li a:hover {
                color:#302e38;
                background: #808899;
            }

            nav ul#mainNav li a span.toolTip {
                position: absolute;
                font-size: 1px;
                color: transparent;
            }

            nav ul#mainNav li a:hover span.toolTip {
                display: block;
                width: 4rem;
                margin: -.5rem -2.5rem 0 0;
                padding: .9rem 1rem .9rem 1.1rem;
                font-size: 1rem;
                text-align: center;
                writing-mode: horizontal-tb;
                border-top-left-radius: 2rem;
                border-bottom-left-radius: 2rem;
                /*border-top-right-radius: 8rem;
                border-bottom-right-radius: 2rem;*/
                -webkit-text-stroke: .04rem #302e38;
                background: rgb(200, 200, 100);
                box-shadow: 0 0 .25rem #302e38;
                color: #8A6E94;
            }

            nav i.fas {
                font-size: 2rem;
            }

footer {
    position: fixed;
    top: 0rem;
    right: 0;
    width: 2rem;
    height: 100%;
    z-index: 1;
    box-shadow: 0 0 .25rem #302e38;
    background-color: #302e38;
}

    footer p.copyright {
        height: 100%;
        margin: -.6rem 0 0 0;
        padding: 0 .5rem 1rem .5rem;
        font-size: .8rem;
        font-weight: 600;
        text-align: right;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        color: #8A6E94;
    }



#maintLogo {
            margin: 10vh auto;
            height: 80vh;
            text-align: center;
        }
    
        img#maintIcon {
            height: 80vh;
            margin: 0 auto;
        }
