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

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