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)

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

It’s a walk down to the valley 

Take the less obvious path 

It takes about 30 minutes

You’ll arrive at… water 

Go for a dip

Go for a dive

Enjoy 🙂

Comment below
Subscribe
Notify of
guest
0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments