/* CSS Document */
.blog_post {float:left; width:45%; margin-right:5%; margin-bottom:30px;}
.blog_post img {width:100%; height:auto; margin-bottom:10px;}
.blog_title {font-size:24px;margin-bottom:10px; display:block; font-weight:400;font-family: 'Dosis', sans-serif;  }
a.blog_title:hover {text-decoration:none;}
p.blog_blurb {font-size:14px; margin-bottom:8px;}
a.blog_rm {float:right;display:inline-block; padding:5px 12px; background:#C5CF20; color:#FFF;}

@media screen and (max-width: 784px) {
.blog_post {float:none; width:100%; margin-right:0%; margin-bottom:70px;}
.blog_post img { margin-bottom:2px;}
.blog_title {font-size:20px;margin-bottom:6px;  }
a.blog_rm {font-size:13px;padding:3px 8px;}
}