Hi there,
in your Customizer > Additional CSS, you have several CSS rules that change the widths:
header#masthead .inside-header.grid-container.grid-parent,
nav#secondary-navigation .inside-navigation.grid-container.grid-parent {
max-width: 1000px;
}
body.blog div#page,
body.archive div#page {
max-width: 1000px;
}
div#footer-widgets .footer-widgets-container.grid-container.grid-parent {
max-width: 1000px;
}
Removing those rules should fix the issue.