/* Enter Your Custom CSS Here */
/*** widen header ***/ 
.site-info { width :75%;
text-align: center;}
.site-logo img {
    max-width: 150px;
}
#header .site-description {font-size:22px;
font-family: 'comfortaabold';}
/***/
/*** footer colours ***/ 
#footer {
    background-color: #fff;
    clear: both;
    color: #fff;
}
#footer a {
    color: #000;
    text-decoration: underline;
}
/***/
.entry-content a:hover{ 
  color: #000;}
