BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.33.0//EN
X-ORIGINAL-URL:https://asburycolumbus.org/
X-WR-CALNAME:Asbury United Methodist Church
X-WR-CALDESC:Come. Build. Love
X-WR-TIMEZONE:America/Indiana/Indianapolis
BEGIN:VTIMEZONE
TZID:America/Indiana/Indianapolis
X-LIC-LOCATION:America/Indiana/Indianapolis
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T030000
RRULE:FREQ=YEARLY;BYMONTH=03;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T010000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-7c82fab8c8f89124e2ce92984e04fb40@asburycolumbus.org
DTSTART;TZID=America/Indiana/Indianapolis:20260328T100000
DTEND;TZID=America/Indiana/Indianapolis:20260328T230000
DTSTAMP:20260327T095239Z
CREATED:20260327
LAST-MODIFIED:20260327
PRIORITY:5
SEQUENCE:2
TRANSP:OPAQUE
SUMMARY:Egg Hunt
DESCRIPTION:\n\n\n\n\nEaster Egg Hunt | Asbury Columbus\n\n\n\n:root {\n--grass: #3a7d44;\n--sky: #5bbcf8;\n--egg-yellow: #f9d84a;\n--egg-pink: #f4a7c3;\n--egg-purple: #b89fe8;\n--egg-blue: #7dcfee;\n--egg-green: #82d98e;\n--cream: #fffdf5;\n--text-dark: #1e2a1e;\n--text-mid: #3d4f3d;\n--accent: #e05c2a;\n}\n* { box-sizing: border-box; margin: 0; padding: 0; }\nbody {\nfont-family: 'DM Sans', sans-serif;\nbackground: var(--cream);\ncolor: var(--text-dark);\noverflow-x: hidden;\n}\n/* HERO */\n.hero {\nbackground: linear-gradient(160deg, #e8f7ff 0%, #f9f5e3 40%, #e8f5ea 100%);\npadding: 80px 24px 64px;\ntext-align: center;\nposition: relative;\noverflow: hidden;\n}\n.hero::before {\ncontent: '';\nposition: absolute; inset: 0;\nbackground: radial-gradient(ellipse at 20% 80%, rgba(130,217,142,.18) 0%, transparent 60%),\nradial-gradient(ellipse at 80% 20%, rgba(91,188,248,.15) 0%, transparent 55%);\npointer-events: none;\n}\n/* floating eggs */\n.eggs-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }\n.egg {\nposition: absolute;\nborder-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;\nopacity: .18;\nanimation: float 6s ease-in-out infinite;\n}\n@keyframes float {\n0%,100% { transform: translateY(0) rotate(0deg); }\n50% { transform: translateY(-14px) rotate(8deg); }\n}\n.hero-label {\ndisplay: inline-block;\nbackground: var(--egg-yellow);\ncolor: var(--text-dark);\nfont-weight: 600; font-size: 13px;\nletter-spacing: .08em; text-transform: uppercase;\npadding: 6px 18px; border-radius: 100px;\nmargin-bottom: 20px;\n}\n.hero h1 {\nfont-family: 'Playfair Display', serif;\nfont-size: clamp(3rem, 8vw, 6rem);\nfont-weight: 900;\nline-height: 1.0;\ncolor: var(--grass);\ntext-shadow: 0 2px 0 rgba(255,255,255,.6);\nmargin-bottom: 8px;\n}\n.hero h2 {\nfont-family: 'Playfair Display', serif;\nfont-size: clamp(1.1rem, 3vw, 1.6rem);\nfont-weight: 700;\nfont-style: italic;\ncolor: var(--text-mid);\nmargin-bottom: 20px;\n}\n.hero-meta {\nfont-size: 1.15rem; font-weight: 600;\ncolor: var(--text-dark);\nmargin-bottom: 32px;\n}\n.hero-meta span { color: var(--accent); }\n.btn-primary {\ndisplay: inline-block;\nbackground: var(--grass);\ncolor: #fff;\nfont-weight: 700; font-size: 1rem;\npadding: 16px 40px; border-radius: 100px;\ntext-decoration: none;\ntransition: transform .2s, box-shadow .2s;\nbox-shadow: 0 4px 18px rgba(58,125,68,.3);\nletter-spacing: .02em;\n}\n.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,125,68,.4); }\n/* SECTIONS */\nsection { max-width: 820px; margin: 0 auto; padding: 60px 24px; }\nsection + section { padding-top: 0; }\n.section-intro {\nbackground: #fff;\nborder-radius: 24px;\npadding: 48px 40px;\nbox-shadow: 0 2px 20px rgba(0,0,0,.06);\ntext-align: center;\nmargin: 0 auto;\nmax-width: 820px;\n}\n.section-intro .emoji { font-size: 2.4rem; margin-bottom: 12px; display: block; }\n.section-intro h3 {\nfont-family: 'Playfair Display', serif;\nfont-size: 1.9rem; font-weight: 700;\ncolor: var(--grass);\nmargin-bottom: 16px;\n}\n.section-intro p {\nfont-size: 1.05rem; line-height: 1.75;\ncolor: var(--text-mid);\nmargin-bottom: 14px;\n}\n.checklist {\nlist-style: none;\ntext-align: left;\ndisplay: inline-block;\nmargin: 8px 0 24px;\n}\n.checklist li {\npadding: 6px 0;\nfont-size: 1rem; font-weight: 500;\ndisplay: flex; align-items: center; gap: 10px;\n}\n.checklist li::before {\ncontent: '✅';\nfont-size: .95rem;\nflex-shrink: 0;\n}\n/* FREE BANNER */\n.free-banner {\nbackground: var(--grass);\ncolor: #fff;\ntext-align: center;\npadding: 40px 24px;\n}\n.free-banner h2 {\nfont-family: 'Playfair Display', serif;\nfont-size: clamp(1.5rem, 4vw, 2.4rem);\nfont-weight: 900;\n}\n.free-banner p { margin-top: 10px; font-size: 1.05rem; opacity: .9; }\n/* INFO CARDS */\n.cards-grid {\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\ngap: 20px;\n}\n.card {\nbackground: #fff;\nborder-radius: 20px;\npadding: 32px 28px;\nbox-shadow: 0 2px 16px rgba(0,0,0,.06);\nborder-top: 5px solid var(--grass);\n}\n.card.yellow { border-color: var(--egg-yellow); }\n.card.pink { border-color: var(--egg-pink); }\n.card.purple { border-color: var(--egg-purple); }\n.card.blue { border-color: var(--egg-blue); }\n.card.green { border-color: var(--egg-green); }\n.card-icon { font-size: 2rem; margin-bottom: 12px; display: block; }\n.card h4 {\nfont-family: 'Playfair Display', serif;\nfont-size: 1.2rem; font-weight: 700;\ncolor: var(--grass); margin-bottom: 10px;\n}\n.card ul { list-style: none; }\n.card ul li {\nfont-size: .95rem; color: var(--text-mid);\npadding: 4px 0; border-bottom: 1px dashed #eee;\ndisplay: flex; align-items: center; gap: 8px;\n}\n.card ul li:last-child { border-bottom: none; }\n/* SCHEDULE */\n.schedule-wrap {\nbackground: #fff;\nborder-radius: 24px;\npadding: 44px 40px;\nbox-shadow: 0 2px 20px rgba(0,0,0,.06);\n}\n.schedule-wrap h3 {\nfont-family: 'Playfair Display', serif;\nfont-size: 1.8rem; font-weight: 700;\ncolor: var(--grass); text-align: center;\nmargin-bottom: 8px;\n}\n.schedule-wrap .sub {\ntext-align: center; color: var(--text-mid);\nfont-size: .97rem; margin-bottom: 32px; line-height: 1.6;\n}\n.wave-row {\ndisplay: flex; align-items: center; gap: 20px;\npadding: 18px 0;\nborder-bottom: 1px solid #f0f0f0;\n}\n.wave-row:last-child { border-bottom: none; }\n.wave-dot {\nwidth: 48px; height: 48px; border-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-size: 1.4rem; flex-shrink: 0;\n}\n.wave-dot.y { background: #fff8cc; }\n.wave-dot.b { background: #d6eeff; }\n.wave-dot.g { background: #d6f5d9; }\n.wave-dot.r { background: #ffe0d6; }\n.wave-time { font-weight: 700; font-size: 1rem; color: var(--text-dark); min-width: 80px; }\n.wave-label { font-size: 1rem; color: var(--text-mid); }\n.wave-label strong { color: var(--text-dark); }\n/* RAFFLE */\n.raffle-wrap {\nbackground: linear-gradient(135deg, #f9f5e3, #fff);\nborder-radius: 24px;\npadding: 44px 40px;\nbox-shadow: 0 2px 20px rgba(0,0,0,.06);\nborder: 2px dashed var(--egg-yellow);\n}\n.raffle-wrap h3 {\nfont-family: 'Playfair Display', serif;\nfont-size: 1.8rem; font-weight: 700;\ncolor: var(--grass); text-align: center;\nmargin-bottom: 8px;\n}\n.raffle-wrap .sub {\ntext-align: center; color: var(--text-mid);\nfont-size: .97rem; margin-bottom: 28px;\n}\n.basket-grid {\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\ngap: 12px;\n}\n.basket-item {\nbackground: #fff;\nborder-radius: 14px;\npadding: 14px 16px;\ntext-align: center;\nfont-size: .9rem; font-weight: 600;\ncolor: var(--text-dark);\nbox-shadow: 0 2px 8px rgba(0,0,0,.05);\n}\n.basket-item .bi { font-size: 1.5rem; display: block; margin-bottom: 6px; }\n/* ATTEND & BRING */\n.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n@media (max-width: 560px) { .two-col { grid-template-columns: 1fr; } }\n/* LOCATION */\n.location-bar {\nbackground: var(--grass);\ncolor: #fff;\ntext-align: center;\npadding: 48px 24px;\n}\n.location-bar h2 {\nfont-family: 'Playfair Display', serif;\nfont-size: clamp(1.4rem, 3.5vw, 2.2rem);\nfont-weight: 700; margin-bottom: 8px;\n}\n.location-bar p { font-size: 1.05rem; opacity: .85; margin: 4px 0; }\n/* PLAN YOUR VISIT */\n.pyv-section {\nbackground: #fff;\nborder-radius: 24px;\npadding: 52px 40px;\nbox-shadow: 0 2px 20px rgba(0,0,0,.06);\ntext-align: center;\nmax-width: 640px;\nmargin: 0 auto;\n}\n.pyv-section h2 {\nfont-family: 'Playfair Display', serif;\nfont-size: clamp(1.8rem, 4vw, 2.6rem);\nfont-weight: 900;\ncolor: var(--grass); margin-bottom: 10px;\n}\n.pyv-section p { color: var(--text-mid); margin-bottom: 28px; line-height: 1.7; }\n.form-group { margin-bottom: 16px; text-align: left; }\n.form-group label { display: block; font-size: .9rem; font-weight: 600; margin-bottom: 6px; }\n.form-group input, .form-group select {\nwidth: 100%; padding: 12px 16px;\nborder: 1.5px solid #dde5dd; border-radius: 10px;\nfont-family: inherit; font-size: .97rem;\nbackground: #fafff8;\ntransition: border .2s;\noutline: none;\n}\n.form-group input:focus, .form-group select:focus { border-color: var(--grass); }\n.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }\n.submit-btn {\nwidth: 100%;\nbackground: var(--grass); color: #fff;\nborder: none; border-radius: 100px;\npadding: 16px; font-family: inherit;\nfont-size: 1rem; font-weight: 700;\ncursor: pointer;\ntransition: transform .2s, box-shadow .2s;\nbox-shadow: 0 4px 18px rgba(58,125,68,.3);\nmargin-top: 8px;\n}\n.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,125,68,.4); }\n/* FOOTER */\nfooter {\nbackground: #1e2a1e; color: #9db89d;\ntext-align: center; padding: 36px 24px;\nfont-size: .9rem;\n}\nfooter a { color: #c4dcc4; text-decoration: none; }\n.social-links { display: flex; justify-content: center; gap: 20px; margin-top: 12px; }\n/* section headings */\n.section-head {\ntext-align: center; margin-bottom: 32px;\n}\n.section-head h3 {\nfont-family: 'Playfair Display', serif;\nfont-size: 1.9rem; font-weight: 700;\ncolor: var(--grass);\n}\n.section-head p { color: var(--text-mid); margin-top: 8px; }\n@media (max-width: 600px) {\n.section-intro, .schedule-wrap, .raffle-wrap { padding: 32px 24px; }\nnav .nav-links { display: none; }\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n🐣 A Free Community Event\nEASTEREGG HUNT\nat Asbury Columbus\n\nSaturday, March 28  ·  Doors Open at 10:00 AM\n\nPlan Your Visit Now\n\n\n\n\n\n🌷\nHere’s what this is all about…\nSpring is in the air, and we want to celebrate it with YOU and your family!\n\nWe know mornings can be hectic — getting the kids ready, finding the right shoes,\ncorralling everyone into the car… 🐣 So we’ve done the hard part for you.\nJust show up, and we’ll take care of the rest.\n\n\nJoin us for a joyful morning of egg hunts, prizes, music, and community\nat our FREE Community Easter Egg Hunt — no strings attached, just a whole lot of fun.\n\n\nOrganized age-group Easter egg hunts\nThousands of eggs filled with candy & prizes\nGift Basket Raffle — every child gets a ticket!\nUpbeat music & a welcoming atmosphere\nFamily photo opportunities\n\nPlan Your Visit Now 🐇\n\n\n\n\n🎉 This event is 100% FREE and open to the community!\nAll we ask is that you Plan Your Visit below so we can be ready for your family.\n\n\n\n\nWhat to Expect\nEverything you need to know for a great morning\n\n\n\n🥚\nEgg Hunts by Age\n\n🟡 Pre-K (Ages 0–4)\n🔵 Kindergarten – 2nd Grade\n🟢 3rd – 5th Grade\n🔴 Older Kids\n\n\n\n🎟️\nGift Basket Raffle\n\nEvery child gets a ticket at check-in\nDrawing starts at 10:30 AM\nMultiple baskets up for grabs\n\n\n\n📸\nPhoto & Fun\n\nFamily photo opportunities\nLive upbeat music all morning\nWarm, welcoming atmosphere\n\n\n\n🎒\nWhat to Bring\n\nAn Easter basket or bag\nComfortable outdoor shoes\nYour friends & family!\n\n\n\n\n\n\n\n🗓️ Age-Group Hunt Schedule\n\nTo make sure every child has a fair and fun experience,\negg hunts are separated by age group and released in waves.\n\n\n🟡\n10:45 AM\nPre-K — Ages 0–4\n\n\n🔵\n10:50 AM\nKindergarten – 2nd Grade\n\n\n🟢\n10:55 AM\n3rd – 5th Grade\n\n\n🔴\n11:00 AM\nOlder Kids\n\n\n\n\n\n\n🎁 Gift Basket Raffle\n\nEvery child receives a raffle ticket at check-in.\nDrawing begins at 10:30 AM — you don’t want to miss it!\n\n\n🎬Family Movie Night\n🧸Kids Fun Basket\n🍬Candy Explosion\n⛱️Outdoor Fun\n🎨Craft & Creativity\n☀️Summer Fun\n🎲Family Game Night\n🚲Child’s Bike\n\n\n\n\n\n\n\n💛\nWho Can Attend?\n\n👨‍👩‍👧 Church families\n🏫 Daycare families\n🏡 Community families\n🤝 First-time guests\n\n\n\n🅿️\nParking & Arrival\n\nParking volunteers will guide you\nCheck-in opens at 10:00 AM\nAge-group wristband / sticker at check-in\nRaffle ticket given to each child\n\n\n\n\n\n\n📍 Event Location\nAsbury Columbus\n1751 27th Street, Columbus, IN\n(812) 372-4555\n\n\n\n\n🐇\nFind Your People.Celebrate Together.\nWhether this is your first time visiting Asbury or you’ve been coming for years, this is a morning worth sharing. Bring your kids, invite your neighbors, and come ready to celebrate.\nWe can’t wait to meet you!\nPlan Your Visit Now\n\n\n\n\n\nPlan Your Visit\nLet us know you’re coming so we can be ready for your family. We’ll see you on March 28th! 🌷\n\n\nFirst Name *\n\n\n\nLast Name *\n\n\n\n\nBest Phone Number\n\n\n\nBest Email Address\n\n\n\nNumber of Children Attending\nSelect…12345+\n\n\nHow did you hear about us?\nSelect…Friend or FamilySocial MediaFlyer / PostcardDaycareChurch MemberOther\n\nSubmit — We’ll See You There! 🐣\n\n\n\n\n\n
URL:https://asburycolumbus.org/events/egg-hunt
ORGANIZER;CN=Will Speaker:MAILTO:wspeaker@asburycolumbus.org
CATEGORIES:Next
LOCATION:1751 27th Street, Columbus, IN
END:VEVENT
END:VCALENDAR
