When you say “light-grey border” are you referring to the shadow effect at the top and bottom of the welcome image?

If yes, you can comment that out in the style.css file.

Here are the two CSS classes to look for,

.navbar-default
.hero

Comment out

drop-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.4) inset