diff --git a/css/styles.css b/css/styles.css index 9f4bc44..1c399ec 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3875,6 +3875,111 @@ footer { margin: 0; } +/* ---------- Van Life & Full-Time Travelers Meetup ---------- */ +.vanlife { + width: 100%; + padding: 80px 24px; + display: flex; + flex-direction: column; + align-items: center; + gap: 24px; + color: var(--color-white); +} + +.vanlife__title { + text-align: center; + color: var(--color-white); + margin: 0; + font-size: clamp(1.75rem, 4vw, 2.5rem); +} + +.vanlife__lead { + text-align: center; + font-size: clamp(1.05rem, 1.8vw, 1.25rem); + line-height: 1.65; + max-width: 760px; + margin: 0 0 32px; + color: rgba(255, 255, 255, 0.92); +} + +.vanlife__cards { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 24px; + width: 100%; + max-width: 1100px; +} + +.vanlife__card { + background: rgba(255, 255, 255, 0.08); + border: 1px solid rgba(200, 162, 74, 0.45); + border-radius: 16px; + padding: 32px 24px; + text-align: center; + transition: transform 0.25s ease, box-shadow 0.25s ease, + border-color 0.25s ease, background 0.25s ease; +} + +.vanlife__card:hover { + transform: translateY(-4px); + background: rgba(255, 255, 255, 0.12); + border-color: var(--color-gold-light); + box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25); +} + +.vanlife__card-icon { + width: 64px; + height: 64px; + margin: 0 auto 16px; + border-radius: 50%; + background: rgba(0, 0, 0, 0.2); + border: 2px solid var(--color-gold); + color: var(--color-gold-light); + display: flex; + align-items: center; + justify-content: center; + font-size: 1.5rem; + box-shadow: 0 0 12px rgba(200, 162, 74, 0.3); +} + +.vanlife__card-title { + font-size: 1.15rem; + font-weight: 700; + color: var(--color-white); + margin: 0 0 10px; +} + +.vanlife__card-text { + font-size: 0.95rem; + line-height: 1.6; + color: rgba(255, 255, 255, 0.85); + margin: 0; +} + +.vanlife__cta { + text-align: center; + font-size: 1.1rem; + margin: 24px 0 0; + color: var(--color-white); + max-width: 760px; +} + +.vanlife__cta a { + margin-left: 8px; +} + +@media (max-width: 900px) { + .vanlife__cards { + grid-template-columns: repeat(2, 1fr); + } +} + +@media (max-width: 600px) { + .vanlife__cards { + grid-template-columns: 1fr; + } +} + /* ---------- Trip planner ---------- */ .trip-planner { width: 100%; diff --git a/index.html b/index.html index f24bbcf..77a4a86 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ @@ -142,7 +142,8 @@ }, "subjectOf": [ { "@id": "https://shilohecho.org/#speakers" }, - { "@id": "https://shilohecho.org/#activities" } + { "@id": "https://shilohecho.org/#activities" }, + { "@id": "https://shilohecho.org/#vanlife" } ] }, @@ -388,7 +389,7 @@ "name": "What activities are available?", "acceptedAnswer": { "@type": "Answer", - "text": "Over 13 outdoor activities across 100+ acres including forging, axe throwing, horse riding, gun range, foraging, scavenger hunt, sauna, pack llama treks, wool spinning, timber framing, bladesmithing, K9 training, locksport, canoeing, petting zoo, hiking, swimming, fishing, basketball, volleyball, pickleball, and evening fire pit gatherings." + "text": "Over 13 outdoor activities across 100+ acres including forging, axe throwing, horse riding, gun range, foraging, scavenger hunt, sauna, natural massage therapy, pack llama treks, wool spinning, timber framing, bladesmithing, K9 training, locksport, canoeing, petting zoo, hiking, swimming, basketball, volleyball, pickleball, and evening fire pit gatherings." } }, { @@ -768,87 +769,87 @@ { "@type": "ListItem", "position": 16, + "name": "Natural Massage Therapy", + "url": "https://shilohecho.org/#activities", + "description": "Onsite natural massage therapy to release tension, restore tired muscles, and renew body, mind, and spirit." + }, + { + "@type": "ListItem", + "position": 17, "name": "Pack Llama Treks", "url": "https://shilohecho.org/#activities", "description": "Guided trek with friendly, sure-footed pack llamas from Western Adventure Pack Llamas." }, { "@type": "ListItem", - "position": 17, + "position": 18, "name": "Wool Spinning", "url": "https://shilohecho.org/#activities", "description": "Turn raw wool into beautiful yarn with Amiable Acres." }, { "@type": "ListItem", - "position": 18, + "position": 19, "name": "Timber Framing", "url": "https://shilohecho.org/#activities", "description": "Learn the ancient craft of timber framing with Amiable Acres." }, { "@type": "ListItem", - "position": 19, + "position": 20, "name": "Bladesmith", "url": "https://shilohecho.org/#activities", "description": "Hand-forged knives with Wildfire Knife and Tool." }, { "@type": "ListItem", - "position": 20, + "position": 21, "name": "K9 Training", "url": "https://shilohecho.org/#activities", "description": "Interactive canine training with Righteous K9 using military and law enforcement-based techniques." }, { "@type": "ListItem", - "position": 21, + "position": 22, "name": "Locksport", "url": "https://shilohecho.org/#activities", "description": "Learn the sport of lock picking and test your skills on various locks." }, { "@type": "ListItem", - "position": 22, + "position": 23, "name": "Canoeing", "url": "https://shilohecho.org/#activities", "description": "Paddle through calm, scenic North Idaho waters." }, { "@type": "ListItem", - "position": 23, + "position": 24, "name": "Petting Zoo", "url": "https://shilohecho.org/#activities", "description": "Get up close with friendly farm animals. Fun for kids of all ages." }, { "@type": "ListItem", - "position": 24, + "position": 25, "name": "Hiking (The Enchanted Forest)", "url": "https://shilohecho.org/#activities", "description": "More than 25 miles of trail on the outskirts of Bonners Ferry for hikers, trail runners, and snowshoers of every skill level." }, { "@type": "ListItem", - "position": 25, + "position": 26, "name": "Mountain Biking (The Enchanted Forest)", "url": "https://shilohecho.org/#activities", "description": "More than 25 miles of trail less than 5 minutes from campus, for every skill level." }, { "@type": "ListItem", - "position": 26, + "position": 27, "name": "Swimming", "url": "https://shilohecho.org/#activities", "description": "Fun swim with family and friends, or float and soak up the sun." }, - { - "@type": "ListItem", - "position": 27, - "name": "Fishing", - "url": "https://shilohecho.org/#activities", - "description": "Reel in a catch in North Idaho's waters, from beginners to experienced anglers." - }, { "@type": "ListItem", "position": 28, @@ -1771,9 +1772,8 @@

100+ Acres to Explore

- Hike, swim, fish, forge, axe-throw, ride horses, or just sit by - the fire pit. Over 13 outdoor activities across North Idaho - wilderness. + Hike, swim, forge, axe-throw, ride horses, or just sit by the fire + pit. Over 13 outdoor activities across North Idaho wilderness.

@@ -2744,8 +2744,8 @@ From $115

Stay RV Ticket

- Electric hookup site reservation, good for as many people as - can fit in your RV. Your 3-day camping pass to the full retreat + Electric hookup site reservation, good for as many people as can + fit in your RV. Your 3-day camping pass to the full retreat experience.

@@ -3061,7 +3061,7 @@ 0 badges collected - of 18 + of 23
@@ -3110,7 +3110,7 @@ @@ -3140,25 +3140,45 @@ - + + + + - +
@@ -3668,6 +3688,28 @@
+
+
+ Natural massage therapy session at Shiloh Echo '26 + Wellness +
+
+

Natural Massage Therapy

+

+ Melt into deep rest with natural massage therapy on site. + Skilled therapists offer soothing techniques to release tension, + restore tired muscles from the day's adventures, and renew your + body, mind, and spirit. +

+
+
+
-
-
- Fishing activity for all skill levels at Shiloh Echo '26 - Nature -
-
-

Fishing

-

- Whether you're an experienced angler or a beginner, relax and - enjoy the thrill of reeling in a catch in North Idaho's waters. -

-
-
-
Doors Open, Check-in & Breakfast Breakfast served by Timberline Catering from local - farmers. - See Menu (TBA) + >Locally sourced healthy eating options available.
Food and drinks sold on-site.
- This is where you get your weekend bracelet and room - key. Tickets required for entry.
@@ -4341,14 +4355,7 @@
Lunch Break
- Lunch served by The Flame Quesabirria - See Menu + Locally sourced healthy eating options available.
@@ -4356,6 +4363,38 @@ 1:30 PM – 2:15 PM + +
+ The Faithful Watchman: Guarding Your Family's Heart, + Home, and Digital Harvest + Geoff Shively + Website + (45 Minutes Talk + Q&A) + + White House advisor, founder of PIVX, and host of the + Regenerative Agriculture Podcast, Geoff blends + cybersecurity, privacy, and stewardship to show + Christian families how to stand watch over their homes + in a connected world, protecting the hearts of their + children, the integrity of their data, and the soil of + the communities they're called to cultivate. + +
+ + + + + 2:15 PM – 3:00 PM
- 2:15 PM – 5:00 PM + 3:00 PM – 5:00 PM
Afternoon Activities @@ -4401,18 +4440,18 @@ below.
    -
  • 2:15 PM: Foraging Walk with Michelle McAninch
  • +
  • 3:00 PM: Foraging Walk with Michelle McAninch
  • - 2:15 PM: Meet-and-Greet. Local thrift store with board + 3:00 PM: Meet-and-Greet. Local thrift store with board games, ice breakers, and costumes for photoshoots
  • - 2:15 PM: Forge your own RR spike tomahawk ($120) with + 3:00 PM: Forge your own RR spike tomahawk ($120) with David Walker
  • -
  • 2:15 PM: Gun Range (MUST BE AGE 13+)
  • -
  • 2:30 PM: Petting Zoo Tour (1 hour)
  • -
  • 3:00 PM: Community Painting
  • +
  • 3:00 PM: Gun Range (MUST BE AGE 13+)
  • +
  • 3:15 PM: Petting Zoo Tour (1 hour)
  • +
  • 3:30 PM: Community Painting
  • 4:00 PM: Ultimate Frisbee Tournament
@@ -4425,9 +4464,8 @@
Dinner - Dinner served outside by the lake by Timberline Catering - with food provided by local farmers. Food and drinks - sold on-site. + Locally sourced healthy eating options available, served + outside by the lake. Food and drinks sold on-site.
@@ -4515,22 +4553,7 @@ >Doors Open, Check-in & Breakfast
Breakfast served by Timberline Catering from local - farmers. - See Menu (TBA) - Website + >Locally sourced healthy eating options available.
Food and drinks sold on-site.
@@ -4677,14 +4700,7 @@
Lunch Break
- Lunch served by The Flame Quesabirria - See Menu + Locally sourced healthy eating options available.
Food and drinks sold on-site.
@@ -4752,11 +4768,11 @@ >Pioneer & Homestead Dinner - Dinner served by Timberline Catering with food provided - by local farmers. Food and drinks sold on-site. Come - wearing your best prairie dresses, bonnets, suspenders, - boots, galore! Prizes for the best dressed, goofy, - strapping, and questionably time traveling. + Locally sourced healthy eating options available. Food + and drinks sold on-site. Come wearing your best prairie + dresses, bonnets, suspenders, boots, galore! Prizes for + the best dressed, goofy, strapping, and questionably + time traveling.
@@ -4845,22 +4861,7 @@ >Doors Open, Check-in & Breakfast Served outside by the lake by Timberline Catering with - food provided by local farmers. - See Menu (TBA) - Website + >Locally sourced healthy eating options available.
Food and drinks sold on-site.
@@ -4984,14 +4985,7 @@
Lunch Break
- Lunch served by The Flame Quesabirria - See Menu + Locally sourced healthy eating options available.
@@ -5061,12 +5055,12 @@ >Dinner: Mystery Prizes and Awards Ceremony - Dinner served by Timberline Catering with food provided - by local farmers. Food and drinks sold on-site. Get - ready to see who earned the most badges! We'll be giving - away 3 mystery prizes. Did you travel the farthest? - Think you brought the largest group? Yep, there's an - award for that! You don't want to miss this. + Locally sourced healthy eating options available. Food + and drinks sold on-site. Get ready to see who earned the + most badges! We'll be giving away 3 mystery prizes. Did + you travel the farthest? Think you brought the largest + group? Yep, there's an award for that! You don't want to + miss this.
@@ -5357,6 +5351,137 @@ })(); + +
+ + + + + + + +

