@cherylebernard: I am bit confused with your site.
First, I see that you have empty menu in Primary Menu and you have items only in Secondary Menu.
Second, I see that you have added logo as Header Image. So, try adding logo from “Appearance => Customize => Site Identity”
Then, please remove following css from your Custom CSS box:
#masthead { padding-top: -200px; padding-bottom: -200px; }
And then add the following css in your Custom CSS box:
.sidebar-header-right { display: none; }
#masthead { padding: 0; }
.mobile-menu-anchor a.genericon-menu,
.mobile-menu-anchor a.genericon-menu:hover {
color: #ddd;
}