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 the S.U.N festival – Hungary 2014

I’ve spent the past month helping to construct the S.U.N festival in Hungary. It was such a pleasure to be part of the team helping to make this a one of a kind festival. It was hard work but I enjoyed every moment and met some real cool people. See you next year if I don’t see you before.

Time flies. I really didn’t want to leave this place, it became home and the people became family. Every one was going separate ways. Some to Boom (Portugal) and some to Ozora (Hungary).

Finn, Adam and I decided to head to Ozora and worry about how we get in once we get there. WE WILL GET IN. We repeated this as we drove down the road.

Read about how we got into the Ozora Fesitval for free.

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