+ Van Life & + Full-Time Travelers Meetup +

+
+ +
+

+ Calling all van lifers, + full-time travelers, nomads, and + RV families on the road. Shiloh Echo '26 is hosting a + one-of-a-kind Christian van life meetup in Idaho, + three days of off-grid community, fireside worship, and adventure with + people who actually live this life. Park your rig, plug in, and pull + up a chair by the fire. +

+ +
+
+
+ +
+

Overnight RV & Van Hookups

+

+ Choose from full hookup RV sites with electric + and water, or grab a dry camping ticket and tuck + into a quiet, off-grid spot under the pines. Whether you're in a + Sprinter van, Class C, skoolie, or travel trailer, there's a flat + spot waiting for you at Boulder Creek Retreat. +

+
+ +
+
+ +
+

Meals & Fellowship

+

+ Pull up a chair and dig in. Every meal at Shiloh Echo is a chance + to slow down, share a plate, and fellowship with fellow nomads and + travelers. Swap stories from the road, and break bread together + under the Idaho sky. Real food, real people, real meetup. +

+
+ +
+
+ +
+

Traveler Roundtables

+

+ Honest conversations with other nomads about routes, budgets, mail + forwarding, off-grid power, water, and staying connected while on + the move. Walk away with new friends and a fresh itinerary idea. +

