1812: The Lost Gunboats Screening Party
Join us for a screening party of this War of 1812 movie!
/* Base panel styling - black background */ .mobile-menu-panel { position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px; height: 100vh; background: #000; /* Black background */ box-shadow: -2px 0 10px rgba(0,0,0,0.4); transition: right 0.4s ease; z-index: 9999; padding: 2rem 1.5rem; overflow-y: auto; font-family: Arial, sans-serif; /* Arial font */ } /* Overlay background */ .menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transition: opacity 0.3s ease; z-index: 9998; } /* Active states */ .mobile-menu-panel.active { right: 0; } .menu-overlay.active { opacity: 1; visibility: visible; } /* Menu links - white text */ .mobile-menu-panel .elementor-nav-menu a { color: #fff; text-decoration: none; display: block; padding: 0.75rem 0; transition: background 0.3s ease, color 0.3s ease; } /* Hover and active link states - slightly lighter */ .mobile-menu-panel .elementor-nav-menu a:hover, .mobile-menu-panel .elementor-nav-menu a:focus, .mobile-menu-panel .elementor-nav-menu .current-menu-item > a { background: #111; /* Slightly lighter black */ color: #f0f0f0; /* Slightly lighter white */ } /* Optional: Animate menu items */ .mobile-menu-panel .elementor-nav-menu li { opacity: 0; transform: translateX(20px); transition: all 0.3s ease; } .mobile-menu-panel.active .elementor-nav-menu li { opacity: 1; transform: translateX(0); }
Skip to content
Join us for a screening party of this War of 1812 movie!