<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="snappages.com/3.0" -->
<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
	<channel>
		<title>Bethel Fellowship | Millersburg, OH</title>
		<description></description>
		<atom:link href="https://bethelfellowship.org/blog/rss" rel="self" type="application/rss+xml" />
		<link>https://bethelfellowship.org</link>
		<lastBuildDate>Sun, 17 May 2026 06:05:55 +0000</lastBuildDate>
		<pubDate>Sun, 17 May 2026 06:05:55 +0000</pubDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
		<ttl>3600</ttl>
		<generator>SnapPages.com</generator>

		<item>
			<title>Sunday Morning Announcements 6/14/26</title>
						<description><![CDATA[...]]></description>
			<link>https://bethelfellowship.org/blog/2026/06/13/sunday-morning-announcements-6-14-26</link>
			<pubDate>Sat, 13 Jun 2026 08:23:28 +0000</pubDate>
			<guid>https://bethelfellowship.org/blog/2026/06/13/sunday-morning-announcements-6-14-26</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="133164" data-title="6/14/26"><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy:      #2d4759;
--footer:    #384f59;
--navy-dark: #1e3040;
--navy-mid:  #3d5f76;
--navy-pale: #e8eef2;
--bg:        #ffffff;
--surface:   #f5f7f9;
--border:    rgba(45,71,89,0.18);
--text:      #1e2d38;
--text-muted:#5a7080;
--accent:    #2d4759;
--accent-lt: #3d6278;
}
html { scroll-behavior: smooth; }
body {
font-family: 'EB Garamond', serif;
background: var(--bg);
color: var(--text);
min-height: 100vh;
}
.page-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 72px 32px 100px;
}
/* ── Header ── */
.church-header {
text-align: center;
padding: 64px 48px 52px;
border-bottom: 1px solid var(--border);
margin-bottom: 64px;
position: relative;
}
.church-header::after {
content: '';
display: block;
width: 120px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--navy), transparent);
margin: 28px auto 0;
}
.church-name {
font-family: 'Montserrat', sans-serif;
font-size: clamp(30px, 4.2vw, 58px);
font-weight: 700;
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
line-height: 1.15;
}
.church-tagline {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1.1vw, 13px);
color: var(--navy-mid);
letter-spacing: 0.28em;
text-transform: uppercase;
margin-top: 12px;
opacity: 0.75;
}
.church-date {
font-family: 'Cinzel', serif;
font-size: clamp(12px, 1.3vw, 16px);
color: var(--navy);
letter-spacing: 0.2em;
margin-top: 20px;
opacity: 0.7;
}
.welcome-verse {
font-style: italic;
font-size: clamp(14px, 1.6vw, 19px);
line-height: 1.85;
max-width: 660px;
margin: 24px auto 0;
color: var(--text-muted);
}
/* ── Section title ── */
.section { margin-bottom: 56px; }
.section-title {
font-family: 'Cinzel', serif;
font-size: clamp(11px, 1.3vw, 14px);
color: var(--navy);
letter-spacing: 0.24em;
text-transform: uppercase;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 16px;
}
.section-title::before,
.section-title::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border));
}
.section-title::after {
background: linear-gradient(270deg, transparent, var(--border));
}
/* ── Card ── */
.card {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 3px;
padding: 32px 40px;
}
/* ── Schedule ── */
.schedule-grid {
display: grid;
grid-template-columns: 1fr 1px 1fr;
gap: 0 40px;
}
.schedule-col { display: flex; flex-direction: column; gap: 18px; }
.col-sep {
background: linear-gradient(to bottom, transparent, var(--border), transparent);
align-self: stretch;
}
.col-heading {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1vw, 12px);
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
border-bottom: 1px solid var(--border);
padding-bottom: 10px;
margin-bottom: 2px;
}
.field { display: flex; flex-direction: column; gap: 3px; }
.field-label {
font-family: 'Cinzel', serif;
font-size: clamp(8px, 0.85vw, 10px);
color: var(--navy);
letter-spacing: 0.16em;
text-transform: uppercase;
opacity: 0.7;
}
.field-value {
font-size: clamp(14px, 1.5vw, 17px);
color: var(--text);
line-height: 1.5;
}
.field-sub {
font-size: clamp(11px, 1vw, 13px);
color: var(--text-muted);
display: block;
}
/* ── Prayer ── */
.prayer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.prayer-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.prayer-item:last-child { border-bottom: none; }
/* ── Birthdays ── */
.bday-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.bday-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.bday-item:last-child { border-bottom: none; }
.bday-date {
font-family: 'Cinzel', serif;
font-size: 0.8em;
color: var(--navy);
white-space: nowrap;
}
.bday-age { font-size: 0.78em; color: var(--text-muted); font-style: italic; margin-left: 5px; }
/* ── Announcements ── */
.announce-list { display: flex; flex-direction: column; gap: 14px; }
.announce-item {
border-left: 2px solid var(--navy);
padding: 12px 20px;
background: var(--navy-pale);
}
.announce-title {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.95vw, 11px);
color: var(--navy);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 5px;
}
.announce-body {
font-size: clamp(14px, 1.4vw, 17px);
line-height: 1.65;
color: var(--text);
}
.announce-body a { color: var(--navy); text-decoration: none; font-weight: 600; }
/* ── Baptismal ── */
.baptism-grid {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
justify-content: center;
margin-bottom: 24px;
}
.baptism-name {
background: var(--navy);
color: #ffffff;
border-radius: 2px;
padding: 6px 18px;
font-size: clamp(13px, 1.35vw, 17px);
font-style: italic;
}
.baptism-verse {
text-align: center;
font-style: italic;
font-size: clamp(13px, 1.3vw, 16px);
line-height: 1.75;
color: var(--text-muted);
border-top: 1px solid var(--border);
padding-top: 20px;
}
/* ── Dates to Remember ── */
.dates-list { display: flex; flex-direction: column; }
.date-item {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
color: var(--text);
}
.date-item:last-child { border-bottom: none; }
.date-badge {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.9vw, 11px);
font-weight: 600;
color: var(--navy);
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
min-width: 130px;
}
/* ── Footer ── */
.footer {
text-align: center;
margin-top: 72px;
padding-top: 28px;
border-top: 1px solid var(--border);
font-family: 'Cinzel', serif;
font-size: 11px;
color: var(--footer);
letter-spacing: 0.2em;
opacity: 0.55;
}
@media (max-width: 720px) {
.page-wrap { padding: 40px 18px 60px; }
.schedule-grid { grid-template-columns: 1fr; }
.col-sep { display: none; }
.prayer-grid { grid-template-columns: 1fr; }
.bday-grid { grid-template-columns: 1fr; }
.card { padding: 22px 20px; }
}
</style>
<div class="page-wrap"><!-- Header -->
<div class="church-name">Bethel Fellowship</div>
<div class="church-tagline">Gathering Together in His Name</div>
<div class="church-date">✦   June 14, 2026   ✦</div>
<p class="welcome-verse">"We are grateful that you have chosen to be with us this morning. It is our prayer that you experience the love of Christ and His presence during our worship."</p>
<!-- Schedule -->
<section class="section">
<div class="section-title">Schedule</div>
<div class="card">
<div class="schedule-grid">
<div class="schedule-col">
<div class="col-heading">✦   This Sunday - June 14</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Wes Miller</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Moderator</span><span class="field-value">Leon Hershberger</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Jud Schrock</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Baby Dedication @ 6:30</span></div>
<div class="field"><span class="field-label">Wednesday Evening</span><span class="field-value">Youth @ Walnut Hills - 7:00</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">General Expense</span></div>
<div class="field"><span class="field-label">Host</span><span class="field-value">Atlee & Ruth Weaver</span></div>
</div>
<div class="col-sep"></div>
<div class="schedule-col">
<div class="col-heading">✦   Next Sunday - June 21</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Steve Miller</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Jared Beachy</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Special Offering - Lois Stutzman, Medical Bills</span></div>
<div class="field"><span class="field-label">Host Family</span><span class="field-value">Father's Day</span></div>
</div>
</div>
</div>
</section>
<!-- Prayer Requests -->
<section class="section">
<div class="section-title">Prayer Requests</div>
<div class="card">
<div class="prayer-grid">
<div>
<div class="prayer-item"><span>Widows & Widowers</span></div>
<div class="prayer-item"><span>Jail Services</span></div>
<div class="prayer-item"><span>Elderly</span></div>
<div class="prayer-item"><span>Aden & Ada</span></div>
<div class="prayer-item"><span>Wayne Mast</span></div>
</div>
<div>
<div class="prayer-item"><span>Marlin Beachy</span></div>
<div class="prayer-item"><span>Wayne Yoder</span></div>
<div class="prayer-item"><span>Annie Schrock - Girls Camp</span></div>
<div class="prayer-item"><span>Diane Yoder - New Horizons</span></div>
<div class="prayer-item"><span>Nevin Yoder - Victory Bible Camp</span></div>
</div>
</div>
</div>
</section>
<!-- Birthdays & Anniversaries -->
<section class="section">
<div class="section-title">Birthdays & Anniversaries</div>
<div class="card">
<div class="bday-grid">
<div>
<div class="bday-item"><span>Leanna Beachy<span class="bday-age">38 yrs</span></span><span class="bday-date">June 14</span></div>
<div class="bday-item"><span>Grace Yoder<span class="bday-age">18 yrs</span></span><span class="bday-date">June 14</span></div>
<div class="bday-item"><span>Kyle & Emily Troyer ♥<span class="bday-age">1 yr</span></span><span class="bday-date">June 14</span></div>
<div class="bday-item"><span>Emily Hershberger<span class="bday-age">38 yrs</span></span><span class="bday-date">June 16</span></div>
<div class="bday-item"><span>Maverick Troyer<span class="bday-age">3 yrs</span></span><span class="bday-date">June 16</span></div>
</div>
<div>
<div class="bday-item"><span>Myron & Fannie Miller ♥<span class="bday-age">33 yrs</span></span><span class="bday-date">June 17</span></div>
<div class="bday-item"><span>Benjamin Schrock<span class="bday-age">16 yrs</span></span><span class="bday-date">June 17</span></div>
<div class="bday-item"><span>Heidi Yoder<span class="bday-age">12 yrs</span></span><span class="bday-date">June 18</span></div>
<div class="bday-item"><span>Noah Beachy<span class="bday-age">8 yrs</span></span><span class="bday-date">June 19</span></div>
</div>
</div>
</div>
</section>
<!-- Announcements -->
<section class="section">
<div class="section-title">Announcements</div>
<div class="card">
<div class="announce-list">
<div class="announce-item">
<div class="announce-title">Baby Dedication - June 14</div>
<div class="announce-body">Baby Dedication will be followed by a Children's service. Please bring a finger food for afterwards. Meat trays will be provided.</div>
</div>
<div class="announce-item">
<div class="announce-title">Women's Bible Study - On Hold</div>
<div class="announce-body">There will be no Women's Bible Study in June and July.</div>
</div>
<div class="announce-item">
<div class="announce-title">Senior Lunch - Thursday, June 18 · 11:00 AM</div>
<div class="announce-body">Join us at Bethel for senior lunch. Contact Mary Ellen Mast at <a href="tel:3307633160">330.763.3160</a> to reserve.</div>
</div>
<div class="announce-item">
<div class="announce-title">VBS Snack Volunteers Needed</div>
<div class="announce-body">We are looking for volunteers to provide snack food for VBS. A sign-up sheet is posted on the wall across from the mailboxes. Your willingness is appreciated, as lots of food gets consumed during the week. If you have questions, contact Sue Shetler, Emma Beachy, Chris Beachy, or Tina Troyer.</div>
</div>
<div class="announce-item">
<div class="announce-title">Bulletin Submissions</div>
<div class="announce-body">To place announcements in the bulletin, email <a href="mailto:bulletin1960@gmail.com">bulletin1960@gmail.com</a></div>
</div>
</div>
</div>
</section>
<!-- Baptismal Class -->
<section class="section">
<div class="section-title">Baptismal Class</div>
<div class="card">
<div class="baptism-grid">
<div class="baptism-name">Austin Yoder</div>
<div class="baptism-name">Brandon Weaver</div>
<div class="baptism-name">Derek Miller</div>
<div class="baptism-name">Devon Miller</div>
<div class="baptism-name">Devon Troyer</div>
<div class="baptism-name">Hannah Hochstetler</div>
<div class="baptism-name">Jonathan Raber</div>
<div class="baptism-name">Leanna Mast</div>
<div class="baptism-name">Mark Hershberger</div>
<div class="baptism-name">Reena Kline</div>
<div class="baptism-name">Sadie Yoder</div>
<div class="baptism-name">Verna Hershberger</div>
</div>
<p class="baptism-verse">"Repent and be baptized, every one of you, in the name of Jesus Christ for the forgiveness of your sins. And you will receive the gift of the Holy Spirit." - Acts 2:38</p>
</div>
</section>
<!-- Dates to Remember -->
<section class="section">
<div class="section-title">Dates to Remember</div>
<div class="card">
<div class="dates-list">
<div class="date-item"><span class="date-badge">June 28</span><span>Services at the Doughty</span></div>
<div class="date-item"><span class="date-badge">June 28 - July 2</span><span>Vacation Bible School (VBS)</span></div>
<div class="date-item"><span class="date-badge">July 19</span><span>Amos Stoltzfus Family - Evening Service</span></div>
<div class="date-item"><span class="date-badge">July 31 - Aug. 2</span><span>Men's Retreat</span></div>
</div>
</div>
</section>
<footer class="footer">Bethel Fellowship  ·  June 14, 2026</footer>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://bethelfellowship.org/blog/2026/06/13/sunday-morning-announcements-6-14-26#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Sunday Morning Announcements 6/7/26</title>
						<description><![CDATA[...]]></description>
			<link>https://bethelfellowship.org/blog/2026/06/06/sunday-morning-announcements-6-7-26</link>
			<pubDate>Sat, 06 Jun 2026 08:25:15 +0000</pubDate>
			<guid>https://bethelfellowship.org/blog/2026/06/06/sunday-morning-announcements-6-7-26</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style=""><div class="sp-block-content"  style=""><div class="code-holder"  data-id="132772" data-title="6/7/26"><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy:      #2d4759;
