            html {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background-image: url(/images/liz-bg.jpg);
                /* background-image: url(/images/liz-2-bg.jpg); */
                background-position: top right;
                background-size: cover;
                background-repeat: no-repeat;
                background-color: #000;
            }
            body {
                
                color: #fff;
                font-family: 'Open Sans', roboto, calibri, arial, helvetica-neue, san-serif;
                padding: 0;
                margin: 0;
            }
            a:link {
                color: #f7b53b;
                color: #FF8A00;
            }
            a:visited {
                color: #a57e24;
                color: #dc950d;
                color: #f2d28a;
            }
            a:hover{
                background-color: rgba(255, 255, 255, .25);
                text-decoration: none;
            }
            h1, main {
                margin: 2rem auto;
                max-width: 750px;
                width: 85%;
                width: calc(100% - 2.5rem);
            }
            h1 em {
                display: block;
                text-indent: 2rem;
                font-weight: normal;
                font-size: 2.5rem;
                text-align: center;
                line-height:1.5rem;
            }
            h1 {
                color: #ff8a00;
                color: #FF8A00;
                font-family: 'Open Sans', roboto, calibri, arial, helvetica-neue, san-serif;
                font-size: 3.5rem;
                font-weight: normal;
                margin: 1rem auto 4rem auto;
                text-shadow: 0 0 5px #333, 
                             0 0 10px #333,
                             0 0 20px #333, 
                             0 0 30px #333,
                             0 0 40px #333;
            }
            h2 {
                background-color: rgba(61, 8, 91, .8);
                background-color: rgba(188, 105, 11, .5);
                padding: 1rem;
                border-radius: 1rem;
                margin-top: 3rem;
                margin-left: -4rem;
                position: relative;
            }
            h2:first-child {
                margin-top: -4rem;
            }
            h2::after {
                content: ' ';
                background-color: rgba(61, 8, 91, .2);
                display: block;
                height: 80%;
                width: 100%;
                position: absolute;
                top: 10%;
                left: -1.25rem;
                border-radius: 1rem;
            }
            h3, h4, p, ul, ol {
                margin: 0 0 .7rem 0;
            }
            h3, h4 {
                margin: .3rem 0 .3rem 0;
            }
            main {
                background-color: rgba(78, 2, 122, .8);
                border-radius: 1.5rem;
                padding: 5rem 1rem;
                max-width: 600px;
                width: 80%;
                width: calc(100% - 10rem);
                margin-top: 2rem;
            }
            article {
                background-color: rgba(205, 162, 229, .3);
                padding: 1rem 2rem;
                border-radius: 2rem;
                margin: 1rem 1rem 0 1rem;
                position: relative;
            }
            article:after {
                display: block;
                content: "";
                position: absolute;
                background-color: green;
                width: 300px;
                height: 200px ;
                right: -1rem;
                top: 90px;
                border-radius: 1.5rem;
                background-image: url(/image/liz-bg.jpg);
                background-size: cover;
                border: 2px solid #FF8A00;
            }
            article.pranzata:after {
                background-image: url(/images/liz-panzata-thmb.jpg);
            }
            article.slim:after {
                background-image: url(/images/slim-change.jpg);
            }
            footer {
                text-align: center;
                background-color: rgba(0, 0, 0, .8);
                padding: 2rem;
                margin: 1rem 0 0 0;
                line-height: 200%;
            }
            footer a, span.copyright {
                white-space: nowrap;
                margin-left: 1rem;
                margin-right: 1rem;
            }
            .past .date {
                padding-bottom: 0;
                margin-bottom: .1rem;
            }
            .past h3 {
                margin: .1rem 0 .7rem 0;
            }
            article h3 {
                position: relative;
                margin-bottom: .75rem;
                padding: .5rem 0;
            }
            article h3::after {
                content: ' ';
                background-color: rgba(61, 8, 91, .2);
                display: block;
                height: 120%;
                width: calc(100% + 2.25rem);
                position: absolute;
                top: -10%;
                left: -1.25rem;
                border-radius: 1rem;
            }
            article h3 em {
                display: block;
            }
            @media (max-width: 750px) {
                article {
                    margin-bottom: 60px;
                    padding-bottom: 200px;
                }
                article:after {
                    bottom: -20px;
                    top: auto;
                    right: 30px;
                }
            }
            @media (max-width: 600px) {
                main {
                    width: calc(100% - 6rem);
                    margin-top: 1.5rem;
                }
                article {
                    padding: 1rem 2rem 200px 2rem;
                    margin-left: 1rem;
                    margin-right: 0;
                }
                h2 {
                margin-left: -2rem;
                position: relative;
                }
            }
            @media (max-width: 440px) {
                main {
                    width: calc(100% - 4rem);
                    margin-top: 1rem;
                }
                h2 {
                margin-left: -1.5rem;
                position: relative;
                }
            @media (max-width: 400px) {
                main {
                    width: calc(100% - 4rem);
                    margin-top: 1rem;
                }
                h2 {
                margin-left: -1.5rem;
                position: relative;
                }
                article:after {
                    width: calc(100% - 1rem);
                }
            }

