My website's background image is not covering the entire page. Visit my site
You can see in the image provided there is a black bar at the bottom.
If anyone could take a look at my code and help me figure out what I'm doing wrong, I would appreciate it. I've tried multiple solutions.
You can find all of the code on the GitHub repository.
The CSS properties being used are:
background-image: url(img/sc1.png);
padding-top: 40px;
background-position: center center;
background-size: cover;
background-attachment: fixed;
min-height: 100vh;
height: auto;
width: 100vw;
max-width: 100%;