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

Crossing the Corinth Canal

Crossed the Corinth canal the other day. It’s pretty impressive.

What is it? The Corinth Canal separates the Greek mainland from the Peloponnese. It was built to provide a much shorter route for boats travelling west of Greece (joins the Ionian and the Aegean Sea) but is now of little importance because it is not wide enough to accommodate most modern ships (see last pic).

It’s now mainly used for bungee jumping into, flying planes through for fun and squeezing cruise ships down…

corinth-canal-550
The idea to build this canal started over 2000 years ago but was only completed in the late 19th century after several attempts. There’s loads of info about this canal on the net (like here) and has an interesting history, but did you hear about the 57 year old pilot who flew a plane through it? – see here
corinth-canal-location-greece-map
We camped at top of the canal. You can walk to it via a few dirt tracks off the main road
corinth-canal-facts
corinth-bridge
Has two bridges at each end which are good for getting photos from. They organise bungee jumps off here as well
corinth-big-boat
Cruise ship getting pulled through the Corinth Canal. Photo credit here
So I’m back on the road and exploring the Peloponnese with Marti. It was difficult leaving Athens (see Athens 9 best bits) but there’s just so much more to see.
Stay tuned or subscribe to stay updated with the new stuff
Thanks for sharing!
Comment below
guest
23 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments