


#119eba
#1ea7a7
#1867a6

Your 10 key photos for marketing and promotions.

1 Welcome

2 Family

3 Friends

4 Kids Fun

5 Speaking

6 Listening

7 Pastor

8 Singing

9 Group

10 Facility
<!-- Floating Bubble in Lower Right Corner -->
<style>
#surveyBubble {
position: fixed;
bottom: 20px;
right: 20px;
width: 250px;
height: 65px;
background-color: #119eba;
border-radius: 40px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 0px;
transition: width 0.3s, height 0.3s;
line-height: 1.4;
}
#surveyBubble span {
font-size: 14px;
font-weight: normal;
margin-top: 0px;
}
#surveyIframeContainer {
position: fixed;
bottom: 30px;
right: 10px;
width: 400px;
height: 650px;
border-radius: 20px;
display: none;
z-index: 9998;
overflow: hidden;
padding: 0px;
margin: 0px;
}
#surveyIframeContainer iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 20px;
margin: 0;
padding: 0;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
</style>
<div id="surveyBubble">
Plan Your Visit! 🎉<span style="font-weight: 400;">We can't wait to meet you!</span>
</div>
<div id="surveyIframeContainer">
<iframe title="Plan Your Visit" src="https://go.christianretreat.org/widget/survey/y9URdcW65mZ3yU5TdPFA"></iframe>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const bubble = document.getElementById('surveyBubble');
const iframeContainer = document.getElementById('surveyIframeContainer');
const originalHTML = bubble.innerHTML;
bubble.addEventListener('click', function() {
if(iframeContainer.style.display === 'none' || iframeContainer.style.display === '') {
iframeContainer.style.display = 'block';
bubble.innerHTML = '×';
bubble.style.width = '60px';
bubble.style.height = '60px';
} else {
iframeContainer.style.display = 'none';
bubble.innerHTML = originalHTML;
bubble.style.width = '250px';
bubble.style.height = '65px';
}
});
});
</script>
<!-- Floating Bubble in Lower Right Corner -->
<style>
#surveyBubble {
position: fixed;
bottom: 20px;
right: 20px;
width: 250px;
height: 65px;
background-color: #119eba;
border-radius: 40px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 0px;
transition: width 0.3s, height 0.3s;
line-height: 1.4;
}
#surveyBubble span {
font-size: 14px;
font-weight: normal;
margin-top: 0px;
}
#surveyIframeContainer {
position: fixed;
bottom: 30px;
right: 10px;
width: 400px;
height: 650px;
border-radius: 20px;
display: none;
z-index: 9998;
overflow: hidden;
padding: 0px;
margin: 0px;
}
#surveyIframeContainer iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 20px;
margin: 0;
padding: 0;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
</style>
<div id="surveyBubble">
Plan Your Visit! 🎉<span style="font-weight: 400;">We can't wait to meet you!</span>
</div>
<div id="surveyIframeContainer">
<iframe title="Plan Your Visit" src="https://go.christianretreat.org/widget/survey/y9URdcW65mZ3yU5TdPFA"></iframe>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const bubble = document.getElementById('surveyBubble');
const iframeContainer = document.getElementById('surveyIframeContainer');
const originalHTML = bubble.innerHTML;
bubble.addEventListener('click', function() {
if(iframeContainer.style.display === 'none' || iframeContainer.style.display === '') {
iframeContainer.style.display = 'block';
bubble.innerHTML = '×';
bubble.style.width = '60px';
bubble.style.height = '60px';
} else {
iframeContainer.style.display = 'none';
bubble.innerHTML = originalHTML;
bubble.style.width = '250px';
bubble.style.height = '65px';
}
});
});
</script>