function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Photos from Samsara Festival Hungary

I stopped in Hungary for a few days and went to Samsara festival – a small yoga and psychedelic/chill/world music festival, not far from lake Balaton. It was a really nice/chilled festival and was great to see people I met last summer… and new ones too 🙂

Here are some of my favourite photos. Many of these photos are from Zoltan Vanik (thanks Zoltan!) – see more of his photos here. I cant wait until I am able to take photographs like this guy. He perfectly captured the essence of this festival.

After this I went to Freqs of Nature festival just outside of Berlin. That one was a bit more hardcore – see this post

[envira-gallery id=”6988″]

Thanks for sharing!
Comment below
guest
6 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments