.hfeed #page {
    margin-top: 40px;
	top:0px;
}

.hfeed .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.hfeed .entry-header {
    text-align: center;
    font-size: 235%;
    letter-spacing: 3px;
    font-family: 'Syne Mono', monospace;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}
.hfeed figure.post-thumbnail {
    margin-bottom: 0px;
}

.hfeed .entry-content p {
	padding-top: 0px;
    margin-top: 0;
    margin-bottom: 60px;
}


.hfeed h1.page-title {
    text-align: center;
    font-size: 300%;
    text-transform: capitalize;
    font-variant: small-caps;
}


/* MOBILE BASE */

@media only screen and (max-width:700px) {

.hfeed #page {
	margin-top: 55px;
	top:0px;
}


}