.hfeed #page {
    margin-top: 40px;
	top:0px;
}

.hfeed .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.hfeed .entry-header {
	text-align: center;
    font-weight: normal;
    font-size: 235%;
    letter-spacing: 3px;
    font-family: 'Nanum Brush Script';
    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 {
    font-family: 'Grenze Gotisch';
    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;
}


}