Website Rob
I understand where you're coming from, but these label tags aren't properly implemented. They neither wrap around a control element allowing it to be toggled by clicking on the label. Nor do they carry carry the "for" attribute to link them to an input field. So their accessibility value is close to zero and may even be negative due to the confusion that could be caused by label tags with not explicit linkage to anything.
However, if you were to argue that a better approach would be to add "for" attributes and deal with the visual issues by setting their font-size to 1em (instead of 1.1em), I would probably agree, though with a small lingering doubt about the advisability of nesting label tags inside headers.




