God sent His only begotten Son so that…

…. the tabernacle of God could be with men

Scroll to Top
document.addEventListener('DOMContentLoaded', function() { const hamburger = document.querySelector('.menu-toggle, .ast-mobile-header-wrap .menu-toggle, .ast-site-identity .menu-toggle'); const offCanvas = document.querySelector('.new-off-canvas-menu'); const closeButton = document.querySelector('.new-off-canvas-menu .close-menu'); if (hamburger && offCanvas && closeButton) { hamburger.addEventListener('click', function(e) { e.preventDefault(); offCanvas.classList.toggle('active'); }); closeButton.addEventListener('click', function() { offCanvas.classList.remove('active'); }); } });