/* header */
body .site-title a, body .site-description {
    text-shadow:2px 2px 2px #fff ;
    font-size: 1.6em;
}
/* ---- */

.custom-html-widget {
    color:#979fa7;
    text-shadow: 1px 1px 2px #000000;
}
.custom-html-widget a{
    text-shadow: 1px 1px 2px #000000;
    color: #979fa7;
}

.custom-html-widget a:hover{
    text-shadow: 2px 2px 7px #ffffff;
}
.custom-logo {
    float:left;
    width:150px;
}