/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Site footer - hosting credit */
.site_footer {
    background: #f8f9fa;
    border-top: 1px solid #eee;
}
.site_footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}
.site_footer a:hover {
    text-decoration: underline;
}
