Update: I did find the CSS code below to make the body container 100% but then my featured images and sliders get vertically cropped so I would prefer to find a similar code that sets the max width of the header, navigation menu and footer.
.container{
width: 100% !important;
}