• Booking Received
  • Checkout
  • Home Page
  • Camp Starbound
  • My account
  • Tickets Checkout
  • Cart
  • Hello world!

    May 18, 2025

    —

    by

    admin
    in Uncategorized

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Camp Starbound

Camp Starbound

Engaging STEM Camps in Columbus, OH!

About

  • Team
  • History
  • Careers

Privacy

  • Privacy Policy
  • Terms and Conditions
  • Contact Us

Social

  • Facebook
  • Instagram
  • Twitter/X

Designed with WordPress

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const toggle = document.querySelector(".menu-toggle");
    const left = document.querySelector(".nav-left").cloneNode(true);
    const right = document.querySelector(".nav-right").cloneNode(true);

    // Create mobile menu container
    const mobileMenu = document.createElement("div");
    mobileMenu.classList.add("mobile-menu", "hidden");

    mobileMenu.append(...left.children, ...right.children);
    toggle.parentNode.appendChild(mobileMenu);

    toggle.addEventListener("click", () => {
      mobileMenu.classList.toggle("hidden");
    });
  });
</script>