Opens in a new tab
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);
});

Monday, September 25 2023, 7.34am

Juanjo and Elena have said ‘I do’ under the sea of Formentera in front of more than 60 guests, as reported by Ib3. The guests attended the wedding wearing wetsuits and bottles to be able to breathe under the sea. 

As the media outlet explains, the bride, dressed as a mermaid, plunged in with a small entourage doing a dance that required a lot of rehearsal. In addition, the master of ceremonies gesticulated during the ceremony for everyone to understand.

Juanjo and Elena were able to say “yes, I do” under the water of Formentera. A wedding with a choreography of mermaids included and many more surprises.

Ib3 points out that the bride and groom decided to say ‘I do’ under the Mediterranean Sea because she is from Formentera and he is from Valencia.

https://twitter.com/IB3noticies/status/1705862485591413221?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1705862485591413221%7Ctwgr%5E22b35b3bb6919c517a13b0131dac06bccf31251b%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.diariodeibiza.es%2Fformentera%2F2023%2F09%2F24%2Fda-quiero-pareja-debajo-agua-92489004.html

For the full article, please visit Diario de Ibiza website here.