/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
}

.entry-title{
	display: none;
}

.entry-content{
	padding: 2em;
}

hr {
 margin-top:10px !important;
}