body {
    font-family: "Clairvaux", sans-serif;
    }

/* FIRST STATUS, ENLARGED, DIFFERENT FONT */
section:last-of-type article:first-of-type .status-content{
    /* font-size: 1.36em; */
    font-family: 'Clairvaux', sans-serif;
    line-height: 1em;
    margin-top: 0.25em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    }
@media (max-width: 700px){
   section:last-of-type article:first-of-type .status-content{
       font-size: 1.3em;
       }
    }
article:last-of-type article:first-of-type .status-content{
    margin-bottom:1em;
    }

/* STATUS - HOOKY SOLID */
article:nth-child(4n+3){
    font-family: 'HookySolid', serif;
    line-height: 1.3em;
    padding-top: 10px;
    }
/* PERMALINK - DATE for HOOKY SOLID */
article:nth-child(4n+3) .status-username{
    margin-top: 2px;
    }

/* STATUS - SHADOWS INTO LIGHT TWO */
article:nth-child(4n+4){
    font-family: 'Shadows Into Light Two', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-top: 0.3em;
    padding-bottom: 12px;
    }
    @media (max-width: 700px){
        article:nth-child(4n+4){
            line-height: 20px;
            }
        }
article:nth-child(4n+4) .status-content{
    margin-bottom:1em;
    }
/* PERMALINK - DATE for SHADOWS INTO LIGHT TWO */
article:nth-child(4n+4) .status-username{
    margin-top: -5px;
    }

/* STATUS - FULLMOON MARCH */
article:nth-child(4n+1){
    font-family: 'Fullmoon March', sans-serif;
    font-size: 16px;
    padding-top: 12px;
    line-height: 21px; 
    }
    @media (max-width: 700px){
        article:nth-child(4n+1){
            font-size: 14px;
            line-height: 18px;
            }
        }

/* PERMALINK - DATE for CLAIRVAUX */
article:nth-child(4n+1) .status-username{
    margin-top: 0;
    }

/* STATUS - CLAIRVAUX */
article:nth-child(4n+2){
    font-family: 'Clairvaux', serif;
    padding-top: 8px;
    line-height: 23px;
    }
    @media (max-width: 700px){
        article:nth-child(4n+2){
            line-height: 18px;
            }
        }
article:nth-child(4n+2) .status-content{
    margin-bottom:1em;
    }
/* PERMALINK - DATE for CLAIRVAUX */
article:nth-child(4n+2) .status-username{
    margin-top: -6px;
    }