/** custom css for SimpleBlog **/
/* zmena velkosti fontu vo footery - nazvy blogu*/
.footer-container h5 a{
    font-size: 1rem;
    font-weight: 400;
}
.footer-container h5 .text-muted {
    font-size: .5rem;
    color: currentColor !important;
    opacity: .8;
    line-height: 1.2em;
}