#footer-template * {
    font-size: 14px;
}

@media screen and (min-width: 782px) {
    #footer-template * {
        font-size: 16px;
    }
}

#footer-template a, 
#footer-template a:hover,
#copyright a,
#copyright a:hover {
   text-decoration: none;
}

#footer-template h3 {
   font-size: 16px;
   margin: 0 0 10px 0;
}

