Oh, something I just noticed. Your child theme's stylesheet has this line:
/* =Theme customization starts here/*
But that's not the correct way to end a comment, meaning that the browser ignores everything about that line because it still thinks it's a comment. The line should instead be:
/* =Theme customization starts here */