/* Custom CSS
------------------------------------------------------------ */
.entry-content p {
text-align:justify;
}

.featured-image {
width:275px;
float:left;
margin-right:25px;
margin-bottom:5px;
}

.page-id-62 .entry strong {
color: #660033;
}.alignleft.post-image.entry-image{
max-width:225px;
}

.content .post h2 {
font-size:30px;
color:#9f0000;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
.header-image .site-header .wrap .title-area {
	background-size: 300px 36px;
	background-position: center top;
	width: 100%;
}

.site-header {
background-size: 48px 100px;
max-height: 76px;
}

.featured-image {
width:200px;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}