thequist.co.uk - Brinsop Treehouses

Example domain paragraphs

The Quist may be off-grid but we haven't compromised on luxury! With central heating, a Swedish wood-fired hot-tub, extra-large stone bath, hot outdoor shower and luxury bedding throughout, your stay will be stress-free and restorative.

Set on top of your own hill and squirrelled away from real life, the Quist has views to stir the soul in total calm and quiet. Drive the mile up Merry Hill or skip up the oak hillside steps and feel that sweet sense of escape.

const firstSection = document.querySelector('.page-section'); const header = document.querySelector('.header'); const mobileOverlayNav = document.querySelector('.header-menu'); const sectionBackground = firstSection ? firstSection.querySelector('.section-background') : null; const headerHeight = header ? header.getBoundingClientRect().height : 0; const firstSectionHasBackground = firstSection ? firstSection.className.indexOf('has-background') > = 0 : false; const isFirstSectionInset = firstSection ? firstSe