/* Reusable modules/blocks that should work anywhere on the site  */

.homepageWidgets {
    margin: 1rem 0;
    text-align: center;
}
.homepageWidgets__title--individual {
    font-size: 0.875em; /* 14/16 */
}

.pageIcon {
    margin: 1rem 0;    
}


/* Footer */
.socialLinks {
    margin-top: 2em;
}

.footerNav {
    list-style-type: none;
    margin: 0;
}

.footerNav__link {
    color: #8a8c8d;
}

.footerNav__link:hover {
    color: #009ee2;
}
