document.addEventListener("DOMContentLoaded", function () { const button = document.getElementById('dropdown-button'); const dropdown = document.getElementById('dropdown-content'); button.addEventListener('click', function () { if (dropdown.style.display === 'none' || dropdown.style.display === '') { dropdown.style.display = 'block'; } else { dropdown.style.display = 'none'; } }); // Optional: Close the dropdown if clicking outside document.addEventListener('click', function (event) { if (!button.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); });
Corine Minous Vanderhelstraeten

Africa, The Time of My Life
A dream that had been on my list for so long—and what a dream it was. It was emotional and, at the same time, felt like coming home.

I had set my sights on Mana Pools, with its stunning landscapes of trees and that blue haze that completes every photo. The sultry sundowners among and alongside the animals. The Big Five and so much more.

“It’s your lucky trip, you’ll get it all!” Carole repeated time and again.

Excellent safari guidance and, not to forget, outstanding photography coaching. For anyone with questions, nothing was too much for Carole—she would always take the time to personally explain things to you if needed.

Pin It on Pinterest