--footer:    #384f59;
--navy-dark: #1e3040;
--navy-mid:  #3d5f76;
--navy-pale: #e8eef2;
--bg:        #ffffff;
--surface:   #f5f7f9;
--border:    rgba(45,71,89,0.18);
--text:      #1e2d38;
--text-muted:#5a7080;
--accent:    #2d4759;
--accent-lt: #3d6278;
}
html { scroll-behavior: smooth; }
body {
font-family: 'EB Garamond', serif;
background: var(--bg);
color: var(--text);
min-height: 100vh;
}
.page-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 72px 32px 100px;
}
/* ── Header ── */
.church-header {
text-align: center;
padding: 64px 48px 52px;
border-bottom: 1px solid var(--border);
margin-bottom: 64px;
position: relative;
}
.church-header::after {
content: '';
display: block;
width: 120px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--navy), transparent);
margin: 28px auto 0;
}
.church-name {
font-family: 'Montserrat', sans-serif;
font-size: clamp(30px, 4.2vw, 58px);
font-weight: 700;
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
line-height: 1.15;
}
.church-tagline {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1.1vw, 13px);
color: var(--navy-mid);
letter-spacing: 0.28em;
text-transform: uppercase;
margin-top: 12px;
opacity: 0.75;
}
.church-date {
font-family: 'Cinzel', serif;
font-size: clamp(12px, 1.3vw, 16px);
color: var(--navy);
letter-spacing: 0.2em;
margin-top: 20px;
opacity: 0.7;
}
.welcome-verse {
font-style: italic;
font-size: clamp(14px, 1.6vw, 19px);
line-height: 1.85;
max-width: 660px;
margin: 24px auto 0;
color: var(--text-muted);
}
/* ── Section title ── */
.section { margin-bottom: 56px; }
.section-title {
font-family: 'Cinzel', serif;
font-size: clamp(11px, 1.3vw, 14px);
color: var(--navy);
letter-spacing: 0.24em;
text-transform: uppercase;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 16px;
}
.section-title::before,
.section-title::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border));
}
.section-title::after {
background: linear-gradient(270deg, transparent, var(--border));
}
/* ── Card ── */
.card {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 3px;
padding: 32px 40px;
}
/* ── Schedule ── */
.schedule-grid {
display: grid;
grid-template-columns: 1fr 1px 1fr;
gap: 0 40px;
}
.schedule-col { display: flex; flex-direction: column; gap: 18px; }
.col-sep {
background: linear-gradient(to bottom, transparent, var(--border), transparent);
align-self: stretch;
}
.col-heading {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1vw, 12px);
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
border-bottom: 1px solid var(--border);
padding-bottom: 10px;
margin-bottom: 2px;
}
.field { display: flex; flex-direction: column; gap: 3px; }
.field-label {
font-family: 'Cinzel', serif;
font-size: clamp(8px, 0.85vw, 10px);
color: var(--navy);
letter-spacing: 0.16em;
text-transform: uppercase;
opacity: 0.7;
}
.field-value {
font-size: clamp(14px, 1.5vw, 17px);
color: var(--text);
line-height: 1.5;
}
.field-sub {
font-size: clamp(11px, 1vw, 13px);
color: var(--text-muted);
display: block;
}
/* ── Prayer ── */
.prayer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.prayer-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.prayer-item:last-child { border-bottom: none; }
/* ── Birthdays ── */
.bday-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.bday-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.bday-item:last-child { border-bottom: none; }
.bday-date {
font-family: 'Cinzel', serif;
font-size: 0.8em;
color: var(--navy);
white-space: nowrap;
}
.bday-age { font-size: 0.78em; color: var(--text-muted); font-style: italic; margin-left: 5px; }
/* ── Announcements ── */
.announce-list { display: flex; flex-direction: column; gap: 14px; }
.announce-item {
border-left: 2px solid var(--navy);
padding: 12px 20px;
background: var(--navy-pale);
}
.announce-title {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.95vw, 11px);
color: var(--navy);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 5px;
}
.announce-body {
font-size: clamp(14px, 1.4vw, 17px);
line-height: 1.65;
color: var(--text);
}
.announce-body a { color: var(--navy); text-decoration: none; font-weight: 600; }
/* ── Baptismal ── */
.baptism-grid {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
justify-content: center;
margin-bottom: 24px;
}
.baptism-name {
background: var(--navy);
color: #ffffff;
border-radius: 2px;
padding: 6px 18px;
font-size: clamp(13px, 1.35vw, 17px);
font-style: italic;
}
.baptism-verse {
text-align: center;
font-style: italic;
font-size: clamp(13px, 1.3vw, 16px);
line-height: 1.75;
color: var(--text-muted);
border-top: 1px solid var(--border);
padding-top: 20px;
}
/* ── Dates to Remember ── */
.dates-list { display: flex; flex-direction: column; }
.date-item {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
color: var(--text);
}
.date-item:last-child { border-bottom: none; }
.date-badge {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.9vw, 11px);
font-weight: 600;
color: var(--navy);
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
min-width: 130px;
}
/* ── Footer ── */
.footer {
text-align: center;
margin-top: 72px;
padding-top: 28px;
border-top: 1px solid var(--border);
font-family: 'Cinzel', serif;
font-size: 11px;
color: var(--footer);
letter-spacing: 0.2em;
opacity: 0.55;
}
@media (max-width: 720px) {
.page-wrap { padding: 40px 18px 60px; }
.schedule-grid { grid-template-columns: 1fr; }
.col-sep { display: none; }
.prayer-grid { grid-template-columns: 1fr; }
.bday-grid { grid-template-columns: 1fr; }
.card { padding: 22px 20px; }
}
</style>
<div class="page-wrap"><!-- Header -->
<div class="church-name">Bethel Fellowship</div>
<div class="church-tagline">Gathering Together in His Name</div>
<div class="church-date">✦   June 7, 2026   ✦</div>
<p class="welcome-verse">"We are grateful that you have chosen to be with us this morning. It is our prayer that you experience the love of Christ and His presence during our worship."</p>
<!-- Schedule -->
<section class="section">
<div class="section-title">Schedule</div>
<div class="card">
<div class="schedule-grid">
<div class="schedule-col">
<div class="col-heading">✦   This Sunday - June 7</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Mark Mullet</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Moderator</span><span class="field-value">Jud Schrock</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Travis Yoder</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Wednesday Evening</span><span class="field-value">Men's Bible Study - 7:30</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Tithe</span></div>
<div class="field"><span class="field-label">Host</span><span class="field-value">Wendall & Jana Troyer</span></div>
</div>
<div class="col-sep"></div>
<div class="schedule-col">
<div class="col-heading">✦   Next Sunday - June 14</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Wes Miller</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Jud Schrock</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Baby Dedication - 6:30</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">General Expense</span></div>
<div class="field"><span class="field-label">Host Family</span><span class="field-value">Atlee & Ruth Weaver</span></div>
</div>
</div>
</div>
</section>
<!-- Prayer Requests -->
<section class="section">
<div class="section-title">Prayer Requests</div>
<div class="card">
<div class="prayer-grid">
<div>
<div class="prayer-item"><span>Widows & Widowers</span></div>
<div class="prayer-item"><span>Jail Services</span></div>
<div class="prayer-item"><span>Elderly</span></div>
<div class="prayer-item"><span>Aden & Ada</span></div>
<div class="prayer-item"><span>Wayne Mast</span></div>
</div>
<div>
<div class="prayer-item"><span>Marlin Beachy</span></div>
<div class="prayer-item"><span>Wayne Yoder</span></div>
<div class="prayer-item"><span>Annie Schrock - Girls Camp</span></div>
<div class="prayer-item"><span>Diane Yoder - New Horizons</span></div>
<div class="prayer-item"><span>Nevin Yoder - Victory Bible Camp</span></div>
</div>
</div>
</div>
</section>
<!-- Birthdays & Anniversaries -->
<section class="section">
<div class="section-title">Birthdays & Anniversaries</div>
<div class="card">
<div class="bday-grid">
<div>
<div class="bday-item"><span>Norman & Marilyn Yoder ♥<span class="bday-age">21 yrs</span></span><span class="bday-date">June 12</span></div>
<div class="bday-item"><span>Carolyn Weaver<span class="bday-age">28 yrs</span></span><span class="bday-date">June 13</span></div>
</div>
<div>
<div class="bday-item"><span>Isabelle Miller<span class="bday-age">7 yrs</span></span><span class="bday-date">June 13</span></div>
<div class="bday-item"><span>Wayne & Naomi Yoder ♥<span class="bday-age">13 yrs</span></span><span class="bday-date">June 15</span></div>
</div>
</div>
</div>
</section>
<!-- Announcements -->
<section class="section">
<div class="section-title">Announcements</div>
<div class="card">
<div class="announce-list">
<div class="announce-item">
<div class="announce-title">Men's Bible Study - June 10</div>
<div class="announce-body">Wayne Keim will be sharing his testimony.</div>
</div>
<div class="announce-item">
<div class="announce-title">Baby Dedication - June 14</div>
<div class="announce-body">Baby Dedication will be followed by a Children's service. Please bring a finger food for afterwards. Meat trays will be provided.</div>
</div>
<div class="announce-item">
<div class="announce-title">Ohio Music Camp - Host Families Needed · June 21-29</div>
<div class="announce-body">Ohio Music Camp is looking for hosts for students. Hosts are paid a fee per student. Students spend the day at camp from 7:30 AM-8:00 PM with all meals provided. If you have availability within 20 minutes of LCS, please contact Carita Keim at <a href="tel:3303902141">330.390.2141</a>.</div>
</div>
<div class="announce-item">
<div class="announce-title">Bulletin Submissions</div>
<div class="announce-body">To place announcements in the bulletin, email <a href="mailto:bulletin1960@gmail.com">bulletin1960@gmail.com</a></div>
</div>
</div>
</div>
</section>
<!-- Baptismal Class -->
<section class="section">
<div class="section-title">Baptismal Class</div>
<div class="card">
<div class="baptism-grid">
<div class="baptism-name">Austin Yoder</div>
<div class="baptism-name">Brandon Weaver</div>
<div class="baptism-name">Derek Miller</div>
<div class="baptism-name">Devon Miller</div>
<div class="baptism-name">Devon Troyer</div>
<div class="baptism-name">Hannah Hochstetler</div>
<div class="baptism-name">Jonathan Raber</div>
<div class="baptism-name">Leanna Mast</div>
<div class="baptism-name">Mark Hershberger</div>
<div class="baptism-name">Reena Kline</div>
<div class="baptism-name">Sadie Yoder</div>
<div class="baptism-name">Verna Hershberger</div>
</div>
<p class="baptism-verse">"Repent and be baptized, every one of you, in the name of Jesus Christ for the forgiveness of your sins. And you will receive the gift of the Holy Spirit." - Acts 2:38</p>
</div>
</section>
<!-- Dates to Remember -->
<section class="section">
<div class="section-title">Dates to Remember</div>
<div class="card">
<div class="dates-list">
<div class="date-item"><span class="date-badge">June 28</span><span>Services at the Doughty</span></div>
<div class="date-item"><span class="date-badge">June 28 - July 2</span><span>Vacation Bible School (VBS)</span></div>
<div class="date-item"><span class="date-badge">July 19</span><span>Amos Stoltzfus Family - Evening Service</span></div>
<div class="date-item"><span class="date-badge">July 31 - Aug. 2</span><span>Men's Retreat</span></div>
</div>
</div>
</section>
<footer class="footer">Bethel Fellowship  ·  June 7, 2026</footer>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://bethelfellowship.org/blog/2026/06/06/sunday-morning-announcements-6-7-26#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Sunday Morning Announcements 5/31/26</title>
						<description><![CDATA[...]]></description>
			<link>https://bethelfellowship.org/blog/2026/05/30/sunday-morning-announcements-5-31-26</link>
			<pubDate>Sat, 30 May 2026 11:40:14 +0000</pubDate>
			<guid>https://bethelfellowship.org/blog/2026/05/30/sunday-morning-announcements-5-31-26</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="132317" data-title="5/31/26"><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy:      #2d4759;
