@import url('//fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: 'Open Sans', sans-serif;
}
#header {min-height: 121px;}
#content {min-height: 610px;}
#sidebar {min-height: 232px;}
#footer {min-height: 53px;}
@media (max-width: 361px) {
h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 120%;}

}
#footer {
margin: 10px 0px;

}
#content {
padding-top: 5px;

}
/* news */
.blog-post-box {
    margin-top: 15px;
padding: 10px;

}
.blog-post-box  .blog-post-media {
    margin-bottom: 25px;
}
.blog-post-box h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}


.blog-post-box  .section p {
    margin-bottom: 0;
}
/* share buttons*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }.mt-10 {margin-top: 10px }
.mb-10 {margin-bottom: 10px }
.mr-10 {margin-right: 10px }
.ml-10 {margin-left: 10px }