Found my issue and it wasn't related to W3 at all but a bug in Chrome. If anyone else has the same issue with text not showing up on their site in Chrome then add the following to your stylesheet:
body { -webkit-animation: fix 1s 1; }
@-webkit-keyframes fix { 0% { opacity: 1 } 100% { opacity: 1 } }