/* Enter Your Custom CSS Here */
.post-thumbnail img {
    max-width: 300px;
    height: auto;
  	float: left;
  	margin-right: 10px;
}
.entry-content {
	text-align: justify;
}
.site-info .container {
    visibility: hidden;
}
#page {
    margin: 0px;
    max-width: 1200px;
  	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body.custom-background {
	    background-size: cover;
}
.site-branding img {
    max-height: 75px;
    width: auto;
}