MID-DAY MADNESS
Previously known as “Homeschool Jump”, Big Air now welcomes ALL jumpers for early bird, mid-day jumping on Wednesdays & Thursdays during the school week!
- Who: Jumpers of all ages, virtual learners, hybrid learners, and traditional homeschoolers
- When: Wednesday & Thursday 1 - 3pm
- Price: $18 for 2 hours. Big Air grip socks required ($3/pair).
Mid-Day Madness jump sessions and rates are only available when Greenville County schools are in session. Homeschool discount will be applied at the register.

document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
if ($(window).width() 40) {
if(mywindow.scrollTop() > mypos) {
$('.stickyheaders').addClass('headerup');
} else {
$('.stickyheaders').removeClass('headerup');
}
}
mypos = mywindow.scrollTop();
});
}
}); });
.stickyheaders{
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
}
.headerup{
transform: translateY(-110px); /*adjust this value to the height of your header*/
}