--footer:    #384f59;
--navy-dark: #1e3040;
--navy-mid:  #3d5f76;
--navy-pale: #e8eef2;
--bg:        #ffffff;
--surface:   #f5f7f9;
--border:    rgba(45,71,89,0.18);
--text:      #1e2d38;
--text-muted:#5a7080;
--accent:    #2d4759;
--accent-lt: #3d6278;
}
html { scroll-behavior: smooth; }
body {
font-family: 'EB Garamond', serif;
background: var(--bg);
color: var(--text);
min-height: 100vh;
}
.page-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 72px 32px 100px;
}
/* ── Header ── */
.church-header {
text-align: center;
padding: 64px 48px 52px;
border-bottom: 1px solid var(--border);
margin-bottom: 64px;
position: relative;
}
.church-header::after {
content: '';
display: block;
width: 120px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--navy), transparent);
margin: 28px auto 0;
}
.church-name {
font-family: 'Montserrat', sans-serif;
font-size: clamp(30px, 4.2vw, 58px);
font-weight: 700;
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
line-height: 1.15;
}
.church-tagline {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1.1vw, 13px);
color: var(--navy-mid);
letter-spacing: 0.28em;
text-transform: uppercase;
margin-top: 12px;
opacity: 0.75;
}
.church-date {
font-family: 'Cinzel', serif;
font-size: clamp(12px, 1.3vw, 16px);
color: var(--navy);
letter-spacing: 0.2em;
margin-top: 20px;
opacity: 0.7;
}
.welcome-verse {
font-style: italic;
font-size: clamp(14px, 1.6vw, 19px);
line-height: 1.85;
max-width: 660px;
margin: 24px auto 0;
color: var(--text-muted);
}
/* ── Section title ── */
.section { margin-bottom: 56px; }
.section-title {
font-family: 'Cinzel', serif;
font-size: clamp(11px, 1.3vw, 14px);
color: var(--navy);
letter-spacing: 0.24em;
text-transform: uppercase;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 16px;
}
.section-title::before,
.section-title::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border));
}
.section-title::after {
background: linear-gradient(270deg, transparent, var(--border));
}
/* ── Card ── */
.card {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 3px;
padding: 32px 40px;
}
/* ── Schedule ── */
.schedule-grid {
display: grid;
grid-template-columns: 1fr 1px 1fr;
gap: 0 40px;
}
.schedule-col { display: flex; flex-direction: column; gap: 18px; }
.col-sep {
background: linear-gradient(to bottom, transparent, var(--border), transparent);
align-self: stretch;
}
.col-heading {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1vw, 12px);
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
border-bottom: 1px solid var(--border);
padding-bottom: 10px;
margin-bottom: 2px;
}
.field { display: flex; flex-direction: column; gap: 3px; }
.field-label {
font-family: 'Cinzel', serif;
font-size: clamp(8px, 0.85vw, 10px);
color: var(--navy);
letter-spacing: 0.16em;
text-transform: uppercase;
opacity: 0.7;
}
.field-value {
font-size: clamp(14px, 1.5vw, 17px);
color: var(--text);
line-height: 1.5;
}
.field-sub {
font-size: clamp(11px, 1vw, 13px);
color: var(--text-muted);
display: block;
}
/* ── Prayer ── */
.prayer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.prayer-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.prayer-item:last-child { border-bottom: none; }
/* ── Birthdays ── */
.bday-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.bday-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.bday-item:last-child { border-bottom: none; }
.bday-date {
font-family: 'Cinzel', serif;
font-size: 0.8em;
color: var(--navy);
white-space: nowrap;
}
.bday-age { font-size: 0.78em; color: var(--text-muted); font-style: italic; margin-left: 5px; }
/* ── Announcements ── */
.announce-list { display: flex; flex-direction: column; gap: 14px; }
.announce-item {
border-left: 2px solid var(--navy);
padding: 12px 20px;
background: var(--navy-pale);
}
.announce-title {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.95vw, 11px);
color: var(--navy);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 5px;
}
.announce-body {
font-size: clamp(14px, 1.4vw, 17px);
line-height: 1.65;
color: var(--text);
}
.announce-body a { color: var(--navy); text-decoration: none; font-weight: 600; }
/* ── Baptismal ── */
.baptism-grid {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
justify-content: center;
margin-bottom: 24px;
}
.baptism-name {
background: var(--navy);
color: #ffffff;
border-radius: 2px;
padding: 6px 18px;
font-size: clamp(13px, 1.35vw, 17px);
font-style: italic;
}
.baptism-verse {
text-align: center;
font-style: italic;
font-size: clamp(13px, 1.3vw, 16px);
line-height: 1.75;
color: var(--text-muted);
border-top: 1px solid var(--border);
padding-top: 20px;
}
/* ── Dates to Remember ── */
.dates-list { display: flex; flex-direction: column; }
.date-item {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
color: var(--text);
}
.date-item:last-child { border-bottom: none; }
.date-badge {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.9vw, 11px);
font-weight: 600;
color: var(--navy);
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
min-width: 130px;
}
/* ── Footer ── */
.footer {
text-align: center;
margin-top: 72px;
padding-top: 28px;
border-top: 1px solid var(--border);
font-family: 'Cinzel', serif;
font-size: 11px;
color: var(--footer);
letter-spacing: 0.2em;
opacity: 0.55;
}
@media (max-width: 720px) {
.page-wrap { padding: 40px 18px 60px; }
.schedule-grid { grid-template-columns: 1fr; }
.col-sep { display: none; }
.prayer-grid { grid-template-columns: 1fr; }
.bday-grid { grid-template-columns: 1fr; }
.card { padding: 22px 20px; }
}
</style>
<div class="page-wrap"><!-- Header -->
<div class="church-name">Bethel Fellowship</div>
<div class="church-tagline">Gathering Together in His Name</div>
<div class="church-date">✦   May 31, 2026   ✦</div>
<p class="welcome-verse">"We are grateful that you have chosen to be with us this morning. It is our prayer that you experience the love of Christ and His presence during our worship."</p>
<!-- Schedule -->
<section class="section">
<div class="section-title">Schedule</div>
<div class="card">
<div class="schedule-grid">
<div class="schedule-col">
<div class="col-heading">✦   This Sunday - May 31</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Leon Raber</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Moderator</span><span class="field-value">Travis Yoder</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Joe Weaver</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Wednesday Evening</span><span class="field-value">Prayer Meeting - 7:30<span class="field-sub">Chapter 6 of Study Guide in Acts</span></span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Pastor's Support</span></div>
<div class="field"><span class="field-label">Host</span><span class="field-value">Maynard & Marie Troyer</span></div>
</div>
<div class="col-sep"></div>
<div class="schedule-col">
<div class="col-heading">✦   Next Sunday - June 7</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Travis Yoder</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Tithe</span></div>
<div class="field"><span class="field-label">Host Family</span><span class="field-value">Wendall & Jana Troyer</span></div>
</div>
</div>
</div>
</section>
<!-- Prayer Requests -->
<section class="section">
<div class="section-title">Prayer Requests</div>
<div class="card">
<div class="prayer-grid">
<div>
<div class="prayer-item"><span>Widows & Widowers</span></div>
<div class="prayer-item"><span>Jail Services</span></div>
<div class="prayer-item"><span>Elderly</span></div>
<div class="prayer-item"><span>Aden & Ada</span></div>
<div class="prayer-item"><span>Wayne Mast</span></div>
</div>
<div>
<div class="prayer-item"><span>Marlin Beachy</span></div>
<div class="prayer-item"><span>Wayne Yoder</span></div>
<div class="prayer-item"><span>Annie Schrock - Girls Camp</span></div>
<div class="prayer-item"><span>Diane Yoder - New Horizons</span></div>
</div>
</div>
</div>
</section>
<!-- Birthdays & Anniversaries -->
<section class="section">
<div class="section-title">Birthdays & Anniversaries</div>
<div class="card">
<div class="bday-grid">
<div>
<div class="bday-item"><span>Kylie Yoder<span class="bday-age">45 yrs</span></span><span class="bday-date">June 2</span></div>
<div class="bday-item"><span>Jud Schrock<span class="bday-age">54 yrs</span></span><span class="bday-date">June 3</span></div>
<div class="bday-item"><span>Jr & Chris Beachy ♥<span class="bday-age">20 yrs</span></span><span class="bday-date">June 3</span></div>
<div class="bday-item"><span>Vanessa Fosnaught<span class="bday-age">8 yrs</span></span><span class="bday-date">June 3</span></div>
</div>
<div>
<div class="bday-item"><span>Paiten Hershberger<span class="bday-age">5 yrs</span></span><span class="bday-date">June 3</span></div>
<div class="bday-item"><span>Arie Mast<span class="bday-age">77 yrs</span></span><span class="bday-date">June 6</span></div>
<div class="bday-item"><span>Bill & Ellen Mullet ♥<span class="bday-age">56 yrs</span></span><span class="bday-date">June 6</span></div>
</div>
</div>
</div>
</section>
<!-- Announcements -->
<section class="section">
<div class="section-title">Announcements</div>
<div class="card">
<div class="announce-list">
<div class="announce-item">
<div class="announce-title">Baby Shower - Emily Yoder & Adalyn · Monday, June 1 · 6-8 PM</div>
<div class="announce-body">The shower will be held in the cafe area. Emily is also registered on <a href="https://www.babylist.com" target="_blank">Babylist.com</a>.</div>
</div>
<div class="announce-item">
<div class="announce-title">Men's Bible Study - June 10</div>
<div class="announce-body">Wayne Keim will be sharing his testimony.</div>
</div>
<div class="announce-item">
<div class="announce-title">Baby Dedication - June 14</div>
<div class="announce-body">Contact Jared if you have a child you would like dedicated.</div>
</div>
<div class="announce-item">
<div class="announce-title">Ohio Music Camp - Host Families Needed · June 21-29</div>
<div class="announce-body">Ohio Music Camp is looking for hosts for students. Hosts are paid a fee per student. Students spend the day at camp from 7:30 AM-8:00 PM with all meals provided. If you have availability within 20 minutes of LCS, please contact Carita Keim at <a href="tel:3303902141">330.390.2141</a>.</div>
</div>
<div class="announce-item">
<div class="announce-title">Bulletin Submissions</div>
<div class="announce-body">To place announcements in the bulletin, email <a href="mailto:bulletin1960@gmail.com">bulletin1960@gmail.com</a></div>
</div>
</div>
</div>
</section>
<!-- Baptismal Class -->
<section class="section">
<div class="section-title">Baptismal Class</div>
<div class="card">
<div class="baptism-grid">
<div class="baptism-name">Austin Yoder</div>
<div class="baptism-name">Brandon Weaver</div>
<div class="baptism-name">Derek Miller</div>
<div class="baptism-name">Devon Miller</div>
<div class="baptism-name">Devon Troyer</div>
<div class="baptism-name">Hannah Hochstetler</div>
<div class="baptism-name">Jonathan Raber</div>
<div class="baptism-name">Leanna Mast</div>
<div class="baptism-name">Mark Hershberger</div>
<div class="baptism-name">Reena Kline</div>
<div class="baptism-name">Sadie Yoder</div>
<div class="baptism-name">Verna Hershberger</div>
</div>
<p class="baptism-verse">"Repent and be baptized, every one of you, in the name of Jesus Christ for the forgiveness of your sins. And you will receive the gift of the Holy Spirit." - Acts 2:38</p>
</div>
</section>
<!-- Dates to Remember -->
<section class="section">
<div class="section-title">Dates to Remember</div>
<div class="card">
<div class="dates-list">
<div class="date-item"><span class="date-badge">June 28</span><span>Services at the Doughty</span></div>
<div class="date-item"><span class="date-badge">June 28 - July 2</span><span>Vacation Bible School (VBS)</span></div>
<div class="date-item"><span class="date-badge">July 19</span><span>Amos Stoltzfus Family - Evening Service</span></div>
<div class="date-item"><span class="date-badge">July 31 - Aug. 2</span><span>Men's Retreat</span></div>
</div>
</div>
</section>
<footer class="footer">Bethel Fellowship  ·  May 31, 2026</footer>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://bethelfellowship.org/blog/2026/05/30/sunday-morning-announcements-5-31-26#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Sunday Morning Announcements 5/24/26</title>
						<description><![CDATA[...]]></description>
			<link>https://bethelfellowship.org/blog/2026/05/23/sunday-morning-announcements-5-24-26</link>
			<pubDate>Sat, 23 May 2026 08:41:13 +0000</pubDate>
			<guid>https://bethelfellowship.org/blog/2026/05/23/sunday-morning-announcements-5-24-26</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style=""><div class="sp-block-content"  style=""><div class="code-holder"  data-id="131923" data-title="5/24/26"><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy:      #2d4759;
