so I looked at the source code for the page and noticed that the body tag had these classes attached to it:
<body class="home blog logged-in admin-bar cat-1-id">
so I added two additional classes, home and blog, to the css using the same styles that I had assigned to the body tag and it seems to be working in Firefox now.`