p, .paragraph {
    margin-top: 0 ;
    margin-bottom: 1.2em;
}

.entry-content > *, .demo .entry-content p {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
}

article div.hint, article div.profile, article blockquote {
    padding: 2em 32px 1em;
    margin: 4em 0 2em;
    margin-bottom: 2em;
    position: relative;
    z-index: 2;
    background:
            #f8f8f8;
    border:none;
}

article div.hint p:last-child, article blockquote p:last-child {
    margin-bottom:0;
}

article div.hint::before {
    font-family: FontAwesome, serif;
    content: "\f0eb";
    position: absolute;
    top: -28px;
    left: 0;
    font-size: 36px;
    color:
            #fff;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.6;
}

article div.hint::after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background:
            #ffcc00;
    z-index: 1;
}

article blockquote::before {
    font-family: FontAwesome, serif;
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 24px;
    color:
            #fff;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
}

article blockquote::after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background:
            #33a4ff;
    z-index: 1;
}

.tagline {
    font-size: 25px;
    color: #3a4b58;
    font-weight: bold;
    margin: .6em 0 0;
}

img.site-logo-image {
    max-width: 60%;
}

.logo-footer {
    display: none;
}

}

@media all and (max-width:639px){

    article div.hint, article div.profile, article blockquote {
        padding:2.4em .7em .7em;
        font-size:14px}

    .tagline {
        font-size: 12px;
        margin: .6em 0 0;
    }

    img.site-logo-image {
        max-width:100%;
    }

    .tagline {
        font-size: 25px;
        color: #3a4b58;
        font-weight: bold;
        margin: .6em 0 0;
    }

}
