/* ===================================== */
/* FOOTER BASE                           */
/* ===================================== */

.site-footer{
font-size:.9rem;
}

/* ===================================== */
/* FOOTER LINK LIST                      */
/* ===================================== */

.footer-links{
padding-left:0;
}

.footer-links li{
margin-bottom:8px;
}

/* ===================================== */
/* FOOTER LINKS                          */
/* ===================================== */

.footer-links a,
.footer-links a:link,
.footer-links a:visited,
.footer-links a:active{

display:inline-block;

padding:4px 10px;

border-radius:6px;

text-decoration:none;

color:inherit;              /* use normal text color */

opacity:.9;

transition:all .2s ease;

}

/* hover highlight */

.footer-links a:hover{

background:#ffc107;

color:#000;

opacity:1;

}


/* ===================================== */
/* FOOTER BOTTOM LINKS                   */
/* ===================================== */

.footer-bottom-link,
.footer-bottom-link:link,
.footer-bottom-link:visited,
.footer-bottom-link:active{

display:inline-block;

padding:3px 8px;

border-radius:5px;

text-decoration:none;

color:inherit;

opacity:.85;

transition:.2s;

}

.footer-bottom-link:hover{

background:#ffc107;

color:#000;

opacity:1;

}


/* ===================================== */
/* MOBILE IMPROVEMENTS                   */
/* ===================================== */

@media (max-width:768px){

.footer-links a{
padding:6px 12px;
}

.site-footer{
text-align:left;
}

}


/* ===================================== */
/* FOOTER TITLES                         */
/* ===================================== */

.site-footer h6{
font-weight:600;
letter-spacing:.3px;
}