+
+ +
+
+ +
+

Fireside Worship & Prayer

+

+ Evening worship around the fire pit led by Nashville folk artist + William Toll, plus a morning prayer circle for travelers hitting + the road again. A faith-based gathering for nomads who want + community, not just wifi. +

+
+ +
+
+ +
+

North Idaho Adventure

+

+ 100+ acres of trails, swimming holes, and forest roads right out + the door of your rig. Pet-friendly day trips to the Enchanted + Forest, Kootenai Falls, and the Canadian border are all within an + hour. +

+
+ +
+
+ +
+

+ Connectivity & Power Sessions +

+

+ Hands-on workshops on Starlink, mobile hotspots, solar, lithium + battery banks, and staying online from the road, plus digital + privacy and off-grid comms from the Alt Electronics Showcase and + Open Source Hack Bench. +

+
+
+ +

+ Full hookup RV tickets and + dry camping tickets both start at + $115, with electric, water, and room for + your whole rig. Van lifers, full-time travelers, and weekend nomads. + This meetup is for you. + Grab Your Spot → +

+

Frequently Asked Questions

@@ -5407,9 +5532,9 @@

Stay Tickets (lodging included): RV Site from - $115 (electric hookup, unlimited guests in your RV), Camp Site from - $115 (dry camping for up to 4 people), and Lodge Room from $150 - (normally $200). All stay options include hot showers and + $115 (electric hookup, unlimited guests in your RV), Camp Site + from $115 (dry camping for up to 4 people), and Lodge Room from + $150 (normally $200). All stay options include hot showers and wood-burning fires in designated areas.

@@ -5453,8 +5578,8 @@ Tickets do not include food or beverages, which are sold on-site by local vendors. Expect fresh, locally sourced, non-GMO, seed-oil-free options, from burritos and tacos - to coffee and full catering. Budget roughly $15–30 per person - per day depending on appetite. + to coffee and full catering. Budget roughly $45–90 per person + per day for meals, depending on appetite.

@@ -5469,11 +5594,11 @@ Over 13 outdoor activities across 100+ acres, including: forging, axe throwing, horse riding, gun range (age restricted, brought to you by Jager Defense), foraging, scavenger hunt, - sauna, pack llama treks, wool spinning, timber framing, - bladesmithing, K9 training, locksport, canoeing, petting zoo, - hiking, swimming, fishing, basketball, volleyball, pickleball, - and evening fire pit gatherings. Collect activity badges to win - mystery prizes! + sauna, natural massage therapy, pack llama treks, wool spinning, + timber framing, bladesmithing, K9 training, locksport, canoeing, + petting zoo, hiking, swimming, basketball, volleyball, + pickleball, and evening fire pit gatherings. Collect activity + badges to win mystery prizes!