Hello,
Regarding your query about the mobile view, when we inspected your site URL everything is working fine. So if you still facing a disorganized header, please provide the screenshot so that we can provide you precise fix.
Also, to add color in background of menu, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
@media screen and (max-width: 992px){
#page .site-header #site-navigation {
background-color: #6d99b3;
}
}
You can change color as per your requirement.
Hope this helps.
Thank you.