I totally forgot that I had tried a plug-in (which wasn’t working properly).
I deactivated the plugin and tried the css above, but it has the opposite effect I was looking for. Tweaked the css to this and it worked!!
#parallax-bg {
display: none;
}
.home #parallax-bg {
display: block;
}
#masthead {
margin-bottom: 50px;
}
.home #masthead {
margin-bottom: 450px;
}
Thank you for your help!!