@brendonh: Do you mean to hide the nav bar and masthead div on pages only? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page:not(.home) #fixed-header,
.page:not(.home) #masthead {
display: none;
}
Let me know if this is not what you wanted or any problem. Please post in your site URL.
Regards,
Mahesh