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);
});

Spot of the month – July… and June

vandog-spot-of-month

Location: The magical valley of Csobรกnkapuszta, Bercel, Hungary
coordinates: N47 53.462 E19 27.438

After a few km of bumpy dirt track I arrived in S.U.N land โ€“ home of the S.U.N festival. I stayed for a month to help set up the festival. What a party! I arrived in June and stayed till the end of July. I think itย deserves spot of the month for both June and July.

This place feels like nowhere else Iโ€™ve been. It’s pretty special. The night sky is like nothing Iโ€™ve ever seen. Every sunset is completely different and I didnโ€™t miss a single one. The thunderstorms are craziest Iโ€™ve ever seen. It is full on dramatic.

I hope to be back here soon

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