Hi Dan,
Remove this block of custom CSS on your customizer.
.home footer.x-colophon.bottom {
margin-top: 200px !important;
}
Look for this custom css as well.
.home .x-container.max.width.offset {
min-height: 450px;
}
And update to
.home .x-container.max.width.offset {
min-height: 100vh;
}
Hope it helps, Cheers!