--footer:    #384f59;
--navy-dark: #1e3040;
--navy-mid:  #3d5f76;
--navy-pale: #e8eef2;
--bg:        #ffffff;
--surface:   #f5f7f9;
--border:    rgba(45,71,89,0.18);
--text:      #1e2d38;
--text-muted:#5a7080;
--accent:    #2d4759;
--accent-lt: #3d6278;
}
html { scroll-behavior: smooth; }
body {
font-family: 'EB Garamond', serif;
background: var(--bg);
color: var(--text);
min-height: 100vh;
}
.page-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 72px 32px 100px;
}
/* ── Header ── */
.church-header {
text-align: center;
padding: 64px 48px 52px;
border-bottom: 1px solid var(--border);
margin-bottom: 64px;
position: relative;
}
.church-header::after {
content: '';
display: block;
width: 120px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--navy), transparent);
margin: 28px auto 0;
}
.church-name {
font-family: 'Montserrat', sans-serif;
font-size: clamp(30px, 4.2vw, 58px);
font-weight: 700;
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
line-height: 1.15;
}
.church-tagline {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1.1vw, 13px);
color: var(--navy-mid);
letter-spacing: 0.28em;
text-transform: uppercase;
margin-top: 12px;
opacity: 0.75;
}
.church-date {
font-family: 'Cinzel', serif;
font-size: clamp(12px, 1.3vw, 16px);
color: var(--navy);
letter-spacing: 0.2em;
margin-top: 20px;
opacity: 0.7;
}
.welcome-verse {
font-style: italic;
font-size: clamp(14px, 1.6vw, 19px);
line-height: 1.85;
max-width: 660px;
margin: 24px auto 0;
color: var(--text-muted);
}
/* ── Section title ── */
.section { margin-bottom: 56px; }
.section-title {
font-family: 'Cinzel', serif;
font-size: clamp(11px, 1.3vw, 14px);
color: var(--navy);
letter-spacing: 0.24em;
text-transform: uppercase;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 16px;
}
.section-title::before,
.section-title::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border));
}
.section-title::after {
background: linear-gradient(270deg, transparent, var(--border));
}
/* ── Card ── */
.card {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 3px;
padding: 32px 40px;
}
/* ── Schedule ── */
.schedule-grid {
display: grid;
grid-template-columns: 1fr 1px 1fr;
gap: 0 40px;
}
.schedule-col { display: flex; flex-direction: column; gap: 18px; }
.col-sep {
background: linear-gradient(to bottom, transparent, var(--border), transparent);
align-self: stretch;
}
.col-heading {
font-family: 'Cinzel', serif;
font-size: clamp(10px, 1vw, 12px);
color: var(--navy);
letter-spacing: 0.18em;
text-transform: uppercase;
border-bottom: 1px solid var(--border);
padding-bottom: 10px;
margin-bottom: 2px;
}
.field { display: flex; flex-direction: column; gap: 3px; }
.field-label {
font-family: 'Cinzel', serif;
font-size: clamp(8px, 0.85vw, 10px);
color: var(--navy);
letter-spacing: 0.16em;
text-transform: uppercase;
opacity: 0.7;
}
.field-value {
font-size: clamp(14px, 1.5vw, 17px);
color: var(--text);
line-height: 1.5;
}
.field-sub {
font-size: clamp(11px, 1vw, 13px);
color: var(--text-muted);
display: block;
}
/* ── Prayer ── */
.prayer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.prayer-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.prayer-item:last-child { border-bottom: none; }
/* ── Birthdays ── */
.bday-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.bday-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
gap: 12px;
color: var(--text);
}
.bday-item:last-child { border-bottom: none; }
.bday-date {
font-family: 'Cinzel', serif;
font-size: 0.8em;
color: var(--navy);
white-space: nowrap;
}
.bday-age { font-size: 0.78em; color: var(--text-muted); font-style: italic; margin-left: 5px; }
/* ── Announcements ── */
.announce-list { display: flex; flex-direction: column; gap: 14px; }
.announce-item {
border-left: 2px solid var(--navy);
padding: 12px 20px;
background: var(--navy-pale);
}
.announce-title {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.95vw, 11px);
color: var(--navy);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 5px;
}
.announce-body {
font-size: clamp(14px, 1.4vw, 17px);
line-height: 1.65;
color: var(--text);
}
.announce-body a { color: var(--navy); text-decoration: none; font-weight: 600; }
/* ── Baptismal ── */
.baptism-grid {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
justify-content: center;
margin-bottom: 24px;
}
.baptism-name {
background: var(--navy);
color: #ffffff;
border-radius: 2px;
padding: 6px 18px;
font-size: clamp(13px, 1.35vw, 17px);
font-style: italic;
}
.baptism-verse {
text-align: center;
font-style: italic;
font-size: clamp(13px, 1.3vw, 16px);
line-height: 1.75;
color: var(--text-muted);
border-top: 1px solid var(--border);
padding-top: 20px;
}
/* ── Dates to Remember ── */
.dates-list { display: flex; flex-direction: column; }
.date-item {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid var(--border);
font-size: clamp(14px, 1.45vw, 17px);
color: var(--text);
}
.date-item:last-child { border-bottom: none; }
.date-badge {
font-family: 'Cinzel', serif;
font-size: clamp(9px, 0.9vw, 11px);
font-weight: 600;
color: var(--navy);
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
min-width: 130px;
}
/* ── Footer ── */
.footer {
text-align: center;
margin-top: 72px;
padding-top: 28px;
border-top: 1px solid var(--border);
font-family: 'Cinzel', serif;
font-size: 11px;
color: var(--footer);
letter-spacing: 0.2em;
opacity: 0.55;
}
@media (max-width: 720px) {
.page-wrap { padding: 40px 18px 60px; }
.schedule-grid { grid-template-columns: 1fr; }
.col-sep { display: none; }
.prayer-grid { grid-template-columns: 1fr; }
.bday-grid { grid-template-columns: 1fr; }
.card { padding: 22px 20px; }
}
</style>
<div class="page-wrap"><!-- Header -->
<div class="church-name">Bethel Fellowship</div>
<div class="church-tagline">Gathering Together in His Name</div>
<div class="church-date">✦ May 24, 2026 ✦</div>
<p class="welcome-verse">"We are grateful that you have chosen to be with us this morning. It is our prayer that you experience the love of Christ and His presence during our worship."</p>
<!-- Schedule -->
<section class="section">
<div class="section-title">Schedule</div>
<div class="card">
<div class="schedule-grid">
<div class="schedule-col">
<div class="col-heading">✦ This Sunday - May 24</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Marty Raber</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Moderator</span><span class="field-value">Joe Weaver</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Jared Beachy</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Wednesday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Missions</span></div>
<div class="field"><span class="field-label">Host</span><span class="field-value">Marion & Saloma Troyer</span></div>
</div>
<div class="col-sep"></div>
<div class="schedule-col">
<div class="col-heading">✦ Next Sunday - May 31</div>
<div class="field"><span class="field-label">Sunday School</span><span class="field-value">9:30 AM</span></div>
<div class="field"><span class="field-label">Devotions</span><span class="field-value">Leon Raber</span></div>
<div class="field"><span class="field-label">Worship Service</span><span class="field-value">10:30 AM</span></div>
<div class="field"><span class="field-label">Message</span><span class="field-value">Joe Weaver</span></div>
<div class="field"><span class="field-label">Sunday Evening</span><span class="field-value">Open</span></div>
<div class="field"><span class="field-label">Offering</span><span class="field-value">Pastor's Support</span></div>
<div class="field"><span class="field-label">Host Family</span><span class="field-value">Maynard & Marie Troyer</span></div>
</div>
</div>
</div>
</section>
<!-- Prayer Requests -->
<section class="section">
<div class="section-title">Prayer Requests</div>
<div class="card">
<div class="prayer-grid">
<div>
<div class="prayer-item"><span>Widows & Widowers</span></div>
<div class="prayer-item"><span>Jail Services</span></div>
<div class="prayer-item"><span>Elderly</span></div>
<div class="prayer-item"><span>Aden & Ada</span></div>
<div class="prayer-item"><span>Wayne Mast</span></div>
</div>
<div>
<div class="prayer-item"><span>Marlin Beachy</span></div>
<div class="prayer-item"><span>Wayne Yoder</span></div>
<div class="prayer-item"><span>Annie Schrock - Girls Camp</span></div>
<div class="prayer-item"><span>Diane Yoder - New Horizons</span></div>
</div>
</div>
</div>
</section>
<!-- Birthdays & Anniversaries -->
<section class="section">
<div class="section-title">Birthdays & Anniversaries</div>
<div class="card">
<div class="bday-grid">
<div>
<div class="bday-item"><span>Marvin & Sara Ann Miller ♥<span class="bday-age">13 yrs</span></span><span class="bday-date">May 24</span></div>
<div class="bday-item"><span>Neil & Miriam Miller ♥<span class="bday-age">38 yrs</span></span><span class="bday-date">May 26</span></div>
<div class="bday-item"><span>Allisson Hochstetler<span class="bday-age">11 yrs</span></span><span class="bday-date">May 26</span></div>
<div class="bday-item"><span>Duane & Sue Shetler ♥<span class="bday-age">27 yrs</span></span><span class="bday-date">May 27</span></div>
<div class="bday-item"><span>Kaden Mast<span class="bday-age">7 yrs</span></span><span class="bday-date">May 27</span></div>
</div>
<div>
<div class="bday-item"><span>Kloe Mast<span class="bday-age">7 yrs</span></span><span class="bday-date">May 27</span></div>
<div class="bday-item"><span>Sharon Stutzman<span class="bday-age">31 yrs</span></span><span class="bday-date">May 28</span></div>
<div class="bday-item"><span>Maynard & Marie Troyer ♥<span class="bday-age">27 yrs</span></span><span class="bday-date">May 29</span></div>
<div class="bday-item"><span>Arielle Shetler<span class="bday-age">1 yr</span></span><span class="bday-date">May 29</span></div>
<div class="bday-item"><span>Mark & Marlene Mullet ♥<span class="bday-age">30 yrs</span></span><span class="bday-date">May 30</span></div>
</div>
</div>
</div>
</section>
<!-- Announcements -->
<section class="section">
<div class="section-title">Announcements</div>
<div class="card">
<div class="announce-list">
<div class="announce-item">
<div class="announce-title">Memorial Day Picnic - May 25</div>
<div class="announce-body">Join us at the Oasis Community Center near Charm. Please bring camp chairs and softball gear. Each family is asked to provide a dessert, unless contacted otherwise. Supper will be served at 5:00 PM.</div>
</div>
<div class="announce-item">
<div class="announce-title">Baby Shower - Emily Yoder & Adalyn · Monday, June 1 · 6-8 PM</div>
<div class="announce-body">The shower will be held in the cafe area. Emily is also registered on <a href="https://www.babylist.com" target="_blank">Babylist.com</a>.</div>
</div>
<div class="announce-item">
<div class="announce-title">Baby Dedication - June 14</div>
<div class="announce-body">Contact Jared if you have a child you would like dedicated.</div>
</div>
<div class="announce-item">
<div class="announce-title">Ohio Music Camp - Host Families Needed · June 21-29</div>
<div class="announce-body">Ohio Music Camp is looking for hosts for students. Hosts are paid a fee per student. Students spend the day at camp from 7:30 AM-8:00 PM with all meals provided. If you have availability within 20 minutes of LCS, please contact Carita Keim at <a href="tel:3303902141">330.390.2141</a>.</div>
</div>
<div class="announce-item">
<div class="announce-title">Ohio Wilderness Boys Camp - Chicken Barbecue Fundraiser · May 30</div>
<div class="announce-body">Saturday, May 30 at the Bethel Church, starting at 9:00 AM - while supplies last.</div>
</div>
<div class="announce-item">
<div class="announce-title">Bulletin Submissions</div>
<div class="announce-body">To place announcements in the bulletin, email <a href="mailto:bulletin1960@gmail.com">bulletin1960@gmail.com</a></div>
</div>
</div>
</div>
</section>
<!-- Baptismal Class -->
<section class="section">
<div class="section-title">Baptismal Class</div>
<div class="card">
<div class="baptism-grid">
<div class="baptism-name">Austin Yoder</div>
<div class="baptism-name">Brandon Weaver</div>
<div class="baptism-name">Derek Miller</div>
<div class="baptism-name">Devon Miller</div>
<div class="baptism-name">Devon Troyer</div>
<div class="baptism-name">Hannah Hochstetler</div>
<div class="baptism-name">Jonathan Raber</div>
<div class="baptism-name">Leanna Mast</div>
<div class="baptism-name">Mark Hershberger</div>
<div class="baptism-name">Reena Kline</div>
<div class="baptism-name">Sadie Yoder</div>
<div class="baptism-name">Verna Hershberger</div>
</div>
<p class="baptism-verse">"Repent and be baptized, every one of you, in the name of Jesus Christ for the forgiveness of your sins. And you will receive the gift of the Holy Spirit." - Acts 2:38</p>
</div>
</section>
<!-- Dates to Remember -->
<section class="section">
<div class="section-title">Dates to Remember</div>
<div class="card">
<div class="dates-list">
<div class="date-item"><span class="date-badge">June 28</span><span>Services at the Doughty</span></div>
<div class="date-item"><span class="date-badge">June 28 - July 2</span><span>Vacation Bible School (VBS)</span></div>
<div class="date-item"><span class="date-badge">July 19</span><span>Amos Stoltzfus Family - Evening Service</span></div>
<div class="date-item"><span class="date-badge">July 31 - Aug. 2</span><span>Men's Retreat</span></div>
</div>
</div>
</section>
<footer class="footer">Bethel Fellowship · May 24, 2026</footer>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://bethelfellowship.org/blog/2026/05/23/sunday-morning-announcements-5-24-26#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Sunday Morning Announcements 5/17/26</title>
						<description><![CDATA[...]]></description>
			<link>https://bethelfellowship.org/blog/2026/05/17/sunday-morning-announcements-5-17-26</link>
			<pubDate>Sun, 17 May 2026 06:05:55 +0000</pubDate>
			<guid>https://bethelfellowship.org/blog/2026/05/17/sunday-morning-announcements-5-17-26</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="8" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-spacer-block " data-type="spacer" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="spacer-holder" data-height="30" style="height:30px;"></div></div></div><div class="sp-block sp-image-block " data-type="image" data-id="1" style="text-align:start;"><div class="sp-block-content"  style=""><div class="sp-image-holder" style="background-image:url(https://storage1.snappages.site/VCZRM8/assets/images/24354163_1920x1080_500.JPG);"  data-source="VCZRM8/assets/images/24354163_1920x1080_2500.JPG" data-fill="true"><img src="https://storage1.snappages.site/VCZRM8/assets/images/24354163_1920x1080_500.JPG" class="fill" alt="" /><div class="sp-image-title"></div><div class="sp-image-caption"></div></div></div></div><div class="sp-block sp-spacer-block " data-type="spacer" data-id="2" style="text-align:start;"><div class="sp-block-content"  style=""><div class="spacer-holder" data-height="30" style="height:30px;"></div></div></div><div class="sp-block sp-image-block " data-type="image" data-id="3" style="text-align:start;"><div class="sp-block-content"  style=""><div class="sp-image-holder" style="background-image:url(https://storage1.snappages.site/VCZRM8/assets/images/24354168_1920x1080_500.JPG);"  data-source="VCZRM8/assets/images/24354168_1920x1080_2500.JPG" data-fill="true"><img src="https://storage1.snappages.site/VCZRM8/assets/images/24354168_1920x1080_500.JPG" class="fill" alt="" /><div class="sp-image-title"></div><div class="sp-image-caption"></div></div></div></div><div class="sp-block sp-spacer-block " data-type="spacer" data-id="4" style="text-align:start;"><div class="sp-block-content"  style=""><div class="spacer-holder" data-height="30" style="height:30px;"></div></div></div><div class="sp-block sp-image-block " data-type="image" data-id="5" style="text-align:start;"><div class="sp-block-content"  style=""><div class="sp-image-holder" style="background-image:url(https://storage1.snappages.site/VCZRM8/assets/images/24354173_1920x1080_500.JPG);"  data-source="VCZRM8/assets/images/24354173_1920x1080_2500.JPG" data-fill="true"><img src="https://storage1.snappages.site/VCZRM8/assets/images/24354173_1920x1080_500.JPG" class="fill" alt="" /><div class="sp-image-title"></div><div class="sp-image-caption"></div></div></div></div><div class="sp-block sp-spacer-block " data-type="spacer" data-id="6" style="text-align:start;"><div class="sp-block-content"  style=""><div class="spacer-holder" data-height="30" style="height:30px;"></div></div></div><div class="sp-block sp-image-block " data-type="image" data-id="7" style="text-align:start;"><div class="sp-block-content"  style=""><div class="sp-image-holder" style="background-image:url(https://storage1.snappages.site/VCZRM8/assets/images/24354178_1920x1080_500.JPG);"  data-source="VCZRM8/assets/images/24354178_1920x1080_2500.JPG" data-fill="true"><img src="https://storage1.snappages.site/VCZRM8/assets/images/24354178_1920x1080_500.JPG" class="fill" alt="" /><div class="sp-image-title"></div><div class="sp-image-caption"></div></div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://bethelfellowship.org/blog/2026/05/17/sunday-morning-announcements-5-17-26#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
	</channel>
</rss>

