    html {
        margin: 0;
        padding: 0;
        }
    body {
        background-color: #F6FFFE;
        }
    .wfont3 {font-weight: 300;}
    .wfont3i {font-weight: 300;font-style: italic;}
    .wfont4 {font-weight: 400;}

    .uc {text-transform: uppercase;}
    .lc {text-transform: lowercase;}
    h1, h2, h3, h4, h5, li, ul, li, ul li, p, a {
        font-style: normal;
        font-variant: normal;
        }

    p a {
    /*			border-bottom: 1px solid lightgray;*/
        }
    .uc {text-transform: uppercase;}
    .slash {color:#67FFDE;}

    .studio {
        height: 30vh;
        overflow: 1;
        color: #555555;
/*         background-color: #F6FFFE; */
        background-color: #FFF;
        }
    .wrapper {
        max-width: 640px;
        margin: 1em auto auto auto;
        }

.brand {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 1.8em;
/*         line-height: 1.3em; */
        font-weight: 300;
        color: #848686;
        }

.brand a, .brand a:hover, brand a:visited {
        color: #848686;
        text-decoration: none;
        }