Hi Naomi Smith,
You need to add this css to your child theme style.css to change background color of menu.
.menu-toggle {
background-color: #D85353 !important;
}
You can change value of background-color property as per your requirement.
@SEE For Reference: color code
Note: Please use child theme style.css to add this css so your changes will not lost on theme update.
Thanks