Skip to content
The above and below video plays automatically in desktop, for mobile devices go on the white screen and tap it!

Welcome to Bilingual Cerebros

A Bilingual Community
for Students, Families &
Teachers

I provide Spanish and English 1-1 and group lessons, resources, school support and advice for bilingual families. All ages and all levels.

Learn English Online • Learn Spanish Online • Online Language Lessons

英語を学ぶ • オンライン英語レッスン • スペイン語オンラインレッスン • 英語とスペイン語を学ぶ

영어 배우기 • 온라인 영어 수업 • 스페인어 배우기 • 온라인 스페인어 수업

学习英语 • 在线英语课程 • 学习西班牙语 • 在线西班牙语课程 • 英语老师 • 西班牙语老师

تعلم الإنجليزية • تعلم الإسبانية • دروس إنجليزية عبر الإنترنت • دروس إسبانية عبر الإنترنت

🎓 GCSE & A-Level support 🧠 Bilingual learning strategies 📚 Printable PDFs & lesson packs 🗣️ Real-life dialogues 🌍 Culture & countries 🧘 Mindfulness in two languages
let soundEnabled = false; const playFromStart = () => { try{ if(soundEnabled) v.muted = false; v.currentTime = 0; const p = v.play(); if(p && typeof p.catch === 'function') p.catch(()=>{}); }catch(e){} }; const stopAndReset = () => { try{ v.pause(); v.currentTime = 0; }catch(e){} }; // Hover play (video always plays, sound only after user enables it) v.addEventListener('mouseenter', playFromStart); v.addEventListener('mouseleave', stopAndReset); // First click enables sound (browser requirement) v.addEventListener('click', () => { soundEnabled = true; v.muted = false; playFromStart(); }); })(); let soundEnabled = false; const playFromStart = () => { try{ v.currentTime = 0; const p = v.play(); if(p && typeof p.catch === 'function') p.catch(()=>{}); }catch(e){} }; v.addEventListener('mouseenter', () => { if(soundEnabled) v.muted = false; // allow sound only after user gesture playFromStart(); }); v.addEventListener('mouseleave', () => { try{ v.pause(); v.currentTime = 0; }catch(e){} }); // First click enables sound (browser requirement) v.addEventListener('click', () => { soundEnabled = true; v.muted = false; playFromStart(); }); })();