/* =========================
FOOTER BASE
========================= */

.site-footer{
    margin-top:60px;
    padding:30px 20px;
    background:#f8f8f8;
    border-top:1px solid #eee;
    text-align:center;
    font-size:13px;
    color:#666;
}

.site-footer a{
    color:#1a73e8;
    text-decoration:none;
}

.site-footer a:hover{
    text-decoration:underline;
}