Updates

Moon Shot is currently closed for maintenance. 

Our Planetarium will be closed for updates from May 26th through June 3rd. During this time, we will not be doing shows in the planetarium. 

Space Camp Robotics Camp

Space Camp Robotics Camp

Starts from

Book Now Share:
.program-container { display: flex; flex-wrap: wrap; /* allows multiple rows */ gap: 25px; /* space between boxes */ justify-content: flex-start; /* left align rows */ margin-top: 20px; } .program-box { background: linear-gradient(to bottom, #2c3e50, #1c1c2d); border-radius: 10px; padding: 20px 15px; flex: 1 1 calc(20% - 25px); /* 5 boxes per row */ max-width: calc(20% - 25px); color: white; box-shadow: 0 4px 10px rgba(0,0,0,0.3); box-sizing: border-box; display: flex; flex-directio