Yeah that happens to just about every theme that uses Parallax features when the background image isn’t large enough to cover the space. The black you’re seeing is the background of that widget area. Your image isn’t large enough so some of the background shows when scrolling.
Since your background is consistently green, you could just make the entire background of the front-page-4 widget area green……You could actually just use CSS without the need of the Green Image.
Look for line 1576 in your CSS or search for this and change the color to what I have below –
.front-page-4 {
background-color: #3cc0b2;
}