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

Paradise Valley by campervan (Morocco)

Mike Hudson โ€“ author of this post

After the van breaking down on the first Paradise Valley attempt, we tried again. This time it worked!

So in this post, letโ€™s explore Paradise Valley. Iโ€™ll also share where to park for free in your van.

Also see: Breaking down in Morocco and almost losing the van

We drove through the mountains

To arrive in Paradise Valley

Paradise Valley is here

We found a spot for the van

See the exact location on Google Maps

Itโ€™s a walk down to the valley 

Using the less obvious pathย 

It takes about 30 minutes

Youโ€™ll arrive atโ€ฆ water 

For a dip

For a dive…?

Enjoy ๐Ÿ™‚

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