Getting rid of the indent on the list
nav ul{
padding-left: 0px;
}
In order to make it appear that the nav is aligned with the image above I placed some padding but less that before
nav ul{
padding-left: 6px;
}
The section that this text is sitting in also has a padding-left: 6px;