That didn't work, but I had subsequently tried what is below and it works on the homepage, but not on the internal pages. On the internal pages, the header outline (line 3) is not visible, just the border-bottom.
Any thoughts as to what might be going on? Here is the site URL, hfprc.squarespace.com still in the early stages of design and layout. Thanks for any insight.
1 .Header {
2 border-bottom: 5px solid #86b2d8;
3 outline: 5px solid #b0b579;
4 }
5 .Footer{
6 border-top: 5px solid #b0b579;
7 }