

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
    }

    html { 
        background-color: #000000;  
        color: #EEEEEE;
    }

    body{
        font-family: 'Cabin', sans-serif;
    }

    .header{
        margin-left: 0px;
        margin-bottom: 10px;
        padding-top: 4px;
        padding-bottom: 5px;
        width:100%;
        background-color: #333333;
        color: #999999;
        top: 0px;
        position:fixed;
        text-align:center;
        z-index: 3;
    }

    .header .title{
        float: left;
        text-align: left;
        margin-left: 15px;
    }

    .header .note{
        margin-left: 20px;
        color: orange;
        float: left;
        text-align: left;
    }

    .header .navlight{
        float: right;
        text-align: right;
        margin-right: 15px;
    }

    .header a{
        color: #999999;
    }

    #fullimage picture{
        z-index: 2;
        position: fixed; 
        top: 0; 
        left: 0; 
            
        /* Preserve aspet ratio */
        min-width: 100%;
        min-height: 100%;
    }

        #fullimage img{
        z-index: 2;
        position: fixed; 
        top: 0; 
        left: 0; 
            
        /* Preserve aspet ratio */
        min-width: 100%;
        min-height: 100%;

        width: 100%;
        height: auto;
    }

    .thequote{
        z-index: 4;
        clear: left;
        width:40%;
        background-color: rgba(55,55,55,0.3);
        border-radius: 5%;
        position:fixed;
        top: 15%;
        left: 15%;
        padding: 10px;
    }


    @media (max-width: 1000px) {
            .thequote {
                width: 60%;
                top: 10%;
                left: 10%;
            }

            .thequote h1{

            <% if((typeof quote.quotetext !== "undefined") && (quote.quotetext.length > 80))
            {%>
                font-size: 18px;
            <% } else{ %>
                font-size: 32px;
            <% } %>

        }
    }

    .thequote h1{                
        font-family: 'Cormorant Upright', serif;
    }

    .thequote p{
        text-align: right;
        font-family: 'Cabin', sans-serif;
    }

    .permalink a{
        color: #ccc;
        font-family: 'Cabin', sans-serif;
    }


    .footer{
        z-index: 3;
        margin:0px;
        padding-bottom: 4px;
        padding-top: 5px;
        width:100%;
        background-color: #333333;
        color: #999999;
        bottom: 0px;
        position:fixed;
        text-align:center;
    }

    .footer a{
        color: #999999;
        text-decoration: none;
    }