You only have 7 or so errors in your html, a few of them are just small missing quotes, slashes etc. I would just double check that.
CSS errors
12 Unknown pseudo-element or pseudo-class ::selection [selection]
111 Sorry, the at-rule @-webkit-keyframes is not implemented.
340 Sorry, the at-rule @-keyframes is not implemented.
345 Sorry, the at-rule @-webkit-keyframes is not implemented.
350 Sorry, the at-rule @-moz-keyframes is not implemented.
355 Sorry, the at-rule @-ms-keyframes is not implemented.
360 Sorry, the at-rule @-o-keyframes is not implemented.
You only have 7 or so errors in your html, a few of them are just small missing quotes, slashes etc. I would just double check that.
CSS errors 12 Unknown pseudo-element or pseudo-class ::selection [selection] 111 Sorry, the at-rule @-webkit-keyframes is not implemented. 340 Sorry, the at-rule @-keyframes is not implemented. 345 Sorry, the at-rule @-webkit-keyframes is not implemented. 350 Sorry, the at-rule @-moz-keyframes is not implemented. 355 Sorry, the at-rule @-ms-keyframes is not implemented. 360 Sorry, the at-rule @-o-keyframes is not implemented.
Overall seems like easy fixes.