<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-603926876244643649</id><updated>2026-06-11T19:10:57.714-05:00</updated><category term="Our Adventures"/><category term="Nascar"/><category term="Travel"/><category term="Atlanta Motor Speedway"/><category term="Emily"/><category term="Family"/><category term="Our Story"/><category term="Anniversary"/><category term="Brooke"/><category term="Christie"/><category term="Daytona 500"/><category term="Disney World"/><category term="Down Syndrome"/><category term="Father&#39;s Day"/><category term="Gardening"/><category term="Our Life"/><category term="Pensacola"/><category term="Spring Race"/><category term="Steve"/><category term="Talladega"/><category term="Wreaths Across America"/><title type='text'>SCW</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-5527761403466458923</id><published>2025-09-22T19:01:00.013-05:00</published><updated>2026-06-11T16:47:00.025-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Brooke"/><category scheme="http://www.blogger.com/atom/ns#" term="Family"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Story"/><title type='text'>It All Started With a Text</title><content type='html'>```html
&lt;style&gt;
.story-wrap {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.9;
}

.story-hero {
  text-align: center;
  padding: 50px 25px;
  margin-bottom: 40px;
  border-radius: 28px;
  background: #f4f4ef;
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.story-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 54px;
  color: #175782;
  margin: 0 0 20px;
  line-height: 1.1;
}

.story-subtitle {
  font-size: 24px;
  color: #333;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.story-body {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.story-body p {
  color: #333;
  margin-bottom: 28px;
}

.story-wrap h2 {
  font-family: Arial, sans-serif;
  font-size: 34px;
  color: #175782;
  margin: 60px 0 25px;
  padding-left: 18px;
  border-left: 6px solid #73A5C2;
}

.pullquote {
  font-size: 32px;
  color: #175782;
  text-align: center;
  font-style: italic;
  margin: 55px auto;
  max-width: 700px;
  line-height: 1.5;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #73A5C2;
  margin: 55px auto;
  border-radius: 999px;
}

.photo {
  margin: 40px auto;
  text-align: center;
}

.photo img {
  width: 100%;
  max-width: 760px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.filmstrip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 14px 4px 22px;
  margin: 40px 0;
  scroll-snap-type: x mandatory;
}

.filmstrip img {
  width: 260px;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 0 10px 26px rgba(0,0,0,.24);
}

.film-note {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 35px;
}

@media (max-width:700px) {
  .story-wrap {
    font-size: 19px;
    padding: 20px 12px;
  }

  .story-body {
    padding: 25px 20px;
  }

  .story-hero h1 {
    font-size: 38px;
  }

  .story-subtitle {
    font-size: 18px;
  }

  .filmstrip img {
    width: 240px;
    height: 180px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;story-wrap&quot;&gt;

  &lt;div class=&quot;story-hero&quot;&gt;
    &lt;h1&gt;The Daughter I Never Knew&lt;/h1&gt;
    &lt;p class=&quot;story-subtitle&quot;&gt;
      A story about family, time, and finding each other after thirty years.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;story-body&quot;&gt;

    &lt;p&gt;On August 13, 2025, at 1:57 p.m., my phone buzzed with a message from Brooke.&lt;/p&gt;

    &lt;p&gt;She said she had been struggling with something her mom’s ex-husband had told her — that she should find out who her actual father is.&lt;/p&gt;

    &lt;p&gt;My heart jumped.&lt;/p&gt;

    &lt;p&gt;I told her I was super excited — that I figured she probably had questions, and I hopefully had some answers. After thirty years of wondering, I never expected that moment to arrive in a single line of text.&lt;/p&gt;

    &lt;p&gt;We started talking back and forth that afternoon. Messages turned into longer conversations, and pretty soon, what started as questions became connection. We both agreed to take a DNA test to find out the truth once and for all. Brooke got her test first; mine came a day later. We took them on a Wednesday night and mailed them off the next morning. Then came the waiting — checking the tracking number more times than I’d like to admit.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “When the results came in, the world shifted.”
    &lt;/div&gt;

    &lt;p&gt;When the results came in, the world shifted. I finally knew — Brooke was my daughter.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Part 2: The First Visit&lt;/h2&gt;

    &lt;p&gt;After all those years apart, seeing her in person was surreal. When Brooke and her family came to visit, it felt like time folded in on itself. The nerves, the excitement, the laughter — it all blended together. We talked for hours, flipping through stories of the past and snapshots of who we’d become. Christie and the kids welcomed her like she’d always been there.&lt;/p&gt;

    &lt;p&gt;After all the phone calls and planning, the weekend we’d been waiting for finally arrived.&lt;/p&gt;

    &lt;p&gt;Brooke, her husband Breamon, and their kids — Jace, Oakland, and stepson Gabe — made the trip down. They came on Thursday to visit her nana, who lives about three hours from me.&lt;/p&gt;

    &lt;p&gt;Friday was the day — the day they were coming to see us. We all decided to meet at Strut’s for dinner. Christie, Meemaw and I arrived, Dawson, Aubree-Anna, Matt — all gathered to meet my thirty-year-old daughter and her family for the very first time since we found out.&lt;/p&gt;

    &lt;p&gt;When Brooke and her family arrived, it was one of those moments when time seems to slow down. There were hugs, smiles, and a few nervous laughs — that mix of joy and disbelief that this was really happening.&lt;/p&gt;

    &lt;p&gt;Dinner was filled with stories, laughter, and those wonderful little moments where everyone starts to feel like they’ve known each other longer than just a few hours.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Saturday — The Day the Sisters Met&lt;/h2&gt;

    &lt;p&gt;Saturday morning started early. We met up with Brooke and her family and set out for Atlanta to spend the day at the Georgia Aquarium. But before we could get there, we had one very special stop to make.&lt;/p&gt;

    &lt;p&gt;Emily’s flight had landed at 5:30 a.m., and by 11:00 we were on our way to pick her up.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir9X9C9mrqfEB9ctjlaWfBdwLAVVkST0iFTJvtuhskdbl3Iafy7ClG3PeO6suMydup4C6UAjqSh-gpwk_otclHaLEVNT6ZmGWBOGEQoQmPAvREO2AdtzNTT3bdH7ObugvSeG9cbjAzZBPeR6v-XMYcuKT-3kozU4A2Io_SRhZ6BUN7IIVkbW6oNd7eQEnd/w640-h480/e533f5baa16f1868c3709ff411ee5cb6.JPG&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;Watching that moment unfold was something I’ll never forget. There were smiles, a few tears, and that kind of quiet amazement that only comes when life brings things full circle.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Sunday — “See You Later”&lt;/h2&gt;

    &lt;p&gt;Sunday morning came, and I kept my word. I grabbed my fishing equipment and headed back to the cabin. The boys were waiting and full of excitement, ready to go.&lt;/p&gt;

    &lt;div class=&quot;filmstrip&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_USLSGLkkdI-B7eaouFTX4SAcM3BM89TGrAyL_YcMpANqKtKJwZuoa5pAWyw9hyfDB0ixUOwglumSw9QD78hVmk9MLmj5G8WoJO-mxEmug6Kle-elzJrwzx83QemXNm6TQMduiEpzDUahY970mrcA4oqY11h-j6Qh6TIUkAopH3d2tHl9thDdf9pxcwmt/s16000/Snapchat-150918286%20Copy.JPG&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggZuci2wOd0Ss2Ur7E7PKQ7mUl2kqabhyphenhyphenJcQMXGTK6gsl3zyhSV1QiVEcxViSgPx9dXHj8ygmBUSb8bzwaSKS5zTcpRlUGRciXMktt0ymrQ4Pfzq0zfcQ4Btnq1BIjpsNQZkUTHsKIyyZOC9ejSUg2P4yZfqrUgKWHUXMBXjJCNs84K2uXbaTOLsZl2ohJ/s16000/20250921_104448.jpg&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir88LIQ5IrzrUouIWv7USds1Awqfl8kEAZjNEb6FWXSFi7OZ0lC8Ug8Me6Ge05h7d9m2pKk0F7WCZAV5t_NCgGy30k5zNsbAeiwAMoHrBNEoD8y6QFBEEGGjIKLlt1IFNejgWckCvt7o1fXlhfxm4OC8oaF1WrXQhL2f_5soYA8zrpr3Na_4nNYHCBwYam/s16000/20250921_104437.jpg&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinc6isqImzi7kWx42Wxfchyphenhyphen88ZF3YVzPG0PC6VkQ4YJbJVjX4ZFz_L1Wcjkn5iPKgvN5e9abgziqrqevbgn9QoiJQoPhQeyhzEs0dDSuv6PF6rQrnsCxgxnbRM_t1pMpsDpThdyXzfNWC6n14iNRs7OABOOR90bjvUrmjv73VCCipGwIYKXGWwpQAsENfB/s16000/Snapchat-1200961900.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;film-note&quot;&gt;
      Swipe or scroll to see more memories from that morning.
    &lt;/div&gt;

    &lt;p&gt;We didn’t catch any fish that morning, but that didn’t matter. What we caught instead were moments — real ones. The kind that stick with you.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt0D6-Tn4mQKzxm9zyOHT3wTp-qdMhSnFfB0bKeJbwkREwmW-Q0RcqvbaF4MKOaafksTveZo_uDttVBsgm7Mnt95KJeZMXtli0_Ow9c9SGdtNjejxQwg_3VHGm1MFLUmHfWNJyO1Wcj_auTlTT9Ve2IAiF-rKn1V848z5ifO1D4pUvJVdxCcGersC1Guzx/s16000/20250921_110349.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh90N7A-_d5bLPd3E8kYZMBx9NbLlNty0PBbMtW5WCVsDoXywvZNR4bonxX3QKsT1_UOgsq5pdY3CiAm3G_OqTxMQx5AvP9tOGyGRRXpWa96FexlVeuPFT5lHD6o0QgCp4JAJxIZ-3csuWMe8M6DopYvgcoqn21NdgzTbAK1-ZY_jelxJeJmlVB5UWY_aAI/s16000/20250921_110439.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;As Brooke, Breamon, and the boys headed back home, Christie, Emily, and I made our way back to ours — hearts full, tired, and grateful.&lt;/p&gt;

    &lt;p&gt;That weekend changed everything. It wasn’t just a visit; it was the start of a new chapter — one we’d all been unknowingly waiting for.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/5527761403466458923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/09/it-all-started-with-text.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/5527761403466458923'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/5527761403466458923'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/09/it-all-started-with-text.html' title='It All Started With a Text'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir9X9C9mrqfEB9ctjlaWfBdwLAVVkST0iFTJvtuhskdbl3Iafy7ClG3PeO6suMydup4C6UAjqSh-gpwk_otclHaLEVNT6ZmGWBOGEQoQmPAvREO2AdtzNTT3bdH7ObugvSeG9cbjAzZBPeR6v-XMYcuKT-3kozU4A2Io_SRhZ6BUN7IIVkbW6oNd7eQEnd/s72-w640-h480-c/e533f5baa16f1868c3709ff411ee5cb6.JPG" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Heflin, AL 36264, USA</georss:featurename><georss:point>33.6444926 -85.5842385</georss:point><georss:box>5.334258763821154 -120.7404885 61.954726436178845 -50.4279885</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-1312531599675496324</id><published>2025-08-16T11:05:00.020-05:00</published><updated>2026-06-11T16:51:29.792-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Emily"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Travel"/><title type='text'>From TSA to Schnitzel: My Washington Week with Emily</title><content type='html'>```html
&lt;style&gt;
.travel-story {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.travel-hero {
  text-align: center;
  padding: 55px 28px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef3f0, #dfe9e6);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.travel-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #175782;
  font-weight: 700;
}

.travel-subtitle {
  display: block !important;
  font-size: 23px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  margin: 0 auto !important;
  max-width: 700px;
}

.trip-timeline {
  background: #ffffff;
  border-left: 6px solid #8fc7c2;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.travel-body {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.travel-story h2 {
  font-family: Arial, sans-serif;
  font-size: 36px;
  color: #175782;
  margin: 65px 0 25px;
  padding-left: 18px;
  border-left: 6px solid #8fc7c2;
}

.travel-story p {
  margin: 0 0 30px;
  color: #333;
}

.location-card {
  background: #eef7f6;
  border-left: 5px solid #8fc7c2;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  color: #333;
}

.pullquote {
  font-size: 32px;
  line-height: 1.5;
  color: #175782;
  font-style: italic;
  text-align: center;
  margin: 60px auto;
  max-width: 760px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #8fc7c2;
  margin: 60px auto;
  border-radius: 999px;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 40px 0;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.photo {
  margin: 45px auto;
  text-align: center;
}

.photo img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 45px 0;
}

.photo-grid img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.photo-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 700px) {
  .travel-story {
    font-size: 19px;
    padding: 20px 12px;
  }

  .travel-hero {
    padding: 42px 20px;
  }

  .travel-hero h1 {
    font-size: 38px;
  }

  .travel-subtitle {
    font-size: 19px !important;
  }

  .travel-body {
    padding: 25px 20px;
  }

  .travel-story h2 {
    font-size: 29px;
  }

  .pullquote {
    font-size: 26px;
  }

  .photo-grid,
  .photo-grid.three {
    grid-template-columns: 1fr;
  }
}
&lt;/style&gt;

&lt;div class=&quot;travel-story&quot;&gt;

  &lt;div class=&quot;travel-hero&quot;&gt;
    &lt;h1&gt;Arlington, Washington&lt;/h1&gt;
    &lt;p class=&quot;travel-subtitle&quot;&gt;August 9–16, 2025 • A week in the Pacific Northwest with Emily&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;trip-timeline&quot;&gt;
    ✈ Atlanta to Seattle&lt;br /&gt;
    📍 Pike Place Market&lt;br /&gt;
    🌲 Arlington, Washington&lt;br /&gt;
    🗼 Space Needle&lt;br /&gt;
    🏔 Mount Baker&lt;br /&gt;
    🦘 Outback Kangaroo Farm&lt;br /&gt;
    🌉 Deception Pass&lt;br /&gt;
    🎭 Washington Midsummer Renaissance Faire
  &lt;/div&gt;

  &lt;div class=&quot;travel-body&quot;&gt;

    &lt;h2&gt;Saturday — The Flight to Seattle&lt;/h2&gt;

    &lt;p&gt;Saturday morning started before the sun—2:30 a.m. early. I woke up, got ready, and Christie, being the wonderful wife she is, was up right alongside me. By 3:45 a.m., we were at Hartsfield International Airport for my 6:30 flight. After making it through TSA, I settled in at the gate until boarding began at 5:50. At 6:21 a.m., the plane rolled down the runway, lifting off for Seattle.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-UmqWddqJaFQPJjtY_1Fety9_rKi8XgS186eoqBjMdmEy01PAyfWWsGelSE3PSEIhQaZ74FV3Y4_W6s5yQuXKZMR-yyeH_KzRb2BV8Q1kEtAz9yI9KTIZrOWrCF8DozEsrmgowxMg1s9EaQXEWnlHY5Pmd2EudFMwg2nNetWvp3iJtz13t4mpj-pBWsYK/s4080/20250809_110038.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1836&quot; data-original-width=&quot;4080&quot; height=&quot;255&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-UmqWddqJaFQPJjtY_1Fety9_rKi8XgS186eoqBjMdmEy01PAyfWWsGelSE3PSEIhQaZ74FV3Y4_W6s5yQuXKZMR-yyeH_KzRb2BV8Q1kEtAz9yI9KTIZrOWrCF8DozEsrmgowxMg1s9EaQXEWnlHY5Pmd2EudFMwg2nNetWvp3iJtz13t4mpj-pBWsYK/w565-h255/20250809_110038.jpg&quot; width=&quot;565&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

    &lt;div class=&quot;video-grid&quot;&gt;
      &lt;div class=&quot;video-wrap&quot;&gt;
        &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/JNplhwPGkLk?si=D0IdGep8F2rIOWXT&quot; title=&quot;YouTube video player&quot;&gt;&lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;video-wrap&quot;&gt;
        &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/cKJQSxXqFtk?si=YyKIG_K-1gjf0MND&quot; title=&quot;YouTube video player&quot;&gt;&lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;video-wrap&quot;&gt;
        &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/50dn7Bw9Dhk?si=IWkeCSeL2X_-Kdap&quot; title=&quot;YouTube video player&quot;&gt;&lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;p&gt;After a 4-hour, 57-minute flight, I landed. Emily was there waiting, and our first stop was Pike Place Market—a must-visit in Seattle. Between the famous Gum Wall, the flying fish at Pike Place Fish Market, and lunch at Ben Paris, it was a perfect start.&lt;/p&gt;

    &lt;p&gt;Later, we strolled through the Arlington Farmers Market and even popped into Arlington Hardware &amp;amp; Lumber. Arlington felt like a Hallmark movie set. Back at Emily’s, we put on Happy Gilmore 2—though we didn’t make it far before dozing off. That evening, after a Walmart run, we honored Jon Hyatt with dinner at Denny’s. Back at Emily’s, we wound down with TV before calling it a night.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;“Arlington felt like a Hallmark movie set.”&lt;/div&gt;

    &lt;div class=&quot;photo-grid&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlgH7afbiWqPgdnI1l9CaAPpLqXlTOuED8YnNRP43AB2jw0m_sVuqr_kZoZ5XPK-B5Gi2SqCqDfHpqGaM-27UDE7viaaOQvCuFiWZdRwCufzgdAoEl3ALPiowrDECdLNMV6ecCDM3fBo2rdHdaYOnCAWXptSzndamDGMlW-bWFdxkxmta52oDHagA2Km6U/s2048/IMG-20250809-WA0003.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoarcP6EttOw7qHceBoRb0SmTcMD1VCmZ5ths3CgtmsFLbbo2bYFHVU1nDZYgMuWxhbRKYPNxwGWQnLQ9Qy2K9YoXOYganbU7vAcavC77rK9yOFZ66QBG-mR-nSBRVeOpXyFLx-trlKsq8gUHKsCQN88jKIBZ4Pu1MSd5XuVDWc31KUqi4HdJpkjhQfb0F/s4128/20250809_094911.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Sunday — Church, the Trail, and a Simple Evening&lt;/h2&gt;

    &lt;p&gt;We started the morning with church at LifeWay in Arlington, held in what used to be the Olympic Theater. The sermon, titled “Jesus Problems,” hit home, with the pastor joking about the heat like a Southern Baptist preacher—a line I could relate to. Afterward, Emily, her roommate Jo, and I had lunch at the Stilly Diner, a place filled with vintage photos of downtown Arlington. I ordered a club sandwich, of course.&lt;/p&gt;

    &lt;p&gt;That afternoon, we took Benny, my granddog, for a hike along the Centennial Trail, walking from Emily’s apartment to downtown Arlington. People stopped us to pet Benny, and after two and a half hours, we headed back. Later, after a Walmart run for ingredients, Emily and I cooked chicken parmesan and stayed up until midnight just talking. A simple evening, but one of the best.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Monday — Seattle and the Space Needle&lt;/h2&gt;

    &lt;p&gt;Despite wanting to sleep in, I was up at 5, Emily by 7. We eased into the day with an episode of Big Brother, then headed for Seattle.&lt;/p&gt;

    &lt;div class=&quot;location-card&quot;&gt;📍 Space Needle • Seattle, Washington&lt;/div&gt;

    &lt;p&gt;Our main stop: the Space Needle. After wandering the gift shop, we took the elevator up for breathtaking views—Mount Rainier, the skyline, even the Grey’s Anatomy hospital. The rotating glass floor on the lower deck was surreal.&lt;/p&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiagFo3ZD1JFJ91Ubb83gWGfTgH3e74GJuP5CFCp8BBGvfCNtPszjIcag_MVJuojLO_14cAeV-91O2ye6WabijlE9Hh0R7MfeDHDkZsbz71MmOMD2BK0_538FEfy83Xme48Smmw0aAP5D134hFaixiYIyTVaHTk4T0D-VkHik4U5gqZYxI1j3EWpjzc4GCJ/s4128/20250811_132333.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqBog3lBAAc3E9RdvSM6p-lO99dyJqKtvG7LFv_HmccfFmSmgfmd6moa8LGiuZccDvk4ZjXNtFrUDgCZgmpfAdUmCav97cKurck28NeQz9bD5jjbMzeRwqN-4NhLh3g6k_iLUADFPM2AuPzGMKI4s8g1FKi2DO_AJU4Jet7AoHy3You0c00lJNqL9muX4m/s4080/20250811_123241.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr2SElaS7ec2UTQW0D39Rw-jg-UVCH7Ot89slA62AEULXfEM5Oa0lT3XIqELM4n8vDz7vi5UKbgd_CZm9ashav8Qha8jVRvf084cyhw2t4CmqBskrf7avTNhWvvDribyPeiZdikh_lhKozylKkNlOkn8rtyl78agSQdER7RE3xASb5FWje1-goV7QeH4o1/s1927/IMG_0976.PNG&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;photo-grid&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjgHFneXIOGr6EamkiUYlFIOl530v8jlWbUIy_JnA_54gMQVF1ccOZuPK6qs7VqnqASINUdwBfuuj0dhD6vZxn8EWfnHgVofYZ7L7mwb4TPkw99djcEFH5Qiw5M0TkrykyA4UWkvhPNEa1VUTIO8-YoMP5EdGte8ZFXK12jrtH_mymaKitUhMpFjSQ1NBL/s1600/IMG-20250811-WA0001.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha6uq3FpV8c42VQ6GxbYh581v-Azl9vgCBDVJs5ooT4mS_6JxF3pEBsF9Ka1eFC3JyIe_86md-f4BWNB6TVXuTJO81_pjBnr6UZAJJnLCeCDqFNPvdnXYIv7xyNpgH-QUV-lCWPTKZuaQQXMQt6Tiv8TJ0Jw48YBvv1YlIw6GM4EIGpiZkjhSD3Lbj9kC1/s3264/20250811_142254.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;Lunch was at The Bar at Chihuly Garden and Glass—wagyu sliders hit the spot. Then it was back to Pike Place for flowers, a visit to the Gum Wall, and finally, iced coffees from the original Starbucks.&lt;/p&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjggeUO0-gl2vQ6Nhm9HJqRvkURcNz32k0M6a8v37fCdf_1uj2jP8tP6wIGmGCSS31SJkSA1nmZse3MMohPmprzee0RdpQlVz8hX0wkn5cJC34oqebQgPGUXZArld-gVyUc3X6NzEJI_YDp_B3fAisTJqoOFnHFotlWzXqux0VZzvVqCFpax9EiyIZ3NuwL/s2208/IMG_0995.JPG&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJN1fx8N3BtO7p_AoZ9mzeSYhstlrY-WCeQb5aFb1x4GiOO2rUUg-tWybEa1p5m7SqyANvPSD06A3cs9BG0ziWkVTrZl0oCKu74ueinl1ji7cEv1Q1ZYT5y4SnSSLTUF6GFg9VmB07yB-UYLe2ZFqI-lIf5H8lC0YliPEOv3eAq5X-296gu50fly9AkQL_/s3264/20250811_160239.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ2GAP3Z48tVqFyO9zqHQUaYEA7x3albUXejl_E1QDoRXcEzK7E3U4Tr0IKjLGjuEZT4mhPlfQxKT_UsGpOnUBMR_X2hcOJARlojkrH4q5ilaa14Pm91oLAOtJezxczvEtdDgmOzmNDX5jeeEOEDsfsX9JBZF_MMR9acS7qrWKZPqFNt6SoqAlV67hwCiR/s4032/IMG_1009.HEIC&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Tuesday — Arlington and a Little Stress Relief&lt;/h2&gt;

    &lt;p&gt;The morning started with Starbucks—pup cup for Benny, coffee for Emily and me. We planned an easy day, exploring Arlington. I picked up a giant chocolate chip M&amp;amp;M cookie and dirty soda at Hammond Bread Company. At Arlington Pickers, I tried their stress-relief game: $1 to smash a glass against a wall. Oddly satisfying.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIqRS8m_R31Mkoi8IkNh512WIyDpvHrSyPtKFd8IlMJLNSMApEj7roxCG3Arfwi1BoTIj5kIb8kgRt1KXM3HTDQrkKCCjbrqx4snms5h2oQLrvUEgWOm4WCLcY9GutplPM3gKRkUuV89Ila72dk1YSOpyAMVnzMAAP7SqKYmtf9LA6ujXsAnwuDWjtNwcV/s2208/Snapchat-1326232480.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;video-grid&quot;&gt;
      &lt;div class=&quot;video-wrap&quot;&gt;
        &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/KzUoswT9VEE&quot; title=&quot;YouTube video player&quot;&gt;&lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;video-wrap&quot;&gt;
        &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/4Z36pf5HDrQ&quot; title=&quot;YouTube video player&quot;&gt;&lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Wednesday — Mount Baker and Artist Point&lt;/h2&gt;

    &lt;p&gt;We set out for Mount Baker, stopping first in Burlington for my first-ever Carl’s Jr. At Artist Point, 5,100 feet up and 55°F, snow still dotted the trail. Emily and I hiked 3.2 miles, making TikToks along the way. Two hours later, we descended, stopping at Nooksack Falls before heading back.&lt;/p&gt;

    &lt;div class=&quot;location-card&quot;&gt;🏔 Artist Point • Mount Baker&lt;/div&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDnwhxfcrM2IBRA8qBtMfEIttPNtH3S5z3JJCtcy_mLVnyYsMs_ztP5HDOkYxFrsr0Qu6St_X2i6uvksipe9pM3RxeIwSxULM1E5Sa7gPTxcopclJMe_uRD34h4gBNmiHrh6nZwG24s0dIyzR2q9jGy9A0KJCam0ZUa7M-5M51DZ9hHV0SIaz4sTTECDO3/s3264/20250813_134502.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix5tGnyaiBc-wNOjo-uPYBKxQ6uZfUzDV-sKcjFa92gxd2wxKPebkrH6PKhjlomCSi8ykBAfmpTidu3qj4J5lYSXVHEi_gI-r-ddhJU0COGleRLXIuqpkGvyb8qYewrRBqft_EYJCw0EsNVZ07eHNMR1HO1LqSFowtZOedx4uZPVUkKML4_z2ocpBf3aqT/s4032/IMG_1060.HEIC&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhA4Q_AOEe5anHRBsdBm1k_18NjK3qdLFcTmr3PaKI_vXZZhGpgoqAdqXG4OJlPsYJj8c5nqAXdkSIoCi91MVRD9iKIBJNWx3EJx8i7TlZvCw5PMUgY7UQANirq0sXPYO8PY7JJnyVnGLiYbq2E41zITuc_VJltUVyV-z5ZmzxErFcCGJjTYznMxS_6BYy2/s4080/20250813_141211.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtgE5W22fPkBcM47R8KXktorPGygTg92A8-FpqPOf9bRBY57cRLSR4hXlq8ZwIzkpWpLo0x0lSUnNXrrla9o3wADvjMu5lwcc69DZTp93Snv3zZqFAQMgvcJ7R79OVZor7E6BYXahcv6G6rPNqZ_PvrdOp2t0s3XIJMLJ58YUb8OQh2WYfZKeAE4RQ7BpH/s4032/IMG_1066.HEIC&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKFfmNal8hq1_QrCpTxTHznIk8FbPEM1v00ljofokrob29ZU_I5OPccd-UI4RW-fjE8OM-YYXwmlqHEJPlU5HuvsK-P4Jfq9HJc9GUMdmBrr0NPX4cnJu51HgrOIN-URf9xj-X9J99y9Mn-hkHGbb8Rf9ygVLZoNKmVnEzR_BiHmYL5hrJfEEJfbk6lPLJ/s3264/20250813_143852.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDtJHABq2f-I2i5AmGxGaTSeLjDXulalHiwaHKb0ECfzen5sH7EhUoI2ssdGqHsJzobSEi3yh1CEmC1WPEJFrZH98d2Qy6igJj98_hULfvKF9Aca0GxUTRBIt7hYF5hkntqt-TMccQNLfm5H-thChHsk0Xz2nkJDEaVP981pvOwab5hfGW0MsHT9JPBHED/s4032/IMG_1097.HEIC&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;photo-grid&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid3Ws7vxvw8Kj5BU1npEvbyTsS0zVVfOlov_pKpz4ymM-u_RQUwG_87km_ahx6Sd6PhIB19m0BPjOqfeg7brxCxVeXLjzCSsTsK2d8qBHt5mR27bX-KUbUSx5nUshAuQxb-PyEFZCGLaRcf93PHhA7ojijigbT7szEYWWVKR2IS91RoM9zSEAxlNo7K_73/s4080/20250813_145501.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_0BxIoodEEIndsI4GR5wEb8McM7ejmQolCHkAk_FW-QMQspEuRKyQASBEUJULjNwbjMt2haCF97DvRu_7TWz9K01vR-acEau3EMmS0tAxeMrxslPfgx2lDwHyX-JU4hogdSKuoO7TOqFGaTxGK0P6heQ9pn0ifwwZwO_EfWHxkPwkp3AWCPG4JFaUjJ2m/s4032/IMG_1143.HEIC&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;Later that night, I cooked schnitzel for the girls. With Emily’s help, we made schnitzel, broccoli, and corn. After dinner, we sat up swapping stories until about midnight—a perfect way to end the day.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Thursday — Outback Kangaroo Farm&lt;/h2&gt;

    &lt;p&gt;A slower day. We started with brunch at the Stilly Diner, then took a short trip down the road from Emily’s apartment. After doing a little research, Emily found the Outback Kangaroo Farm, where we got to feed kangaroos, emus, and alpacas. That evening, we had dinner at Nutty’s Junkyard Grill—a quirky burger joint filled with automotive memorabilia.&lt;/p&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7bTdVxbILnd2Q5EjaE2-CBxLYzLFLSDULqvlPhDfYMnhU6QV9mDFo2113JZimNZXmcF9yRT5TAkzZBedkQBV_lEjWcdujiMwX52oK59uJAw0UhJHNajwV-ZhZTT2zMeKPtCtlFydMXYTIPJJIuD-WclXBp4_owOpssTma1DjT6tPdQORnYe_Pg3Du12Ov/s4080/20250814_141414.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi56RsZfqly0ySJ_qdtGQ7_pc9W_II2Cu8AZRu8tia7e4ByBoDiSa7dafvgd8VeOMbOU79ADbtnK8hrIrD6wh_MenRRGCxJKLMN2CJ6_07NgwuIu6TppmjM8NiJAYkTnW2Im2esiCNydMEPqGgBYI8_9WpZPlHTKEB-xlrDk1I1S-TgYjTn9ezzd7YzJaux/s4080/20250814_141444.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH58F8QBxwuOnK5fatcOse8j4VmjqtldBADHKqNrW5fMTqTXF_pT11aiXlLjW0RhcfD3ShYRS3RJQ7L7QVMZSzXflOYYbO0ZYsIlfrcMbmab0pUQwn7ndxSUHA2Sw63418t8N7fgK2YJe1pawTqonOpofdSBuQ6oehYq7mP9qJkdnELd5Rd0V-52Jghw2D/s3264/20250814_141643.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Friday — Deception Pass in the Rain&lt;/h2&gt;

    &lt;p&gt;Rain finally found us—classic Washington weather. We drove to Deception Pass on Whidbey Island and hiked 1.5 miles on Goose Rock Trail. Even in the rain, the views were incredible.&lt;/p&gt;

    &lt;div class=&quot;location-card&quot;&gt;🌉 Deception Pass • Whidbey Island&lt;/div&gt;

    &lt;div class=&quot;photo-grid three&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJcLfCZcshYmOfcp4dz_mEg5EFmT0ZIYNoVkE1XKEBl59Mlkv_yJ8C78kkviYZcjZGUxiAadluTMk47P7CVepqwE8rnH2OBXHpaD0M9_FeUes4i4iII-q9Yj3llg2zOmHUNrMfWM8u1tiPRx84VEVdYtuqIGZGOSTi5nOnF2ZMf_ThkJPCgxRoTrOLk_Lx/s4128/20250815_131936.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikcsfBCa8L-rfmwpElzqZLuE4oOd9-AXNrtbajSZCAW7dhTjSS0jqW04h5ldkrTP3Saokx3PBhnj5Bayzam73LH2qGbGSwYo8i9me5BAzbcr7A_r_h1EtnR80qOn3Rj6Hkelw6i3rZfdrqJMcxaKlENz6prdzSSwfyTE_leFYC7AYhCF0Zpt8aG2QiwQ_I/s4128/20250815_125923.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxPBNwlLZDrx3hJFr6NmBOInLdt8x1afrttEmn1XXMOUV2T-0sUTCjsLHTuXdrZMegajYHJidjCf7myRrrpseX96ifIlkNnYE7prL7oBn7kayfgo3jkb1bZ6Qb0-v2bR91A3v5Cxdn9Wfe_JvlHCcQSLElHIpCU_ljx-uy94PJnSDdIWpTOC5XiZg5tK8k/s4128/20250815_122448.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;photo-grid&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuL_9PG0g6bSJXcGcDYe5eXUd1-QJYmatL7yrPujev3F2TwAP5B06e4GV2a5AU_OyAkNuAxFA5Tk_L1XzRlGoCW6J2Zj15YWmOPUT-jUdOP4Dj0tqNGtVl1LwunvWUklG_b73-EuYoqH8xTORu6eog9NAYX5qsIKpKgdSv-GkQ_rblPwBEDhIsck4s2iKD/s3264/20250815_130510.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEita4_5SrfEq7SfbTnpC2oGnPz7Dg7pW4fCkCc6Vp38mIWiNIbJk7sGvvqJtcWr7JuYzaTFjH796J6Hmg8bwJbxLF6x97YWs3YbO-tgVEtES0khFF_UdLmszw0IHRERmxB2uJJXKn8mk_WdvnBtJFy0DpizQpfCS7taH_MFDP2ZO6rE5VmfyKVUrpyIVkpj/s4080/20250815_130633.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;Afterward, Emily showed me where she works on Whidbey Island Naval Station. That evening, we had hibachi in Burlington and closed the night with Kevin Hart’s Lift.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Saturday — Departure Day&lt;/h2&gt;

    &lt;p&gt;Departure day. Bags packed, we squeezed in a last stop at Arlington Hardware and one more club sandwich at Stilly Diner. My nerves got the better of me—I could only eat half.&lt;/p&gt;

    &lt;p&gt;Before heading to the airport, we figured out how to transfer my tickets for the Washington Midsummer Renaissance Faire. Emily and I went Saturday, where she enjoyed the sights and I got to see Jacques Ze Whipper perform.&lt;/p&gt;

    &lt;p&gt;Back in Arlington, we took one last walk with Benny. With the air show flying overhead, we wandered to the airport, reminiscing about the week. Eventually, the drive south to Seattle came, and with it, goodbye. Emily hugged me tight before I headed into the terminal.&lt;/p&gt;

    &lt;div class=&quot;photo-grid&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMyq88DDa7dqLSKbxVqqP5o_8QNLObK6eWTpqvg8NXWCuB-mm5No9yX1kXd3eYeXfJ8slko1wFZyExKtFgiTY5ywFLw00jmU-m3hh2brEourdzGb_w7BkFjddT-0a7L0R9ol7AHWywth-xRzRH8NyYBtgcpAGlPM6fXhTjTc-BdIHlsl44DzD-uaFXHDjp/s1920/Snapchat-1136906493.jpg&quot; /&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxL4ClsE05oqjVt8jDDFou01UGqiZT8VL0y4AJuvFdNR-aFS3noIgN4zaX63KvSyYew4HSzTfdu0q3Qem9djqSMZzqw9qWTkPt3R0hhFwMsm0rNoqk2GLqWzpPu4TCedSTb7T1fk0YcIInyF4VlwT64sa5e7sFHeuaaNcmzQpCeMexBTVgR39gNNXgl1lI/s4080/20250817_040316.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;pullquote&quot;&gt;“The memories we made will stick with me, and I can’t wait to return.”&lt;/div&gt;

    &lt;p&gt;This trip was one of the best weeks of my life—definitely my best with Emily. The memories we made will stick with me, and I can’t wait to return, next time with Christie by my side to share it all.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/1312531599675496324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/08/from-tsa-to-schnitzel-my-washington.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1312531599675496324'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1312531599675496324'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/08/from-tsa-to-schnitzel-my-washington.html' title='From TSA to Schnitzel: My Washington Week with Emily'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-UmqWddqJaFQPJjtY_1Fety9_rKi8XgS186eoqBjMdmEy01PAyfWWsGelSE3PSEIhQaZ74FV3Y4_W6s5yQuXKZMR-yyeH_KzRb2BV8Q1kEtAz9yI9KTIZrOWrCF8DozEsrmgowxMg1s9EaQXEWnlHY5Pmd2EudFMwg2nNetWvp3iJtz13t4mpj-pBWsYK/s72-w565-h255-c/20250809_110038.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Arlington, WA, USA</georss:featurename><georss:point>48.1987118 -122.1251418</georss:point><georss:box>19.888477963821153 -157.2813918 76.508945636178851 -86.9688918</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-6293660931917616103</id><published>2025-07-06T20:59:00.025-05:00</published><updated>2026-06-11T17:13:39.641-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Emily"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Pensacola"/><title type='text'>:🎓 A Trip to Remember: Emily’s Graduation in Pensacola</title><content type='html'>```html
&lt;style&gt;
.grad-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.grad-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7f1df, #ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.grad-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #112f5c;
  font-weight: 800;
}

.grad-subtitle {
  display: block !important;
  font-size: 23px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  margin: 0 auto !important;
  max-width: 720px;
}

.trip-summary {
  background: #ffffff;
  border-left: 6px solid #f4c542;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.grad-body {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.grad-story h2 {
  font-family: Arial, sans-serif;
  font-size: 36px;
  color: #112f5c;
  margin: 65px 0 24px;
  padding-left: 18px;
  border-left: 6px solid #f4c542;
}

.grad-story p {
  margin: 0 0 30px;
  color: #333;
}

.grad-story strong {
  color: #112f5c;
}

.location-card {
  background: #fff8df;
  border-left: 5px solid #f4c542;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  color: #333;
}

.pullquote {
  font-size: 32px;
  line-height: 1.5;
  color: #112f5c;
  font-style: italic;
  text-align: center;
  margin: 60px auto;
  max-width: 760px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #f4c542;
  margin: 60px auto;
  border-radius: 999px;
}

.photo {
  margin: 45px auto;
  text-align: center;
}

.photo img {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.medium-photo {
  text-align: center;
  margin: 40px 0;
}

.medium-photo img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.filmstrip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 0 18px;
  margin: 35px 0 10px;
  scroll-snap-type: x mandatory;
}

.filmstrip img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.film-caption {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

@media (max-width: 700px) {
  .grad-story {
    font-size: 19px;
    padding: 20px 12px;
  }

  .grad-hero {
    padding: 42px 20px;
  }

  .grad-hero h1 {
    font-size: 38px;
  }

  .grad-subtitle {
    font-size: 19px !important;
  }

  .grad-body {
    padding: 25px 20px;
  }

  .grad-story h2 {
    font-size: 29px;
  }

  .pullquote {
    font-size: 26px;
  }

  .filmstrip img {
    width: 230px;
    height: 170px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;grad-story&quot;&gt;

  &lt;div class=&quot;grad-hero&quot;&gt;
    &lt;h1&gt;Emily’s Graduation Weekend&lt;/h1&gt;
    &lt;p class=&quot;grad-subtitle&quot;&gt;
      Pensacola, Florida • Family, Navy pride, BBQ, schnitzel, and one proud Dad moment
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;trip-summary&quot;&gt;
    🎓 Emily’s graduation at Corry Station&lt;br /&gt;
    ✈ National Naval Aviation Museum&lt;br /&gt;
    🐶 Meeting Benny Lane&lt;br /&gt;
    🍖 Sonny’s BBQ tradition&lt;br /&gt;
    🍳 Brunch at The Ruby Slipper&lt;br /&gt;
    🌧 Rainy Pensacola rest day&lt;br /&gt;
    ❤️ A perfect family ending back in Alabama
  &lt;/div&gt;

  &lt;div class=&quot;grad-body&quot;&gt;

    &lt;p&gt;The time had finally come—&lt;strong&gt;Emily was graduating&lt;/strong&gt;! After a three-year tour in Spain with the U.S. Navy, she was now stationed at &lt;strong&gt;NAS Pensacola&lt;/strong&gt;, and we couldn’t have been prouder. We had talked about heading down for her graduation, and when the big day came close, we knew we wouldn’t miss it.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;The Early Drive&lt;/h2&gt;

    &lt;p&gt;We hit the road bright and early Saturday morning. And by early, I mean &lt;strong&gt;4 a.m. alarm, 5 a.m. wheels rolling&lt;/strong&gt;. With a five-hour drive ahead of us, we aimed to meet Emily by 10 a.m. — and more importantly, meet her &lt;em&gt;brand new puppy&lt;/em&gt;, &lt;strong&gt;Benny Lane&lt;/strong&gt;.&lt;/p&gt;

    &lt;p&gt;Let me just say: Benny has the energy of a toddler who drank espresso. He was adorable, full of personality, and made an instant impression — mainly on our shoes and legs.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Museum Tour &amp;amp; BBQ Traditions&lt;/h2&gt;

    &lt;div class=&quot;location-card&quot;&gt;✈ National Naval Aviation Museum • Pensacola, Florida&lt;/div&gt;

    &lt;p&gt;Our first stop was the &lt;strong&gt;National Naval Aviation Museum&lt;/strong&gt; — a must-see if you’re ever in Pensacola. After exploring aircraft displays, soaking up history, and possibly rescuing Benny if he was with us on the visit from chewing on a helicopter tire — don’t ask — we made our way to &lt;strong&gt;Sonny’s BBQ&lt;/strong&gt; for lunch.&lt;/p&gt;

    &lt;div class=&quot;filmstrip&quot;&gt;
      &lt;img alt=&quot;Sonny&#39;s BBQ tradition&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5E7-dCDKtAGwJPhjnCG6LRibwJV-D3UOHhU8oPxNo5c8FPEzq-cvvAKc4upLPesCoxbKJ1ogE7sJ2mWQGNO47MvjgvNjytVO3Wg0-VhAsekGWsVA0_pBSMd6FHdaKsY4AcISF80kOzDHkYBy_oWw5aw9H-MqtvBjlgUatXmE59sLxaF2F93mFbSqfDpQ_/s3264/20250629_132509.jpg&quot; /&gt;
      &lt;img alt=&quot;National Naval Aviation Museum&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV5eR1vs0paRFnZWgCbylLBqhY1dR8OogNuIdMhZFvfkOUTBdCJT_3nErKuFarLjRPdQ26cihdkrqJe70g8_Qj7c9oq_A3Oo7ekD9kwfCYKmLkuiHyg2HApYjmOjq5JIUTbBi9rjC_Z6MaS0AwJ5dtEXl02Qe2krPhUvGzuYs40Qn1neO-BZi9PoqskNoO/s3264/20250628_111508.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;film-caption&quot;&gt;
      Museum memories and our traditional Sonny’s BBQ stop.
    &lt;/div&gt;

    &lt;p&gt;Sonny’s has become our Pensacola tradition, and Emily&#39;s favorite is their BBQ salad. Joining us were &lt;strong&gt;Mary, Emily’s grandparents, and Meemaw&lt;/strong&gt;. Good food, good laughs, and that Southern BBQ charm — what more could you ask for?&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Power Naps &amp;amp; Pizza&lt;/h2&gt;

    &lt;p&gt;After lunch, we checked into our downtown Pensacola hotel. Running on fumes, we all agreed that &lt;strong&gt;a nap was non-negotiable&lt;/strong&gt;. A few hours later, refreshed — sort of — we ordered a pizza, stayed in, and called it a night.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Take Two at the Museum&lt;/h2&gt;

    &lt;p&gt;Sunday morning, we headed back to the Aviation Museum to finish what we started. This time, we were determined to eat at &lt;strong&gt;The Cubi Bar Café&lt;/strong&gt;, which we &lt;em&gt;almost&lt;/em&gt; managed the day before — missed it by just 30 minutes! But Sunday? Victory. And yes, it was worth the wait.&lt;/p&gt;

    &lt;p&gt;After lunch, we hung out at Emily’s place for a while before heading out to &lt;strong&gt;Bavaria Pensacola&lt;/strong&gt;, a German restaurant Emily picked for her going-away dinner.&lt;/p&gt;

    &lt;p&gt;We were joined by her Navy friends &lt;strong&gt;Jo, Pink, and Eli&lt;/strong&gt; — names we’d heard a lot about, but were meeting for the first time. They didn’t disappoint. By the end of the night, it felt like we’d known them for years. And yes, I ordered the schnitzel. Honestly, can you even go to a German place and &lt;em&gt;not&lt;/em&gt; order schnitzel?&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;“Can you even go to a German place and not order schnitzel?”&lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Graduation Day&lt;/h2&gt;

    &lt;p&gt;Monday morning brought the moment we’d been waiting for: &lt;strong&gt;Graduation Day&lt;/strong&gt;.&lt;/p&gt;

    &lt;p&gt;This was actually our &lt;strong&gt;first time seeing Emily graduate in person&lt;/strong&gt;. COVID had made her high school and boot camp graduations virtual, so this was incredibly special for all of us.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img alt=&quot;Emily graduation ceremony&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb7Zmg7WmeZN1Y7NS-v7Zhmbt5hbdq6DL1BKfhTjaaLaDxFS8_StmHY4lMabvaTSpBBacknpaJJFGZm_ndYWzQ8mSkyHqWPOKqOueLZTOIQ6CCT0H6U0l-LaC57CN3GkIdtbQqoZuUWYm0nL7wZpKO34ww3BTRZ_Ej3IjDcZuCcdZ7GzfjkSh4pzewZJw8/s4000/20250630_082818.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;The ceremony was held at &lt;strong&gt;Corry Station Naval Base&lt;/strong&gt;. We waited outside the gate for Emily, Pink, and Eli to escort us on base, and about 20 minutes later, we were in. The ceremony was short, formal, and filled with pride. Watching Emily and her classmates stand in formation and receive their certificates was a &lt;strong&gt;true proud Dad moment&lt;/strong&gt;.&lt;/p&gt;

    &lt;div class=&quot;medium-photo&quot;&gt;
      &lt;img alt=&quot;Family graduation photo with Emily and Benny&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0iBo0BVH4S63gA4YQWcBuczFpDExxMepYm6fBlgoIonnLnX1hv0ckOMN296J38NN4neyOqgNSHfN_Ehyphenhyphen3_5HHdFROUOUJc2w2dLcaqRI7l-sZVSyxQ5biMVKo7IMrHOVCOTIMCTjNnkFUxkyP4iSVzlInwsbquupJbd3bEZVjHOtVBXIfzzsEH_y1fkGZ/s4000/20250630_082838.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;film-caption&quot;&gt;
      A proud Dad moment at Corry Station.
    &lt;/div&gt;

    &lt;div class=&quot;pullquote&quot;&gt;“A true proud Dad moment.”&lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Brunch, Goodbyes &amp;amp; Rainy Days&lt;/h2&gt;

    &lt;p&gt;After graduation, we headed downtown for brunch at &lt;strong&gt;The Ruby Slipper&lt;/strong&gt;. The food was great, the conversation even better. But eventually, it was time for goodbyes — to Emily, Pink, Eli, Mary, and the grandparents. It was bittersweet, but that’s how life works sometimes.&lt;/p&gt;

    &lt;p&gt;Emily headed back to Georgia, while we stayed one more night. Our original plan? A relaxing beach day. But &lt;strong&gt;Mother Nature had other plans&lt;/strong&gt; — it rained all day long. So... what did we do? That’s right: &lt;strong&gt;another nap&lt;/strong&gt;. When in doubt, sleep it out.&lt;/p&gt;

    &lt;p&gt;That evening, we ventured out to &lt;strong&gt;Crabs in Gulf Breeze&lt;/strong&gt; for dinner. Rain or shine, the food didn’t disappoint. Full and content, we headed back to the hotel to pack for the trip home.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;The Perfect Ending&lt;/h2&gt;

    &lt;p&gt;Tuesday morning, we checked out and hit the road back to Alabama. But before we even made it home, Christie messaged Emily and asked if she wanted to grab dinner. That evening, we met up in Bremen with &lt;strong&gt;Emily, Dawson, Harlie, and our sweet granddaughter Lucy&lt;/strong&gt;.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img alt=&quot;Family dinner with Lucy&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmYSh5ypzohWlBuZbVm-uA2u6Yf67U9ZeVGuUT5QStRJzg9goUMaJsg2aJNcLYnT_RmTt_qgfRQcOW7KP-cU847jTlPamlPWUveLu9RD9gDgVu5nicMEXVOW6zmldwbDFftnFcQp-kghEJvgUI-Vk9B8Ol-fFrwU6Bkg4z9Hgfw-M2stD7XeQ8Ox6ptZI1/s4128/20250701_190649.jpg&quot; /&gt;
    &lt;/div&gt;

    &lt;p&gt;It was the perfect ending to a short but meaningful trip — filled with family, pride, laughter, and just the right amount of schnitzel.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/6293660931917616103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/07/trip-to-remember-emilys-graduation-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6293660931917616103'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6293660931917616103'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/07/trip-to-remember-emilys-graduation-in.html' title=':🎓 A Trip to Remember: Emily’s Graduation in Pensacola'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5E7-dCDKtAGwJPhjnCG6LRibwJV-D3UOHhU8oPxNo5c8FPEzq-cvvAKc4upLPesCoxbKJ1ogE7sJ2mWQGNO47MvjgvNjytVO3Wg0-VhAsekGWsVA0_pBSMd6FHdaKsY4AcISF80kOzDHkYBy_oWw5aw9H-MqtvBjlgUatXmE59sLxaF2F93mFbSqfDpQ_/s72-c/20250629_132509.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>150 Hase Rd, Pensacola, FL 32508, USA</georss:featurename><georss:point>30.3501493 -87.291338299999993</georss:point><georss:box>2.0399154638211563 -122.44758829999999 58.660383136178851 -52.135088299999993</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-4504622493081103319</id><published>2025-06-17T21:19:00.003-05:00</published><updated>2026-06-11T17:18:39.636-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Family"/><category scheme="http://www.blogger.com/atom/ns#" term="Father&#39;s Day"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Story"/><title type='text'>Father&#39;s Day Weekend: Pneumonia, Pulled Pork, and the Braves</title><content type='html'>```html
&lt;style&gt;
.fathers-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.fathers-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7f1df, #ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.fathers-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #112f5c;
  font-weight: 800;
}

.fathers-subtitle {
  display: block !important;
  font-size: 23px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  margin: 0 auto !important;
  max-width: 720px;
}

.weekend-summary {
  background: #ffffff;
  border-left: 6px solid #c8102e;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.fathers-body {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.fathers-story h2 {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #112f5c;
  margin: 65px 0 24px;
  padding-left: 18px;
  border-left: 6px solid #c8102e;
}

.fathers-story p {
  margin: 0 0 30px;
  color: #333;
}

.pullquote {
  font-size: 31px;
  line-height: 1.5;
  color: #112f5c;
  font-style: italic;
  text-align: center;
  margin: 55px auto;
  max-width: 760px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #c8102e;
  margin: 58px auto;
  border-radius: 999px;
}

.memory-card {
  background: #f8f8f8;
  border-left: 5px solid #112f5c;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  color: #333;
}

.photo {
  margin: 45px auto;
  text-align: center;
}

.photo img {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.filmstrip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 0 18px;
  margin: 35px 0 10px;
  scroll-snap-type: x mandatory;
}

.filmstrip img {
  width: 260px;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.film-caption {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
  margin: 40px 0;
}

.video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 700px) {
  .fathers-story {
    font-size: 19px;
    padding: 20px 12px;
  }

  .fathers-hero {
    padding: 42px 20px;
  }

  .fathers-hero h1 {
    font-size: 38px;
  }

  .fathers-subtitle {
    font-size: 19px !important;
  }

  .fathers-body {
    padding: 25px 20px;
  }

  .fathers-story h2 {
    font-size: 29px;
  }

  .pullquote {
    font-size: 25px;
  }

  .filmstrip img {
    width: 235px;
    height: 175px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;fathers-story&quot;&gt;

  &lt;div class=&quot;fathers-hero&quot;&gt;
    &lt;h1&gt;Father’s Day 2025&lt;/h1&gt;
    &lt;p class=&quot;fathers-subtitle&quot;&gt;
      Pneumonia, pulled pork, Braves baseball, and the kind of weekend that reminds you what really matters.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;weekend-summary&quot;&gt;
    🏥 Friday started in urgent care&lt;br /&gt;
    🍖 Saturday brought smoked Boston Butt and family time&lt;br /&gt;
    ⚾ Sunday at Truist Park for Braves baseball&lt;br /&gt;
    🌭 Hot dogs, peanuts, shade, and ballpark memories&lt;br /&gt;
    ❤️ A weekend full of simple blessings
  &lt;/div&gt;

  &lt;div class=&quot;fathers-body&quot;&gt;

    &lt;p&gt;What a weekend.&lt;/p&gt;

    &lt;p&gt;Father’s Day 2025 didn’t exactly start the way I’d planned. On Friday, I found myself in urgent care — not how you want to kick things off. I hadn’t been feeling right, and after some tests, I was told I had pneumonia and was dehydrated. Honestly, I still don’t know how it happened. One day I felt fine, the next day I felt like I got hit by a truck. But, hey — life happens.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “One day I felt fine. The next day I felt like I got hit by a truck.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Saturday — Smoke, Family &amp;amp; Recovery&lt;/h2&gt;

    &lt;p&gt;Even with that rough start, I wasn’t going to let it ruin the weekend. Saturday rolled around, and we headed over to Aubree-Anna and Matt’s. Matt had a Boston Butt on the smoker, and just stepping into the backyard and smelling that thing working its magic made me feel 10% better on the spot.&lt;/p&gt;

    &lt;p&gt;Christie and Aubree-Anna took care of the sides, and together they made one seriously good meal. I’m talking the kind of food that makes you pause mid-bite and go, “Now this is living.”&lt;/p&gt;

    &lt;div class=&quot;memory-card&quot;&gt;
      🍖 Saturday’s unofficial medicine: smoked Boston Butt, good sides, family, and a little bit of fresh air.
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Sunday — Braves Baseball&lt;/h2&gt;

    &lt;p&gt;Sunday morning, we got up and made our way to Cobb County to watch the Braves take on the Colorado Rockies. We lucked out with seats under an awning — which meant we didn’t have to bake in the June sun. It made the whole experience even better.&lt;/p&gt;

    &lt;p&gt;There’s something so nostalgic and refreshing about being at a ballgame. The smell of peanuts and hot dogs, the sound of the crowd, the rhythm of the game — it never gets old.&lt;/p&gt;

    &lt;p&gt;Unfortunately, the Braves didn’t pull off the win. Still not sure how that happened — I mean… it was the Rockies — but it was a great time anyway.&lt;/p&gt;

    &lt;div class=&quot;filmstrip&quot;&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr9QfustQZ-MxXtTxcGFSxaKD12mzy2Mt5xjDH3I0XciPUVO6ylY3gpLlJaPG6UN6ZrkhT8Qz36pCn7gvWLucNfy5pUuG_2M3zw_vlajKq_JRzpwcJbS5CRmGMPHQlRH53_JBChVVYZnWVCp7n0SmI3bPLrljkUhsS_CfZvcr2hUFgwZxF75XgrvOH_w-V/s4000/20250615_162300.jpg&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGWO9BMKzOuYgg7pjRTMowCkF_W0K7jH0QHTA1IbRAGil4Kk2gGrohaZU4jlOdQuoFNDqN78Q12bnvDxXhFRV6qsvvUXu84RF0rIhMRcXptdc51CUsCP8KLz6WLsgFmj-BZVjG9cemVk1kuadfF8VQrZP251lYm-eHi-BTMXbSbkBKfVwK-msTVgdFu7Eg/s4000/20250615_162223.jpg&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjMyfT4X2tenUqhmrRkIzrXSwoVZ0l_Ms4jV_oZ9eGj9lkl1pXYyCZM3wRFoCUAs35fBm_oSdmjjBZC4gw04VGdrygn1E5OhHxFc1urayuiXsm-l4DYDvXDtavrnCZfhRQjFMz5DjBtVaDpDAfTcbrT3COA8T6psMR02brxzAb0DV2xaw2E6LKxy8ORdd-/s4000/20250615_162058.jpg&quot; /&gt;

      &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6kzEdgLcahMwLw0yLtZ1-MWP62JJuJ2AyEPxdxytABIt3oSW2f4u9MqowFWLhqQ3CMsZBi7H0u8iLivzxZawSyZmzDCV9XhhyphenhyphenAFXzcqAZyNAL1oKMcLxwtp9skpCJzVIXfu7GN6kno3YUbqumyPWc3dYRtuaU4AwYV5ag7gxBlSS-z6r5yTJhid2rB_DY/s4000/20250615_162154.jpg&quot; /&gt;

    &lt;/div&gt;

    &lt;div class=&quot;film-caption&quot;&gt;
      Father’s Day at Truist Park watching the Braves take on the Rockies.
    &lt;/div&gt;

    &lt;h2&gt;Game Day Moments&lt;/h2&gt;

    &lt;div class=&quot;video-wrap&quot;&gt;
      &lt;iframe allowfullscreen class=&quot;BLOG_video_class&quot; src=&quot;https://www.youtube.com/embed/YkgCRcR0lyc&quot; title=&quot;Father&#39;s Day Braves game video&quot;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Cookouts, Family &amp;amp; Simple Blessings&lt;/h2&gt;

    &lt;p&gt;After the game, we headed back to grab a bite at Aubree-Anna and Matt’s, then made our way over to Matt’s parents’ house for another cookout. Nothing fancy — just some good grilling, hanging out, and soaking up the time together. The kind of evening that doesn’t need a lot of planning to be special.&lt;/p&gt;

    &lt;p&gt;I did miss having all the kids around. I get it — life is busy, people are scattered, and not every gathering is going to be perfect. But I know those days are coming, and when they do, I’ll soak them in even more.&lt;/p&gt;

    &lt;p&gt;Even with pneumonia trying to hijack the weekend, I’m thankful. Thankful for family. Thankful for good food. Thankful for baseball and shade on a hot day. And thankful for a God who gives us these sweet, simple moments in the middle of it all.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “Sometimes the best Father’s Days aren’t the perfect ones. They’re the ones spent with the people you love.”
    &lt;/div&gt;

    &lt;p&gt;Until next year — I’ll take it.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/4504622493081103319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/06/fathers-day-weekend-pneumonia-pulled.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/4504622493081103319'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/4504622493081103319'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/06/fathers-day-weekend-pneumonia-pulled.html' title='Father&#39;s Day Weekend: Pneumonia, Pulled Pork, and the Braves'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr9QfustQZ-MxXtTxcGFSxaKD12mzy2Mt5xjDH3I0XciPUVO6ylY3gpLlJaPG6UN6ZrkhT8Qz36pCn7gvWLucNfy5pUuG_2M3zw_vlajKq_JRzpwcJbS5CRmGMPHQlRH53_JBChVVYZnWVCp7n0SmI3bPLrljkUhsS_CfZvcr2hUFgwZxF75XgrvOH_w-V/s72-c/20250615_162300.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-1593642705442214274</id><published>2025-05-24T09:03:00.005-05:00</published><updated>2026-06-11T17:21:01.027-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Family"/><category scheme="http://www.blogger.com/atom/ns#" term="Gardening"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Life"/><title type='text'>Our Garden: Dirt, Dreams, and (Hopefully) Vegetables</title><content type='html'>```html
&lt;style&gt;
.garden-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.garden-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg,#eef8e8,#ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.garden-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 52px;
  color: #2f5d34;
  margin: 0 0 20px;
  font-weight: 800;
}

.garden-subtitle {
  font-size: 23px;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

.garden-summary {
  background: #fff;
  border-left: 6px solid #4a7c59;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  font-family: Arial, sans-serif;
}

.garden-body {
  background: #fff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.garden-story h2 {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #2f5d34;
  margin: 60px 0 25px;
  padding-left: 18px;
  border-left: 6px solid #4a7c59;
}

.garden-story p {
  margin: 0 0 30px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #4a7c59;
  margin: 55px auto;
  border-radius: 999px;
}

.pullquote {
  font-size: 30px;
  font-style: italic;
  text-align: center;
  color: #2f5d34;
  margin: 55px auto;
  max-width: 700px;
}

.garden-list {
  background: #f6fbf4;
  border-radius: 20px;
  padding: 25px 35px;
  margin: 30px 0;
}

.garden-list ul {
  margin: 0;
}

.garden-list li {
  margin: 10px 0;
}

.photo {
  text-align: center;
  margin: 40px 0;
}

.photo img {
  width: 100%;
  max-width: 760px;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.20);
}

.scripture {
  background: #f6fbf4;
  border-left: 5px solid #4a7c59;
  padding: 25px;
  border-radius: 18px;
  margin: 40px 0;
  font-style: italic;
}

@media (max-width:700px){

  .garden-story{
    font-size:19px;
  }

  .garden-hero h1{
    font-size:38px;
  }

  .garden-body{
    padding:25px 20px;
  }

  .garden-story h2{
    font-size:28px;
  }

  .pullquote{
    font-size:24px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;garden-story&quot;&gt;

  &lt;div class=&quot;garden-hero&quot;&gt;
    &lt;h1&gt;So... We Did a Thing&lt;/h1&gt;

    &lt;p class=&quot;garden-subtitle&quot;&gt;
      Our first garden, a lot of Alabama clay, and a whole lot of hope.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;garden-summary&quot;&gt;
    🌱 First garden planted&lt;br&gt;
    🚜 One week of digging and prep work&lt;br&gt;
    🌽 Corn, tomatoes, jalapeños, radishes, cucumbers, and squash&lt;br&gt;
    🐿️ Waiting on sprouts... and watching for squirrels
  &lt;/div&gt;

  &lt;div class=&quot;garden-body&quot;&gt;

    &lt;p&gt;For a while now, I’ve been talking about starting a garden—probably longer than I care to admit. I had this grand vision of growing our own food, living off the land, and maybe even wearing a straw hat like I know what I’m doing.&lt;/p&gt;

    &lt;p&gt;After a solid week of clearing space, breaking up stubborn Alabama clay, and realizing just how many muscles I forgot I had, we finally did it—we planted our very first garden.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “After a week of digging Alabama clay, we finally planted our first garden.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;What We Planted&lt;/h2&gt;

    &lt;p&gt;It’s small, but mighty—and I say that with hope in my heart. Right now we&#39;ve got:&lt;/p&gt;

    &lt;div class=&quot;garden-list&quot;&gt;
      &lt;ul&gt;
        &lt;li&gt;🌽 Corn&lt;/li&gt;
        &lt;li&gt;🍅 Tomatoes&lt;/li&gt;
        &lt;li&gt;🌶️ Jalapeños&lt;/li&gt;
        &lt;li&gt;🥗 Radishes&lt;/li&gt;
        &lt;li&gt;🥒 Cucumbers&lt;/li&gt;
        &lt;li&gt;🎃 Squash&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;

    &lt;p&gt;Basically, if it’s crunchy or spicy, we’re trying to grow it.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img alt=&quot;The Garden - Day 1&quot;
      src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9QnMYvi6c7pqErGQ9khyphenhypheneZ4d-u9j2oFKVBuM58HoEFqmNVJerImBRTbw9DdkFIsD4QBHb8tPdgrZUsdNyhtj-juqQaXXuxxQTQcY5kfO-ooX4WJCyP6F6nIbTe2n1sVLYkG8iW_xYJCrFZRdNQQozrFYUNAE18c_SAXT2Aph916XncKx4OL_7wgxVqm0E/s2408/Screenshot_20250524_075916_Blink.jpg&quot;&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;The Waiting Game Begins&lt;/h2&gt;

    &lt;p&gt;I won’t lie—when we dropped that last seed into the ground, I might have declared, “Let the farming begin!” Yes, like I was auditioning for Little House on the Prairie.&lt;/p&gt;

    &lt;p&gt;Now it’s time to water, wait, and hope that the neighborhood critters don’t think we opened a salad bar just for them.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “Now it’s time to water, wait, and hope the squirrels don’t beat us to the harvest.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Looking Ahead&lt;/h2&gt;

    &lt;p&gt;Even though this garden is small, we’re already dreaming about next year. Bigger space, more vegetables, and probably more ibuprofen. Gardening ain’t for the weak.&lt;/p&gt;

    &lt;p&gt;But for now, we’re thankful for this beginning. We’ve got dirt on our hands, sun on our backs, and faith in our hearts.&lt;/p&gt;

    &lt;div class=&quot;scripture&quot;&gt;
      “Let us not become weary in doing good, for at the proper time we will reap a harvest if we do not give up.”&lt;br&gt;&lt;br&gt;
      &lt;strong&gt;— Galatians 6:9 (NIV)&lt;/strong&gt;
    &lt;/div&gt;

    &lt;p&gt;Stay tuned—our next update might include sprouts... or squirrels. Either way, it&#39;s going to be an adventure.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/1593642705442214274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/05/our-garden-dirt-dreams-and-hopefully.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1593642705442214274'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1593642705442214274'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/05/our-garden-dirt-dreams-and-hopefully.html' title='Our Garden: Dirt, Dreams, and (Hopefully) Vegetables'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9QnMYvi6c7pqErGQ9khyphenhypheneZ4d-u9j2oFKVBuM58HoEFqmNVJerImBRTbw9DdkFIsD4QBHb8tPdgrZUsdNyhtj-juqQaXXuxxQTQcY5kfO-ooX4WJCyP6F6nIbTe2n1sVLYkG8iW_xYJCrFZRdNQQozrFYUNAE18c_SAXT2Aph916XncKx4OL_7wgxVqm0E/s72-c/Screenshot_20250524_075916_Blink.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Heflin, AL 36264, USA</georss:featurename><georss:point>33.6444926 -85.5842385</georss:point><georss:box>5.334258763821154 -120.7404885 61.954726436178845 -50.4279885</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-3471440502898530535</id><published>2025-04-19T20:38:00.001-05:00</published><updated>2026-06-11T17:24:42.951-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Emily"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Travel"/><title type='text'>Pensacola April 2025</title><content type='html'>```html
&lt;style&gt;
.pensacola-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.pensacola-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef5ff, #ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.pensacola-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #175782;
  font-weight: 800;
}

.pensacola-subtitle {
  font-size: 23px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto;
  max-width: 720px;
}

.trip-summary {
  background: #ffffff;
  border-left: 6px solid #73A5C2;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.pensacola-body {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.pensacola-story h2 {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #175782;
  margin: 65px 0 24px;
  padding-left: 18px;
  border-left: 6px solid #73A5C2;
}

.pensacola-story p {
  margin: 0 0 30px;
  color: #333;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #73A5C2;
  margin: 58px auto;
  border-radius: 999px;
}

.pullquote {
  font-size: 31px;
  line-height: 1.5;
  color: #175782;
  font-style: italic;
  text-align: center;
  margin: 55px auto;
  max-width: 760px;
}

.location-card {
  background: #f1f8fb;
  border-left: 5px solid #73A5C2;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  color: #333;
}

.photo {
  margin: 45px auto;
  text-align: center;
}

.photo img {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

@media (max-width: 700px) {
  .pensacola-story {
    font-size: 19px;
    padding: 20px 12px;
  }

  .pensacola-hero {
    padding: 42px 20px;
  }

  .pensacola-hero h1 {
    font-size: 38px;
  }

  .pensacola-subtitle {
    font-size: 19px;
  }

  .pensacola-body {
    padding: 25px 20px;
  }

  .pensacola-story h2 {
    font-size: 29px;
  }

  .pullquote {
    font-size: 25px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;pensacola-story&quot;&gt;

  &lt;div class=&quot;pensacola-hero&quot;&gt;
    &lt;h1&gt;Pensacola, Family &amp;amp; Florida Sunshine&lt;/h1&gt;
    &lt;p class=&quot;pensacola-subtitle&quot;&gt;
      Our first visit to see Emily in Pensacola — full of family, food, beaches, baseball, and Florida sunshine.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;trip-summary&quot;&gt;
    ⚾ Auburn baseball at Plainsman Park&lt;br /&gt;
    ✈ Blue Angels practice attempt&lt;br /&gt;
    🗼 Pensacola Lighthouse &amp;amp; Maritime Museum&lt;br /&gt;
    🏖 NAS Pensacola beach time&lt;br /&gt;
    🍤 Seafood at Crabs in Gulf Breeze&lt;br /&gt;
    ⛳ Mini golf and Final Four basketball&lt;br /&gt;
    ❤️ A week of memories with Emily
  &lt;/div&gt;

  &lt;div class=&quot;pensacola-body&quot;&gt;

    &lt;p&gt;The hum of the tires on the asphalt marked the beginning of our adventure.&lt;/p&gt;

    &lt;p&gt;On a Tuesday afternoon, Christie and I pointed the truck south and headed toward Auburn. The familiar roads felt like the opening chapter of a trip we had been looking forward to for weeks. Before making our way to Pensacola, we had one important stop to make — seeing Emily.&lt;/p&gt;

    &lt;p&gt;That evening, we met up with Sawyer and headed to Plainsman Park to watch Auburn take on UAB. The crack of the bat, the roar of the crowd, and the atmosphere of an Auburn baseball game made for the perfect start to our trip. After the game, we settled into our hotel, excited for what the rest of the week would bring.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Chasing the Blue Angels&lt;/h2&gt;

    &lt;p&gt;Wednesday started early.&lt;/p&gt;

    &lt;p&gt;Really early.&lt;/p&gt;

    &lt;p&gt;By 6:00 a.m., we were on the road toward Pensacola with one goal in mind: watching the Blue Angels practice.&lt;/p&gt;

    &lt;p&gt;Everything went smoothly until we reached Blue Angel Parkway. What should have been a short drive turned into an hour-and-a-half crawl through traffic. As it turned out, we were not the only people with plans to watch America&#39;s most famous flight demonstration team.&lt;/p&gt;

    &lt;p&gt;Eventually, we made it onto NAS Pensacola and parked at the National Naval Aviation Museum. Excitement filled the air as people made their way toward the viewing area.&lt;/p&gt;

    &lt;p&gt;Then came the announcement.&lt;/p&gt;

    &lt;p&gt;Low clouds and gusty winds had grounded the practice.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “Just like that, the anticipation faded into disappointment.”
    &lt;/div&gt;

    &lt;p&gt;Fortunately, it did not last long.&lt;/p&gt;

    &lt;p&gt;As we walked back to the truck, my phone reminded us that we were meeting Emily for lunch at Chick-fil-A. One look at her smiling face erased any frustration we had about the canceled show.&lt;/p&gt;

    &lt;p&gt;After lunch, Emily helped us get our base passes, and we spent the afternoon exploring her world. She took us to the Pensacola Lighthouse &amp;amp; Maritime Museum, showed us the nearby beach, and gave us a tour around NAS Pensacola.&lt;/p&gt;

    &lt;p&gt;It was our first glimpse into the place she now calls home.&lt;/p&gt;

    &lt;div class=&quot;location-card&quot;&gt;
      📍 NAS Pensacola • Pensacola Lighthouse • Base Beach
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Seafood, Sunsets &amp;amp; Schnitzel&lt;/h2&gt;

    &lt;p&gt;That evening, we crossed over to Gulf Breeze for dinner at Crabs.&lt;/p&gt;

    &lt;p&gt;The seafood was outstanding.&lt;/p&gt;

    &lt;p&gt;I ordered the Crab and Shrimp Linguine Alfredo while Christie and Emily both enjoyed the Crab and Shrimp Tacos. We started with calamari, and the appetizer alone could have fed a small family.&lt;/p&gt;

    &lt;p&gt;The next day brought another favorite: Sonny&#39;s BBQ.&lt;/p&gt;

    &lt;p&gt;Years ago, Sonny&#39;s locations were scattered around metro Atlanta, but most have disappeared. Sitting down to a tray of barbecue brought back memories of years gone by.&lt;/p&gt;

    &lt;p&gt;Later that afternoon, Christie and I spent time on the base beach.&lt;/p&gt;

    &lt;p&gt;I also learned an important lesson.&lt;/p&gt;

    &lt;p&gt;Florida sunshine does not care if it is cloudy.&lt;/p&gt;

    &lt;p&gt;Despite the overcast skies and cool breeze, I managed to earn myself a healthy sunburn that lasted for days.&lt;/p&gt;

    &lt;p&gt;That evening, we headed downtown to Bavaria Pensacola, where I enjoyed one of the best schnitzel dinners I have had in a long time.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “Sometimes the best travel memories happen around a dinner table.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Local Favorites&lt;/h2&gt;

    &lt;p&gt;Friday gave us more time with Emily.&lt;/p&gt;

    &lt;p&gt;For lunch, she introduced us to Captain Joey Patti&#39;s, a local Pensacola favorite that immediately earned a spot on our own list of recommendations. Christie and I love finding places that feel like hidden gems, and this one certainly fit the bill.&lt;/p&gt;

    &lt;p&gt;That evening, we watched &lt;em&gt;The Chosen: The Last Supper&lt;/em&gt;, followed by a late-night stop at Rock N Roll Sushi.&lt;/p&gt;

    &lt;p&gt;Between seafood, barbecue, German food, and sushi, I am pretty sure we covered every major food group in Pensacola.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Mini Golf &amp;amp; Final Four Basketball&lt;/h2&gt;

    &lt;p&gt;Saturday began with brunch at First Watch in Gulf Breeze.&lt;/p&gt;

    &lt;p&gt;Emily&#39;s boyfriend had recommended it, and he was absolutely right. Everything was fresh, flavorful, and worth the visit.&lt;/p&gt;

    &lt;p&gt;After brunch, we headed out for a round of mini golf.&lt;/p&gt;

    &lt;p&gt;After a hard-fought battle that surely involved skill and not luck whatsoever, I emerged victorious by exactly one point.&lt;/p&gt;

    &lt;p&gt;One point.&lt;/p&gt;

    &lt;p&gt;I am not saying I am a mini-golf champion, but the scorecard does not lie.&lt;/p&gt;

    &lt;p&gt;The rest of the afternoon was spent gathering ingredients for a homemade salad dinner back at our suite. Emily had been craving a home-cooked meal, and Christie delivered.&lt;/p&gt;

    &lt;p&gt;That evening, we watched Auburn play in the Final Four. The Tigers came up short, but sharing the game together made the outcome a little easier to accept.&lt;/p&gt;

    &lt;p&gt;Having Emily stay the night was the real win.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjhysTUif1gLfTwduDld0yDeuAaMdFF08D68dIFym3XhzQpKecZjKNk9NI0E_S_53Q91eYKnc3HtH9ZO7ZiyJk40E7vZLiVTdFnnH2FAMPNkNZZdOVI21L9FEkP___QV-S7AY0DfGp-vyo_Kaet5HSFY9FdM_v3l-fM2GHkPm0R4lAYvzT4EF1MOgUdx6Vc&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Heading Home&lt;/h2&gt;

    &lt;p&gt;Sunday morning arrived too quickly.&lt;/p&gt;

    &lt;p&gt;As always, packing up and saying goodbye to Emily was the hardest part of the trip.&lt;/p&gt;

    &lt;p&gt;The drive back to Heflin gave us plenty of time to reflect on the week — the excitement of chasing the Blue Angels, the beaches, the restaurants, the laughs, and simply spending time together.&lt;/p&gt;

    &lt;p&gt;What started as a trip to visit our daughter became something much more.&lt;/p&gt;

    &lt;p&gt;It became a collection of memories.&lt;/p&gt;

    &lt;p&gt;The kind you will find yourself smiling about months later.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “The best adventures are often the ones spent with the people you love.”
    &lt;/div&gt;

    &lt;p&gt;Our first Pensacola trip was filled with family, food, Florida sunshine, and a reminder that the best adventures are often the ones spent with the people you love.&lt;/p&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/3471440502898530535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/04/pensacola-april-2025.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3471440502898530535'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3471440502898530535'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/04/pensacola-april-2025.html' title='Pensacola April 2025'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjhysTUif1gLfTwduDld0yDeuAaMdFF08D68dIFym3XhzQpKecZjKNk9NI0E_S_53Q91eYKnc3HtH9ZO7ZiyJk40E7vZLiVTdFnnH2FAMPNkNZZdOVI21L9FEkP___QV-S7AY0DfGp-vyo_Kaet5HSFY9FdM_v3l-fM2GHkPm0R4lAYvzT4EF1MOgUdx6Vc=s72-c" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Pensacola, FL, USA</georss:featurename><georss:point>30.4076647 -87.2189746</georss:point><georss:box>2.0974308638211561 -122.3752246 58.717898536178851 -52.062724599999996</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-8551398483337753861</id><published>2025-03-17T16:07:00.016-05:00</published><updated>2026-06-11T17:29:14.807-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Atlanta Motor Speedway"/><category scheme="http://www.blogger.com/atom/ns#" term="Nascar"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><title type='text'>Atlanta Race Weekend February 2025</title><content type='html'>&lt;style&gt;
.race-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.race-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg,#f8f8f8,#ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.race-hero h1 {
  font-family: Arial, sans-serif;
  font-size: 52px;
  color: #cc0000;
  margin: 0 0 20px;
  font-weight: 800;
}

.race-subtitle {
  font-size: 23px;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

.race-summary {
  background: #fff;
  border-left: 6px solid #cc0000;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  font-family: Arial, sans-serif;
}

.race-body {
  background: #fff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.race-story h2 {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #cc0000;
  margin: 60px 0 25px;
  padding-left: 18px;
  border-left: 6px solid #cc0000;
}

.race-story p {
  margin: 0 0 30px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #cc0000;
  margin: 55px auto;
  border-radius: 999px;
}

.pullquote {
  font-size: 30px;
  font-style: italic;
  text-align: center;
  color: #cc0000;
  margin: 55px auto;
  max-width: 700px;
}

.photo {
  text-align: center;
  margin: 40px 0;
}

.photo img {
  width: 100%;
  max-width: 760px;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.20);
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 22px;
  margin-top: 30px;
  box-shadow: 0 14px 35px rgba(0,0,0,.20);
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:700px){

  .race-story{
    font-size:19px;
  }

  .race-hero h1{
    font-size:38px;
  }

  .race-body{
    padding:25px 20px;
  }

  .race-story h2{
    font-size:28px;
  }

  .pullquote{
    font-size:24px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;race-story&quot;&gt;

  &lt;div class=&quot;race-hero&quot;&gt;
    &lt;h1&gt;Atlanta Race Weekend&lt;/h1&gt;

    &lt;p class=&quot;race-subtitle&quot;&gt;
      Cold weather, pit passes, great friends, and another unforgettable weekend at Atlanta Motor Speedway.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;race-summary&quot;&gt;
    🏁 Atlanta Motor Speedway&lt;br&gt;
    🎟 Renewed our 2026 season tickets&lt;br&gt;
    🏆 Austin Hill wins the Xfinity Race&lt;br&gt;
    🏎 Pit Road access with Marco&lt;br&gt;
    👀 Kevin Harvick, Jamie McMurray, Michael Waltrip &amp;amp; Rocko sightings&lt;br&gt;
    ❤️ Another great NASCAR weekend with friends
  &lt;/div&gt;

  &lt;div class=&quot;race-body&quot;&gt;

    &lt;p&gt;The weekend started like a typical February race weekend in Atlanta—cold, windy, and full of anticipation.&lt;/p&gt;

    &lt;p&gt;Christie and I spent some time walking around the Fan Zone, checking out the displays and catching a few live shows before meeting up with our friend Marco. While we waited, we took care of one important piece of business and renewed our tickets for the 2026 season.&lt;/p&gt;

    &lt;p&gt;When we first started our NASCAR adventure, we made a commitment to attend both Atlanta races and both Talladega races every year. What started as a simple idea has grown into one of our favorite traditions.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “What started as a simple idea has become one of our favorite traditions.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Saturday&#39;s Xfinity Race&lt;/h2&gt;

    &lt;p&gt;Saturday&#39;s race didn&#39;t disappoint.&lt;/p&gt;

    &lt;p&gt;Our favorite Xfinity Series driver, Austin Hill, put on another great performance and took home the win. Watching him secure back-to-back victories at Atlanta made an already great day even better.&lt;/p&gt;

    &lt;p&gt;There is just something special about race weekends—the sights, the sounds, and the energy from thousands of fans all gathered for the same reason.&lt;/p&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Pit Pass Sunday&lt;/h2&gt;

    &lt;p&gt;Sunday morning brought the main event.&lt;/p&gt;

    &lt;p&gt;After meeting up with Marco, we picked up our Pit Passes and made our way down to Pit Road. Being that close to the cars gives you a whole new appreciation for the amount of work that goes into a race weekend.&lt;/p&gt;

    &lt;p&gt;We spent time checking out the cars, watching the crews prepare, and doing a little people-watching along the way.&lt;/p&gt;

    &lt;p&gt;Among the familiar faces we spotted were Kevin Harvick, Jamie McMurray, Michael Waltrip, and Dion &quot;Rocko&quot; Williams.&lt;/p&gt;

    &lt;div class=&quot;photo&quot;&gt;
      &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjzXc3GLq8sgvtVFsG4cEA-kNxHCbbSsc0b7wYychTgNmhuv4NZ0j8LYoYCAGn4e-HAsoPHMXzKt_AS__B7aAb1El6xDk0CdksHQuQJfzbI7JzLaO7eiMJ0nLabVC7LeF7grqIFp2ovVtyUfGXWeeWT_ilzLC7BUewVj27JM7tWaYtMcHC2Ct60MC6TIXdd&quot; /&gt;
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Another Great Day at AMS&lt;/h2&gt;

    &lt;p&gt;After exploring Pit Road, we made our way back to our seats.&lt;/p&gt;

    &lt;p&gt;Once again, we had a fantastic view of the action and enjoyed spending time with friends throughout the afternoon.&lt;/p&gt;

    &lt;p&gt;Atlanta Motor Speedway never disappoints. Whether it&#39;s the racing, the atmosphere, or simply the memories made along the way, every trip seems to leave us looking forward to the next one.&lt;/p&gt;

    &lt;p&gt;As we packed up and headed home, one thing was already certain—we&#39;re counting down the days until the Atlanta Night Race in June.&lt;/p&gt;

    &lt;div class=&quot;pullquote&quot;&gt;
      “Atlanta Motor Speedway never disappoints.”
    &lt;/div&gt;

    &lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

    &lt;h2&gt;Race Weekend Video&lt;/h2&gt;

    &lt;div class=&quot;video-wrap&quot;&gt;
      &lt;iframe allowfullscreen src=&quot;https://www.youtube.com/embed/yIkyqr3xBwg&quot;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

  &lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/8551398483337753861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2025/03/atlanta-race-weekend-february-2025.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/8551398483337753861'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/8551398483337753861'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2025/03/atlanta-race-weekend-february-2025.html' title='Atlanta Race Weekend February 2025'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjzXc3GLq8sgvtVFsG4cEA-kNxHCbbSsc0b7wYychTgNmhuv4NZ0j8LYoYCAGn4e-HAsoPHMXzKt_AS__B7aAb1El6xDk0CdksHQuQJfzbI7JzLaO7eiMJ0nLabVC7LeF7grqIFp2ovVtyUfGXWeeWT_ilzLC7BUewVj27JM7tWaYtMcHC2Ct60MC6TIXdd=s72-c" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>1500 Tara Pl, Hampton, GA 30228, USA</georss:featurename><georss:point>33.3860647 -84.316583799999989</georss:point><georss:box>5.0758308638211531 -119.47283379999999 61.696298536178844 -49.160333799999989</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-7520815611796953942</id><published>2024-10-09T16:28:00.004-05:00</published><updated>2026-06-11T17:32:47.620-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Nascar"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Talladega"/><title type='text'>Talladega Fall Race Weekend </title><content type='html'>```html
&lt;style&gt;
.talladega-story {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 18px;
  font-family: Georgia, &quot;Times New Roman&quot;, serif;
  color: #333;
  font-size: 21px;
  line-height: 1.85;
}

.talladega-hero {
  text-align: center;
  padding: 55px 26px;
  margin-bottom: 35px;
  border-radius: 28px;
  background: linear-gradient(135deg,#f8f8f8,#ffffff);
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.talladega-hero h1 {
  font-family: Arial,sans-serif;
  font-size: 52px;
  color: #006633;
  margin: 0 0 20px;
}

.talladega-subtitle {
  font-size: 23px;
  color: #444;
  max-width: 720px;
  margin: 0 auto;
}

.trip-summary {
  background: #fff;
  border-left: 6px solid #006633;
  border-radius: 22px;
  padding: 24px;
  margin: 35px 0 40px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  font-family: Arial,sans-serif;
}

.story-body {
  background: #fff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.story-body h2 {
  font-family: Arial,sans-serif;
  color: #006633;
  font-size: 34px;
  border-left: 6px solid #006633;
  padding-left: 18px;
  margin: 60px 0 25px;
}

.story-divider {
  width: 140px;
  height: 3px;
  background: #006633;
  margin: 55px auto;
  border-radius: 999px;
}

.pullquote {
  text-align: center;
  font-style: italic;
  color: #006633;
  font-size: 30px;
  margin: 50px auto;
  max-width: 700px;
}

.photo {
  text-align: center;
  margin: 40px 0;
}

.photo img {
  width: 100%;
  max-width: 760px;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 22px;
  margin: 30px 0;
  box-shadow: 0 14px 35px rgba(0,0,0,.20);
}

.video-wrap iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
&lt;/style&gt;

&lt;div class=&quot;talladega-story&quot;&gt;

&lt;div class=&quot;talladega-hero&quot;&gt;
&lt;h1&gt;Talladega Race Weekend&lt;/h1&gt;

&lt;p class=&quot;talladega-subtitle&quot;&gt;
Two races, pit passes, Ross Chastain, The Big One, and another unforgettable weekend at Talladega Superspeedway.
&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;trip-summary&quot;&gt;
🏁 Ag-Pro 300 Xfinity Race&lt;br&gt;
🏆 Austin Hill leads before late-race heartbreak&lt;br&gt;
🏎️ Garage Experience &amp; Infield Access&lt;br&gt;
🍉 Ross Chastain battles at the front&lt;br&gt;
🔥 Ross crashes and walks away&lt;br&gt;
💥 A 28-car &quot;Big One&quot;&lt;br&gt;
🏆 Ricky Stenhouse Jr. wins by 0.006 seconds
&lt;/div&gt;

&lt;div class=&quot;story-body&quot;&gt;

&lt;p&gt;Talladega race weekend erupted in a storm of adrenaline.&lt;/p&gt;

&lt;p&gt;Saturday began with a quick ticket purchase before Christie and I arrived at the legendary speedway around 1:30 in the afternoon. The atmosphere was already electric. The distant sound of engines echoed across the property, and thousands of race fans filled the grounds.&lt;/p&gt;

&lt;p&gt;Because it was the Xfinity race, parking was closer than usual. We wandered through the merchandise haulers and made our way to the grandstands to claim our seats for Sunday&#39;s race while we waited for friends to arrive.&lt;/p&gt;

&lt;div class=&quot;pullquote&quot;&gt;
“The calm before the storm lasted about five minutes.”
&lt;/div&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;Saturday&#39;s Xfinity Race&lt;/h2&gt;

&lt;p&gt;Stage 1 flew by with the cars screaming past us at nearly 190 miles per hour. The speed, the noise, and the energy reminded us exactly why we keep coming back.&lt;/p&gt;

&lt;p&gt;By Stage 2 our friends had arrived and settled into their seats just in time to watch our favorite Xfinity driver, Austin Hill, dominate the field.&lt;/p&gt;

&lt;p&gt;Everything looked perfect until disaster struck with only two laps remaining. Hill was caught in a wreck, sending his hopes of victory spinning away. Overtime followed, and Sammy Smith ultimately claimed the win.&lt;/p&gt;

&lt;p&gt;Even though Austin didn&#39;t win, the final laps delivered exactly what Talladega is famous for—pure chaos.&lt;/p&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;The Garage Experience&lt;/h2&gt;

&lt;p&gt;Sunday morning brought the Yellawood 500 and our first experience with Garage Pass access.&lt;/p&gt;

&lt;p&gt;We arrived around 10:15 a.m. and waited nearly an hour for the tram ride into the infield. Once inside, we explored the garage area and pit road.&lt;/p&gt;

&lt;p&gt;The garages themselves were quieter than expected since the cars had already been staged, but seeing Dale Earnhardt&#39;s iconic No. 3 and getting close to pit road was still worth the trip.&lt;/p&gt;

&lt;div class=&quot;photo&quot;&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiCwRcuV2c-4RRD8W3nSFUKeD_dzzaCw6JipQizdOvRec5YTLP2xMgehfTE81Tm3_7LQSgbAVt6F-2qvxXkHnLgUP8Vp9DJsGget9Zw3S4i9n8ahymn_ZQYZ91RG0EK5RXrqqvpC3zxmwi43XvUMhLKcVk5_H7ynaahbjVzKjcGS98fqcuHhFTl9x-aZjD/s4128/20241006_115606.jpg&quot;&gt;
&lt;/div&gt;

&lt;p&gt;After a quick visit with my cousin from Trackhouse Racing, we headed back to the grandstands.&lt;/p&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;The Yellawood 500&lt;/h2&gt;

&lt;p&gt;When the green flag dropped, the race immediately became a battle.&lt;/p&gt;

&lt;p&gt;Two-wide racing quickly turned into three-wide and eventually four-wide packs charging through the corners. Every lap felt like a disaster waiting to happen.&lt;/p&gt;

&lt;p&gt;Ross Chastain, driving the No. 1 Trackhouse Chevrolet, was right in the middle of the fight all afternoon.&lt;/p&gt;

&lt;div class=&quot;pullquote&quot;&gt;
“At Talladega, you&#39;re never comfortable until the checkered flag waves.”
&lt;/div&gt;

&lt;p&gt;Stage 2 brought heartbreak.&lt;/p&gt;

&lt;p&gt;On the final lap of the stage, Ryan Blaney was turned by Alex Bowman, triggering a chain reaction. Ross slammed into the outside wall and his car burst into flames.&lt;/p&gt;

&lt;p&gt;For a few tense moments, the entire crowd watched and waited.&lt;/p&gt;

&lt;p&gt;Thankfully, Ross climbed from the car under his own power. Shaken, but okay.&lt;/p&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;The Big One&lt;/h2&gt;

&lt;p&gt;Then came the moment everyone fears—and secretly expects—at Talladega.&lt;/p&gt;

&lt;p&gt;Lap 185.&lt;/p&gt;

&lt;p&gt;A massive 28-car pileup exploded on the backstretch.&lt;/p&gt;

&lt;p&gt;Cars slammed together. Smoke filled the air. Debris scattered across the racing surface. The red flag was displayed as crews worked for nearly 45 minutes to clear the wreckage.&lt;/p&gt;

&lt;p&gt;It was one of the largest crashes we&#39;ve ever witnessed in person.&lt;/p&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;A Talladega Finish&lt;/h2&gt;

&lt;p&gt;When racing resumed, the final laps became a sprint to the finish.&lt;/p&gt;

&lt;p&gt;Brad Keselowski, Ricky Stenhouse Jr., and William Byron traded positions in a furious battle for the win.&lt;/p&gt;

&lt;p&gt;At the finish line, Stenhouse edged Keselowski by just 0.006 seconds.&lt;/p&gt;

&lt;p&gt;Another classic Talladega finish.&lt;/p&gt;

&lt;p&gt;As the sun began to set, we made our way back to the truck with hearts still racing. Talladega had once again delivered everything we came for—speed, drama, excitement, and memories we&#39;ll never forget.&lt;/p&gt;

&lt;div class=&quot;pullquote&quot;&gt;
“Talladega doesn&#39;t just host races. It creates stories.”
&lt;/div&gt;

&lt;div class=&quot;story-divider&quot;&gt;&lt;/div&gt;

&lt;h2&gt;Race Weekend Videos&lt;/h2&gt;

&lt;div class=&quot;video-wrap&quot;&gt;
&lt;iframe allowfullscreen src=&quot;https://www.youtube.com/embed/tZeHvsxRRLM&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;div class=&quot;video-wrap&quot;&gt;
&lt;iframe allowfullscreen src=&quot;https://www.youtube.com/embed/xgEsbiG-A98&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;div class=&quot;video-wrap&quot;&gt;
&lt;iframe allowfullscreen src=&quot;https://www.youtube.com/embed/egQ5sPFxM7E&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/7520815611796953942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2024/10/talladega-fall-race-weekend.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/7520815611796953942'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/7520815611796953942'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2024/10/talladega-fall-race-weekend.html' title='Talladega Fall Race Weekend '/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><thr:total>0</thr:total><georss:featurename>3366 Speedway Blvd, Lincoln, AL 35096, USA</georss:featurename><georss:point>33.5662273 -86.0698678</georss:point><georss:box>5.2559934638211558 -121.2261178 61.876461136178847 -50.9136178</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-6355697565249604790</id><published>2024-09-15T07:52:00.280-05:00</published><updated>2026-06-11T18:12:23.958-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Christie"/><category scheme="http://www.blogger.com/atom/ns#" term="Nascar"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Steve"/><category scheme="http://www.blogger.com/atom/ns#" term="Travel"/><title type='text'>Birthday Week: A Journey of Joy and Reconnection</title><content type='html'>&lt;style&gt;
  .scw-post {
    max-width: 920px;
    margin: 0 auto;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.75;
    color: #222;
  }

  .scw-hero {
    text-align: center;
    padding: 28px 20px;
    margin-bottom: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #111827, #7c1d1d, #f59e0b);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
  }

  .scw-hero img {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
  }

  .scw-hero h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
  }

  .scw-hero p {
    margin: 10px 0 0;
    font-size: 19px;
  }

  .scw-section {
    margin: 34px 0;
  }

  .scw-section h2 {
    font-size: 27px;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 3px solid #f59e0b;
  }

  .scw-highlight {
    margin: 24px 0;
    padding: 20px;
    border-left: 6px solid #f59e0b;
    background: #fff7ed;
    border-radius: 12px;
    font-size: 20px;
  }

  .scw-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 22px 0 32px;
  }

  .scw-photo-grid a {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    background: #eee;
  }

  .scw-photo-grid img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
  }

  .scw-photo-grid a:hover img {
    transform: scale(1.06);
  }

  .scw-feature img {
    height: 300px;
  }

  .scw-wide {
    grid-column: span 2;
  }

  .scw-tall img {
    height: 390px;
  }

  .scw-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
  }

  .scw-video-card {
    background: #111827;
    color: white;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
  }

  .scw-video-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
  }

  .scw-video-card iframe {
    width: 100%;
    height: 190px;
    border: 0;
    border-radius: 10px;
  }

  @media (max-width: 700px) {
    .scw-post { font-size: 17px; }
    .scw-hero h1 { font-size: 29px; }
    .scw-photo-grid,
    .scw-video-grid {
      grid-template-columns: 1fr;
    }
    .scw-wide { grid-column: span 1; }
    .scw-photo-grid img,
    .scw-feature img,
    .scw-tall img {
      height: auto;
    }
  }
&lt;/style&gt;

&lt;div class=&quot;scw-post&quot;&gt;

  &lt;div class=&quot;scw-hero&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVyAsJrsvFemKtJvs_fGPI2HBCtmvl8Ugb3KYCCr_oZiUZMJlA45FwZJRAK-Z73jE4ugYwiFTgJxjRVVjnrgz4qwAQltqpzRbhz4D8T46w59lChhDLB9CfsRTEFZJdGbMXtRotquVQCZcqhyphenhyphenR7mhkHSMyimNDOLdqjvJBz8BWQublLjO5HDP76-9ItaqE5/s320/2021QuakerState400logo.png&quot; alt=&quot;Quaker State 400 Logo&quot;&gt;
    &lt;h1&gt;A Birthday Week to Remember&lt;/h1&gt;
    &lt;p&gt;Braves baseball, NASCAR, Daytona Beach, family time, and a few unexpected reunions along the way.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;⚾ Friday Night at Truist Park&lt;/h2&gt;
    &lt;p&gt;It all began on Friday night, the kickoff to what would become a week full of laughter, reunions, and cherished moments. Christie, Aubree-Anna, Matt, and I headed to Truist Park to watch the Atlanta Braves take on the Blue Jays.&lt;/p&gt;
    &lt;p&gt;There’s nothing like the energy of a baseball game, and the Braves didn’t disappoint, pulling out a 3-1 win. The crowd roared as the final out was called, and it felt like the perfect start to my birthday week.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🏁 Saturday at Atlanta Motor Speedway&lt;/h2&gt;
    &lt;p&gt;Saturday morning, we made our way down to Atlanta Motor Speedway for the Xfinity race. The heat was relentless, but there’s something about being at the track that makes everything else fade away.&lt;/p&gt;
    &lt;p&gt;Christie was by my side as we watched Austin Hill take the checkered flag in the Focused Health 250. It was also a special year for Bennett Transportation as they celebrated their 50th anniversary, and it felt like we were part of the celebration.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🌟 Sunday’s Unexpected VIP Experience&lt;/h2&gt;
    &lt;p&gt;Sunday was another race day, but this time we left the Blackstone behind and grabbed sandwiches from Subway. We ate in the reserved parking area before heading to the Fan Zone.&lt;/p&gt;
    &lt;p&gt;After a quick stop at the Trackhouse merchandise hauler, fate stepped in. We ran into my old co-worker, Marco, who surprised us with pit passes and an invitation to sit in the O’Reilly’s Suite. We didn’t hesitate. It was a rare opportunity, and we were all in.&lt;/p&gt;
    &lt;p&gt;Walking along pit road, I kept an eye out for my cousin, though we never crossed paths. We did bump into comedian John Crist, which was unexpected and pretty funny. While in the suite, I also reconnected with an old friend from my firefighting days who was working at the track.&lt;/p&gt;

    &lt;div class=&quot;scw-photo-grid scw-feature&quot;&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWIGKbNVwx4e3p8l8rR2NRPsLQzamJ3fmOHfOR-Myh8YCNIPHcPxXvEvyKpCkmg-f6n-HTHB6xL6HqwxfKemq7rBcBb5iHdwopdCvkK0Udo1gCPOUYNqpDIJmjiIH02e9z1lgUL1ynNmvovG_YD8OH5nqa-3gdiPNxtDE9vAeNwuRjyooRty9_LN77EJ7F/s4128/20240908_140704.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWIGKbNVwx4e3p8l8rR2NRPsLQzamJ3fmOHfOR-Myh8YCNIPHcPxXvEvyKpCkmg-f6n-HTHB6xL6HqwxfKemq7rBcBb5iHdwopdCvkK0Udo1gCPOUYNqpDIJmjiIH02e9z1lgUL1ynNmvovG_YD8OH5nqa-3gdiPNxtDE9vAeNwuRjyooRty9_LN77EJ7F/s640/20240908_140704.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkGMLzLn-xN0LpyPZKG6BprsGLqRPjMKa9hnVr9SfC36P6EvqrYOzoQsarQpgIX17dNzvD8kcKfYZ-dx7IlcfzIQXNbXYiYRCqw5u5jfBizm9qaEvGdxJLuHGYQOlLwy4Rn3uL08-FrUrTBEY3_HoYrvyqOoF3Fs7y9r55pcG_Va3WrY_pl-B5u0YggLtA/s3264/20240908_135104.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkGMLzLn-xN0LpyPZKG6BprsGLqRPjMKa9hnVr9SfC36P6EvqrYOzoQsarQpgIX17dNzvD8kcKfYZ-dx7IlcfzIQXNbXYiYRCqw5u5jfBizm9qaEvGdxJLuHGYQOlLwy4Rn3uL08-FrUrTBEY3_HoYrvyqOoF3Fs7y9r55pcG_Va3WrY_pl-B5u0YggLtA/s640/20240908_135104.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidtV3xwzRBGowo96rGwsMMYCRWAoQVZd2lvndW44Fa0vlAr-89GTbw-FdqggnBZ_gpjdrqROvFdI4A96I05YM_QtUgWMRV18UDoq_tYRVutDZUe6U3FST3MHpTFF28yiHprotzzdUNGQGW692fZ9Tbd92-Ojvk9yGdIvpUIWRLGnb5DYWyONPWPuENzwLk/s4128/20240908_133013.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidtV3xwzRBGowo96rGwsMMYCRWAoQVZd2lvndW44Fa0vlAr-89GTbw-FdqggnBZ_gpjdrqROvFdI4A96I05YM_QtUgWMRV18UDoq_tYRVutDZUe6U3FST3MHpTFF28yiHprotzzdUNGQGW692fZ9Tbd92-Ojvk9yGdIvpUIWRLGnb5DYWyONPWPuENzwLk/s640/20240908_133013.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh57ilcGMIYjlGnlZqBz7wcuxajvYd_K165nbAyzqW5pAJRD8kEc8pCDDqoQGyuG3OLeYzaCuTiT7sFyXZrxci5Q-ykeXgoRgHA3BvwtXIJ4Vm-OOvEzJEhI9vtppkjn3aAmh2cTzEpfStQNc081TDBkplnQU2EGQ9aUG8ohPTsqZ38SS7VgJ2qhJnLOeGH/s4128/20240908_132117.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh57ilcGMIYjlGnlZqBz7wcuxajvYd_K165nbAyzqW5pAJRD8kEc8pCDDqoQGyuG3OLeYzaCuTiT7sFyXZrxci5Q-ykeXgoRgHA3BvwtXIJ4Vm-OOvEzJEhI9vtppkjn3aAmh2cTzEpfStQNc081TDBkplnQU2EGQ9aUG8ohPTsqZ38SS7VgJ2qhJnLOeGH/s640/20240908_132117.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrODM-p1itm2CyLKT8CVygEfxZc34ecQiVxGzb8deCeqjvZK_jKfbLMK6rOIQepwmj063xVaQK103j2LG7VwrTWPd6aMnZmRvrAB4zXe_NWdU_fMChrycexWma7Vzyi7B-c8kK3FHlxaSvVXtr67Ve8rpEZ_0hTQqjlw9ZIm52Zd96sHwmb_CI3Tov-82D/s640/IMG_20240908_211108.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrODM-p1itm2CyLKT8CVygEfxZc34ecQiVxGzb8deCeqjvZK_jKfbLMK6rOIQepwmj063xVaQK103j2LG7VwrTWPd6aMnZmRvrAB4zXe_NWdU_fMChrycexWma7Vzyi7B-c8kK3FHlxaSvVXtr67Ve8rpEZ_0hTQqjlw9ZIm52Zd96sHwmb_CI3Tov-82D/s320/IMG_20240908_211108.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5iPZHDzhZkekIiE9QJgAKea_S-QfzudJ37vtOU8YyOhohWxTEXHk0tTF4E9JyEPotPwmj5jEInxhGT7RFU6J4l9_nBrNeeCMoD2Xu8I7xIqm6b4lWTrs6R2XzqIZq1rRFVH2w-PqYjJWWzl0VcBCmrALSxIFIl8Wb8o5Ku-VFBwQfPit2p6qtMVVmI-mI/s4080/20240908_182114.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5iPZHDzhZkekIiE9QJgAKea_S-QfzudJ37vtOU8YyOhohWxTEXHk0tTF4E9JyEPotPwmj5jEInxhGT7RFU6J4l9_nBrNeeCMoD2Xu8I7xIqm6b4lWTrs6R2XzqIZq1rRFVH2w-PqYjJWWzl0VcBCmrALSxIFIl8Wb8o5Ku-VFBwQfPit2p6qtMVVmI-mI/s640/20240908_182114.jpg&quot; alt=&quot;Atlanta Motor Speedway memory&quot;&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🍔 Monday: Family, Friends &amp; A Spontaneous Decision&lt;/h2&gt;
    &lt;p&gt;Monday was a little more laid-back. We spent the day with Aubree-Anna, Matt, and our granddog Lenny. That evening, we met up with Brian, Christy, and my best bud Matthew at LaBamba’s for dinner.&lt;/p&gt;
    &lt;p&gt;As the night went on, Christie and I made an impromptu decision. We would leave early Tuesday morning for a beach getaway to Daytona. It was the kind of spontaneous plan that sets the tone for a perfect vacation.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🌊 Daytona Beach Bound&lt;/h2&gt;
    &lt;p&gt;At 4:30 a.m. on Tuesday, the alarm went off and our seven-hour journey south began. By the time we arrived at the resort in Daytona Beach around 1 p.m., we were ready to relax.&lt;/p&gt;
    &lt;p&gt;After checking in, we grabbed lunch at Racing’s North Turn, a restaurant full of NASCAR history. The spot marked the North Turn of the old beach racetrack used in the 1940s and 50s, and it was the perfect pit stop for race fans like us.&lt;/p&gt;

    &lt;div class=&quot;scw-photo-grid&quot;&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZtHYoIo_3-Bq6I2NRWQ5tGYmELlli4vfmF-YQ0cZT03dUBFSNhrR3_38QquKUXy4voM-RqDrrcua8UUuBamyVpmaEEUo46xEBQ2lwryjgUADtA0X-UK7OYZcI1e0yMIfeXeTkoRQlHw5yQW6G6cr3IYxhAcvEzXGL0e9PdADB0TLCeuA5XwSKZzXxiYGF/s3264/20240910_131540.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZtHYoIo_3-Bq6I2NRWQ5tGYmELlli4vfmF-YQ0cZT03dUBFSNhrR3_38QquKUXy4voM-RqDrrcua8UUuBamyVpmaEEUo46xEBQ2lwryjgUADtA0X-UK7OYZcI1e0yMIfeXeTkoRQlHw5yQW6G6cr3IYxhAcvEzXGL0e9PdADB0TLCeuA5XwSKZzXxiYGF/s640/20240910_131540.jpg&quot; alt=&quot;Racing&#39;s North Turn&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1ZS5Dz4vASCrp3Rg9wcimA9bI4y7BvDyc_BXY5aR59EnwE5pLtro2bc6nmZYBAA8jSQJt1MU_WFIxvVJNp3MQ7H3oB6ucbUe8ZWtsd8iLJ7KcB3oBQdWwlelvIKIGWkW50E54Gug5URlJU0ZkXoOZ47k8TGLC1-OMBxIcJLOt04r27av3fLPc8rW2p3yk/s3264/20240910_140020.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1ZS5Dz4vASCrp3Rg9wcimA9bI4y7BvDyc_BXY5aR59EnwE5pLtro2bc6nmZYBAA8jSQJt1MU_WFIxvVJNp3MQ7H3oB6ucbUe8ZWtsd8iLJ7KcB3oBQdWwlelvIKIGWkW50E54Gug5URlJU0ZkXoOZ47k8TGLC1-OMBxIcJLOt04r27av3fLPc8rW2p3yk/s640/20240910_140020.jpg&quot; alt=&quot;Daytona memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw9H2AXEakvA3oUJQZE1nZVv2tuW2lfKHHFIFQk7v_gGSmpbGejfI8DZpQdKYpnyNJu5pXkcP0c7F1P_9zL8IZbWC-58tvM6r0qUJTxnZ3bkvKkLdymXGymWCZiFOxWmC5ymZT7fz7YiLRVhYnEwM-5JNJbHQUnDzYypfGPvw_Zl3tlcBSQH-h2R0yOdch/s4080/20240910_140036.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw9H2AXEakvA3oUJQZE1nZVv2tuW2lfKHHFIFQk7v_gGSmpbGejfI8DZpQdKYpnyNJu5pXkcP0c7F1P_9zL8IZbWC-58tvM6r0qUJTxnZ3bkvKkLdymXGymWCZiFOxWmC5ymZT7fz7YiLRVhYnEwM-5JNJbHQUnDzYypfGPvw_Zl3tlcBSQH-h2R0yOdch/s640/20240910_140036.jpg&quot; alt=&quot;Daytona memory&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKcwcYhS4vokwvDYdMXQC4CDu6lnzhaBxDblxwwZ3R0PmwwqcZplZO5eQnZ_JS6Y7resflpXw6inZONxwZijOMvrmZGgSYqE9mYpTrv2ZKEFxgRsy5wRS1j0cL6sBep0nLyuOpcw2H8GYP03HtVEvi1asJ5k48H8Jwrac-9r4jaOsAKZ8Jhsz97qG-gqe5/s3264/20240910_140559.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKcwcYhS4vokwvDYdMXQC4CDu6lnzhaBxDblxwwZ3R0PmwwqcZplZO5eQnZ_JS6Y7resflpXw6inZONxwZijOMvrmZGgSYqE9mYpTrv2ZKEFxgRsy5wRS1j0cL6sBep0nLyuOpcw2H8GYP03HtVEvi1asJ5k48H8Jwrac-9r4jaOsAKZ8Jhsz97qG-gqe5/s640/20240910_140559.jpg&quot; alt=&quot;Daytona memory&quot;&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🏖 Beach Days, Big Waves &amp; Good Food&lt;/h2&gt;
    &lt;p&gt;Afterward, we strolled along the beach, letting the ocean waves wash away any remaining tension. Though the sky was overcast, it didn’t dampen our spirits.&lt;/p&gt;
    &lt;p&gt;Wednesday was spent much the same way — soaking up beach vibes, playing in the water, and battling the big waves. The waves won more often than not, but we didn’t mind. That night, we ventured out for dinner at The Dill and tried schnitzel. It didn’t disappoint.&lt;/p&gt;

    &lt;div class=&quot;scw-photo-grid&quot;&gt;
      &lt;a class=&quot;scw-tall&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAgwFhXjumvpusDDh_dQM7h-jVqa0yZM5xE837oxWV_GZTAACzPpmu2JewlRiR12bqzZNyM6h8tcvtW1zv-fu1QnMMNC6POmWnOMQlnnFK2yrfWPHwG1yS0GjVVq9d8XHZt-pKyDoxSr8ASrupiDQ4iOpJD6yqkCeP4wBuWa2ImfQKl7bjK_bmxBLzALR9/s3712/20240911_080249.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAgwFhXjumvpusDDh_dQM7h-jVqa0yZM5xE837oxWV_GZTAACzPpmu2JewlRiR12bqzZNyM6h8tcvtW1zv-fu1QnMMNC6POmWnOMQlnnFK2yrfWPHwG1yS0GjVVq9d8XHZt-pKyDoxSr8ASrupiDQ4iOpJD6yqkCeP4wBuWa2ImfQKl7bjK_bmxBLzALR9/s640/20240911_080249.jpg&quot; alt=&quot;Daytona Beach&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-tall&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRkbiqH0pXIOoraXUjZqJBO_o3zYhvy-3ArxkaDxXHBebt3b2ZjkAoL09eYR6IBeOsVXnmFybqT85YNWQEzEyIC1g0wAHLJCHTlXD5Jb1OqSxNAUaPXabvD3rUe-k00KdGWiKh5NK8qUZDE_wu5aA22s9F9TZnYK0X8Ev10Lb3Ir_P05gT4f2zTfSwGrWp/s3264/20240911_075045.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRkbiqH0pXIOoraXUjZqJBO_o3zYhvy-3ArxkaDxXHBebt3b2ZjkAoL09eYR6IBeOsVXnmFybqT85YNWQEzEyIC1g0wAHLJCHTlXD5Jb1OqSxNAUaPXabvD3rUe-k00KdGWiKh5NK8qUZDE_wu5aA22s9F9TZnYK0X8Ev10Lb3Ir_P05gT4f2zTfSwGrWp/s640/20240911_075045.jpg&quot; alt=&quot;Daytona Beach&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-tall&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn5JztDEeXOhmJfZOd3y_XLlBu7VWGo2JoZQII4nRs8xPeIz27L-ofMB3p4gqj4A3d6JSO4v7DiCbAFpBCfHmn4KuLGFoVAKvGRK6v3gfQ4eRwpZQiPCsCaORSmCT5zMeO4scQIewgOwpaHN80el-T5R3M5lzTszOxfJo2tGeJTB-QnU4VCxd3XAr2220I/s4080/20240911_074644.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn5JztDEeXOhmJfZOd3y_XLlBu7VWGo2JoZQII4nRs8xPeIz27L-ofMB3p4gqj4A3d6JSO4v7DiCbAFpBCfHmn4KuLGFoVAKvGRK6v3gfQ4eRwpZQiPCsCaORSmCT5zMeO4scQIewgOwpaHN80el-T5R3M5lzTszOxfJo2tGeJTB-QnU4VCxd3XAr2220I/s640/20240911_074644.jpg&quot; alt=&quot;Daytona Beach&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjggk6DmFwyyKvl-fAbW0wVJrHKTZCMW2RDP0ga046ShbGW6gfNYeZD1SV6HodATotGtl2D0jjDRpXh34aQBTkDUn3AjSzqUzs1nSLVXKaOJa1OZSu715NLlDeYZ80NV2yn4lEaQpdqW97RPqHssR9P46jGGO65skjhjEZBAaFIgLUzczFvgZ_XbMzV0XO4/s3264/20240911_120757.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjggk6DmFwyyKvl-fAbW0wVJrHKTZCMW2RDP0ga046ShbGW6gfNYeZD1SV6HodATotGtl2D0jjDRpXh34aQBTkDUn3AjSzqUzs1nSLVXKaOJa1OZSu715NLlDeYZ80NV2yn4lEaQpdqW97RPqHssR9P46jGGO65skjhjEZBAaFIgLUzczFvgZ_XbMzV0XO4/s640/20240911_120757.jpg&quot; alt=&quot;Daytona Beach&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1_cxfpPhA8f8nomitfJskOKk7JCwKZAUkmKjZ3AylPFmUcG3mvRBLgKcY4sJu5qqWGGCQCb9e8-o0DngruQcCb0gkQ7JNhX8k2MdK42crjthBd8Cc9qzE2K8r7yWKtRw_G8OlO0_dYBYbxDR4fjP0_2c-9qOedPP8XGyBDxiqlu12JlZ5DRo3DLSNQEUp/s3264/20240911_192820.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1_cxfpPhA8f8nomitfJskOKk7JCwKZAUkmKjZ3AylPFmUcG3mvRBLgKcY4sJu5qqWGGCQCb9e8-o0DngruQcCb0gkQ7JNhX8k2MdK42crjthBd8Cc9qzE2K8r7yWKtRw_G8OlO0_dYBYbxDR4fjP0_2c-9qOedPP8XGyBDxiqlu12JlZ5DRo3DLSNQEUp/s640/20240911_192820.jpg&quot; alt=&quot;Dinner memory&quot;&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🚀 A SpaceX Launch Before Sunrise&lt;/h2&gt;
    &lt;p&gt;Thursday began with an unforgettable experience. I had set my alarm to catch the SpaceX rocket launch early that morning. By 4:45 a.m., I was the only person on the beach, watching the sky light up as the rocket carried satellites into space.&lt;/p&gt;
    &lt;div class=&quot;scw-highlight&quot;&gt;One man. One beach. One rocket launch. One memory that will last forever.&lt;/div&gt;
    &lt;p&gt;The rest of the day was spent at the beach and by the pool, making the most of our time by the ocean. That evening, we dined at Crabby’s Oceanside, enjoying one last seafood meal before we had to leave paradise.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🌅 Saint Simons Island &amp; Family Time&lt;/h2&gt;
    &lt;p&gt;On Friday, we reluctantly checked out of the resort after watching the sunrise and headed north toward Brunswick, a town full of memories for me. We spent most of the day on Saint Simons Island, reminiscing about the time I had lived there.&lt;/p&gt;
    &lt;p&gt;That evening, we had dinner with Dawson, Harlie, and Lucy Ray. Seeing them, especially Lucy, was a highlight of the day. She’s a big fan of Gordon Ramsey and might just have a future in cooking.&lt;/p&gt;

    &lt;div class=&quot;scw-photo-grid scw-feature&quot;&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheNJN0bvBgCwoXutwkVgCgza5ZlXwriq2jr3-88ArUhZSzZ9qU0-U4xAbDd72JMmAWa9HrJBGEOUkkmEBGkMiOBKI34_Pqbagzp5Ggnsn5-t6fqiTIxxP_VzsIaYI3I83XA07k6lZZJ6jFMAmt34TgLFp2GQVbzKXdNdZsLoW9jrZ42jK6thxaJrlBqfo5/s3712/20240913_071043.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheNJN0bvBgCwoXutwkVgCgza5ZlXwriq2jr3-88ArUhZSzZ9qU0-U4xAbDd72JMmAWa9HrJBGEOUkkmEBGkMiOBKI34_Pqbagzp5Ggnsn5-t6fqiTIxxP_VzsIaYI3I83XA07k6lZZJ6jFMAmt34TgLFp2GQVbzKXdNdZsLoW9jrZ42jK6thxaJrlBqfo5/s640/20240913_071043.jpg&quot; alt=&quot;Sunrise&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcAtSFb8y4X1gjnXyg0le-DQNDSM_X7EpJV_yotNgAvEMR_HGiCpF3Hk8viWSLkU59dMNis8S-tJmh8d-bwSsDtYOmjg3lEhudRf_P2iuNbDDpZ8TK8dcLjWN55jq_mKnyCVw5ysBDtXyQjZAA0afazYf1YM0dN6-AJWWM08RDtGzTQyikRsGiioHeApcP/s4080/20240913_072114.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcAtSFb8y4X1gjnXyg0le-DQNDSM_X7EpJV_yotNgAvEMR_HGiCpF3Hk8viWSLkU59dMNis8S-tJmh8d-bwSsDtYOmjg3lEhudRf_P2iuNbDDpZ8TK8dcLjWN55jq_mKnyCVw5ysBDtXyQjZAA0afazYf1YM0dN6-AJWWM08RDtGzTQyikRsGiioHeApcP/s640/20240913_072114.jpg&quot; alt=&quot;Sunrise&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilturyz0Xmo0gBaHISRGkFml9uOFFuQyXP654YPP1h85fRRTk-gBvugTRPJ840sIhkZe8wq9wiZ7MPyhKhQDj493978L8aQ8w-XvnefMmeB7NsCUs1buj9PO0QUFU-jJEsB23rFEmVC472IF2q6EXHgYyuNv25SBTqfDntFeLbaB6xkU92s_ILlZxvPkYA/s4128/20240913_072305.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilturyz0Xmo0gBaHISRGkFml9uOFFuQyXP654YPP1h85fRRTk-gBvugTRPJ840sIhkZe8wq9wiZ7MPyhKhQDj493978L8aQ8w-XvnefMmeB7NsCUs1buj9PO0QUFU-jJEsB23rFEmVC472IF2q6EXHgYyuNv25SBTqfDntFeLbaB6xkU92s_ILlZxvPkYA/s640/20240913_072305.jpg&quot; alt=&quot;Sunrise&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxQiSJ5-1ywlbQjQeW9JLrB-cHGkW0JWHssqDUmSS_hTPA8oHzWwsfBz_OKBaQnU2AhuU8uHS5BJhQUKXWU7iblBPHg2O0kre-Sr-uOqYB5jU6YzG9CC-1ZIuIMswlFN_6NievYEPzfXfi8yMbbCtQuxxvjJqHULMf4GG7ZYEJzW2ViZQGTj4XXpPp0oOE/s4080/20240913_072505.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxQiSJ5-1ywlbQjQeW9JLrB-cHGkW0JWHssqDUmSS_hTPA8oHzWwsfBz_OKBaQnU2AhuU8uHS5BJhQUKXWU7iblBPHg2O0kre-Sr-uOqYB5jU6YzG9CC-1ZIuIMswlFN_6NievYEPzfXfi8yMbbCtQuxxvjJqHULMf4GG7ZYEJzW2ViZQGTj4XXpPp0oOE/s640/20240913_072505.jpg&quot; alt=&quot;Sunrise&quot;&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🏝 Coastal Memories&lt;/h2&gt;
    &lt;div class=&quot;scw-photo-grid&quot;&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhexbXkrMdedJDJjn2CRsYDLco5UUERGaEUsvwMXqcBhzohl_-94dxNqgxRtJXO3e03Z2-UJmRqkyP7OFOe0GT31ubLbl6FotlrlzBl4TmFxIfppxUH5EXCRR9YP79ODMkRknO43GWwuxsYJqsrZCW_5YPuTxEM2IazBbqVxfas4AlZ6wORfLNnvE98iR6z/s4000/20240913_114719.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhexbXkrMdedJDJjn2CRsYDLco5UUERGaEUsvwMXqcBhzohl_-94dxNqgxRtJXO3e03Z2-UJmRqkyP7OFOe0GT31ubLbl6FotlrlzBl4TmFxIfppxUH5EXCRR9YP79ODMkRknO43GWwuxsYJqsrZCW_5YPuTxEM2IazBbqVxfas4AlZ6wORfLNnvE98iR6z/s640/20240913_114719.jpg&quot; alt=&quot;Coastal memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOFb1tFHgOEJj7-TxiS4qMq7M-yijBA67T-HgyIvwQV4wao3BCN0hyphenhyphen_JaeCot10fCdFW8s952fUrwQP-EQRqbGqnA9Y5e_S0tGqqdqFBrVmHmVvPle0RZ0It-PtHkXKiRz72RmSx-vmDLVntysCeXWZixj1lp3kF4k23AHW1b2vJiaT7F2XCKjLdrsX12Z/s4000/20240913_124942.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOFb1tFHgOEJj7-TxiS4qMq7M-yijBA67T-HgyIvwQV4wao3BCN0hyphenhyphen_JaeCot10fCdFW8s952fUrwQP-EQRqbGqnA9Y5e_S0tGqqdqFBrVmHmVvPle0RZ0It-PtHkXKiRz72RmSx-vmDLVntysCeXWZixj1lp3kF4k23AHW1b2vJiaT7F2XCKjLdrsX12Z/s640/20240913_124942.jpg&quot; alt=&quot;Coastal memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4jGXyarbUPG1b2ZCtLgwVkWruCxVpsr_qP_e3ZHG4qC1OikuYYg5AN1j6PTunYIRiIYk31Z0dXSQf4tnqxPXp1Ww1ioONGCxEpM1BPyTMEhyphenhyphenvTi1ufU9NSrrFk77g9e5CWsrrNV4jVwZVdouD2FjSTu6VYRu-BdQUvLXPtq2SgrxlqEq2wvcdl_UDsoqA/s4080/20240913_130513.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4jGXyarbUPG1b2ZCtLgwVkWruCxVpsr_qP_e3ZHG4qC1OikuYYg5AN1j6PTunYIRiIYk31Z0dXSQf4tnqxPXp1Ww1ioONGCxEpM1BPyTMEhyphenhyphenvTi1ufU9NSrrFk77g9e5CWsrrNV4jVwZVdouD2FjSTu6VYRu-BdQUvLXPtq2SgrxlqEq2wvcdl_UDsoqA/s640/20240913_130513.jpg&quot; alt=&quot;Coastal memory&quot;&gt;&lt;/a&gt;
      &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2Z7tpsbeTF_uEQk0bZr4sBcCaoPiaGtUEzMYsko1GruuK2wZZVOByPSFgpq-0Tb0eD5X8c7EUfOPjjx3BGy2FP4I6Gl2Szk_lvKxvbuJt3UJQ1kILG_BIUQ_PsvljjAKP5K4GM5bwuzFf8Vwe5LFbyLuGLdN0e9axfBQTXDK7CW-yvuvuIwmi80QG_CtL/s4080/20240913_135731.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2Z7tpsbeTF_uEQk0bZr4sBcCaoPiaGtUEzMYsko1GruuK2wZZVOByPSFgpq-0Tb0eD5X8c7EUfOPjjx3BGy2FP4I6Gl2Szk_lvKxvbuJt3UJQ1kILG_BIUQ_PsvljjAKP5K4GM5bwuzFf8Vwe5LFbyLuGLdN0e9axfBQTXDK7CW-yvuvuIwmi80QG_CtL/s640/20240913_135731.jpg&quot; alt=&quot;Coastal memory&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-wide&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_pRN6vOBPqkW_KIGW_Dc8TlfWEjZ-JgVnMYHT1HwyeY-vXU_EMCVI44b9sHcAhDbMpMt1F1Ye8U2LzmVP2lkEl-c4rkm1PWEwWU07dhW332ugcVJNCdbzB3-mDb3R-KFijTp2VKxDmCDAOHWTzLgn6kR6eDYIS4_D5LujgRudgIx2huTtfnPGUVC6PHW9/s4080/20240913_142115.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_pRN6vOBPqkW_KIGW_Dc8TlfWEjZ-JgVnMYHT1HwyeY-vXU_EMCVI44b9sHcAhDbMpMt1F1Ye8U2LzmVP2lkEl-c4rkm1PWEwWU07dhW332ugcVJNCdbzB3-mDb3R-KFijTp2VKxDmCDAOHWTzLgn6kR6eDYIS4_D5LujgRudgIx2huTtfnPGUVC6PHW9/s640/20240913_142115.jpg&quot; alt=&quot;Coastal memory&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-tall&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiehknld1arpWtaEa6iqXNmgQRbnXJkUIS4FT72FvG_UdwGEAX2VN3HrjfTkvfO7IC3p-AFrWPC15w3YF05u0dCX3kWeNQbiYbzlYncaKLUx3f0OswEy1QFYZuso5rzNbk43fwr-HlPWvxDsfjaETnzPW0bh8TYFfmUmp83TjllKy8z9A63gM0Bp56v24X2/s4080/20240913_212412.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiehknld1arpWtaEa6iqXNmgQRbnXJkUIS4FT72FvG_UdwGEAX2VN3HrjfTkvfO7IC3p-AFrWPC15w3YF05u0dCX3kWeNQbiYbzlYncaKLUx3f0OswEy1QFYZuso5rzNbk43fwr-HlPWvxDsfjaETnzPW0bh8TYFfmUmp83TjllKy8z9A63gM0Bp56v24X2/s640/20240913_212412.jpg&quot; alt=&quot;Family dinner memory&quot;&gt;&lt;/a&gt;
      &lt;a class=&quot;scw-tall&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYWzMovV7Cfi4OISdTq_D5DyOUDupM9n3Ez19rqq3EqEmK9zc_lE_hxtYPdyQOPK_uBrleWE2B26Itia2lRKiJno6p3FVqIX48JgcxL4BGLZ2sow2Y4rnywk1jCjsFbmuxrIw52Q0yb3yWxtn5FSjX-G9Ol7CKiIpPpe0JIU9uTLLJ8DPLTVgvBNvaTDAa/s4000/20240913_213449.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYWzMovV7Cfi4OISdTq_D5DyOUDupM9n3Ez19rqq3EqEmK9zc_lE_hxtYPdyQOPK_uBrleWE2B26Itia2lRKiJno6p3FVqIX48JgcxL4BGLZ2sow2Y4rnywk1jCjsFbmuxrIw52Q0yb3yWxtn5FSjX-G9Ol7CKiIpPpe0JIU9uTLLJ8DPLTVgvBNvaTDAa/s640/20240913_213449.jpg&quot; alt=&quot;Family dinner memory&quot;&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🤝 A Reunion Nearly 30 Years Later&lt;/h2&gt;
    &lt;p&gt;Friday night, we stayed in Blackshear, and Saturday morning brought one final surprise. As we headed down for breakfast, I saw a man stepping off the elevator who looked oddly familiar.&lt;/p&gt;
    &lt;p&gt;I walked up to him and asked, “What’s your name?” He responded, “James.” In that instant, I knew — it had been nearly 30 years since I’d last seen him. He was the father of a friend from my Brunswick days.&lt;/p&gt;
    &lt;p&gt;We caught up for a solid thirty minutes before even making it to breakfast. Soon after, his wife Pam joined us, and it was as if no time had passed.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;❤️ Final Thoughts&lt;/h2&gt;
    &lt;p&gt;Later that day, we visited Christi’s store, DownSouth Living, where a vendor event was taking place. It was a great way to end the trip — surrounded by good people and memories of the past.&lt;/p&gt;
    &lt;p&gt;As we made our way back home, I couldn’t help but feel that this week was exactly what I needed: a perfect balance of relaxation, reconnection, and spontaneous fun.&lt;/p&gt;
    &lt;div class=&quot;scw-highlight&quot;&gt;I’m already looking forward to next year’s beach trip, but for now, I’m content and filled with gratitude for the week that was.&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;scw-section&quot;&gt;
    &lt;h2&gt;🎥 Videos From the Week&lt;/h2&gt;
    &lt;div class=&quot;scw-video-grid&quot;&gt;
      &lt;div class=&quot;scw-video-card&quot;&gt;
        &lt;h3&gt;Braves Night&lt;/h3&gt;
        &lt;iframe src=&quot;https://www.youtube.com/embed/Evvcqqd-y7U&quot; allowfullscreen&gt;&lt;/iframe&gt;
      &lt;/div&gt;
      &lt;div class=&quot;scw-video-card&quot;&gt;
        &lt;h3&gt;Atlanta Motor Speedway&lt;/h3&gt;
        &lt;iframe src=&quot;https://www.youtube.com/embed/u5uZHO7M6Js&quot; allowfullscreen&gt;&lt;/iframe&gt;
      &lt;/div&gt;
      &lt;div class=&quot;scw-video-card&quot;&gt;
        &lt;h3&gt;SpaceX Launch&lt;/h3&gt;
        &lt;iframe src=&quot;https://www.youtube.com/embed/wxoqEEu_RC0&quot; allowfullscreen&gt;&lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/6355697565249604790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2024/09/birthday-week.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6355697565249604790'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6355697565249604790'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2024/09/birthday-week.html' title='Birthday Week: A Journey of Joy and Reconnection'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVyAsJrsvFemKtJvs_fGPI2HBCtmvl8Ugb3KYCCr_oZiUZMJlA45FwZJRAK-Z73jE4ugYwiFTgJxjRVVjnrgz4qwAQltqpzRbhz4D8T46w59lChhDLB9CfsRTEFZJdGbMXtRotquVQCZcqhyphenhyphenR7mhkHSMyimNDOLdqjvJBz8BWQublLjO5HDP76-9ItaqE5/s72-c/2021QuakerState400logo.png" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Daytona Beach, FL, USA</georss:featurename><georss:point>29.2071029 -81.019679599999989</georss:point><georss:box>0.89686906382115339 -116.17592959999999 57.517336736178848 -45.863429599999989</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-1243522500776742688</id><published>2024-02-20T07:20:00.084-06:00</published><updated>2026-06-11T18:18:21.212-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Daytona 500"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Travel"/><title type='text'>The First NASCAR Race Weekend</title><content type='html'>&lt;style&gt;
.scw-post {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

.scw-post h1,
.scw-post h2 {
  text-align: center;
  line-height: 1.3;
}

.scw-post h1 {
  font-size: 34px;
  margin-bottom: 5px;
}

.scw-subtitle {
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-bottom: 30px;
}

.scw-divider {
  height: 3px;
  background: linear-gradient(to right, #003366, #d71920, #003366);
  border: 0;
  margin: 30px 0;
}

.hero-photo img,
.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.hero-photo {
  margin: 20px 0;
}

.hero-photo img {
  max-height: 420px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.photo-grid a {
  height: 240px;
  display: block;
}

.story-box {
  background: #f7f7f7;
  border-left: 5px solid #d71920;
  padding: 18px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
}

.memory-list {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 18px;
  border-radius: 10px;
  margin: 25px 0;
}

@media (max-width: 700px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid a {
    height: auto;
  }
}
&lt;/style&gt;

&lt;div class=&quot;scw-post&quot;&gt;

&lt;h1&gt;🏁 A Valentine’s Daytona 500 Adventure&lt;/h1&gt;
&lt;div class=&quot;scw-subtitle&quot;&gt;Our first race of the 2024 NASCAR season&lt;/div&gt;

&lt;p&gt;Probably one of the best Valentine’s Day gifts we have ever had was heading to our first race of the year — the Daytona 500.&lt;/p&gt;

&lt;p&gt;We arrived in Orlando on Thursday and checked into Westgate Resort. That evening, we attended a VIP party where we received our Daytona 500 tickets. It was the perfect way to kick off race weekend.&lt;/p&gt;

&lt;div class=&quot;hero-photo&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcwJv-3OkHjuZydpvNq2a9CW7afr9jodFKVQG-6UWxQuuKr3mqsL0A-grV5_jNt9TJwhGT1qGIEbcijr3tc8DvtxVOv8ajo1ONxue6DhCoYNFV6PJ97bhyFDN1hauX1AwnES-CA3vEDBgsY8pzbzrYgMnCPYeeuQOqIYNI2hZboq81Wlucktk0orM68Wkd/s3264/20240215_194722.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcwJv-3OkHjuZydpvNq2a9CW7afr9jodFKVQG-6UWxQuuKr3mqsL0A-grV5_jNt9TJwhGT1qGIEbcijr3tc8DvtxVOv8ajo1ONxue6DhCoYNFV6PJ97bhyFDN1hauX1AwnES-CA3vEDBgsY8pzbzrYgMnCPYeeuQOqIYNI2hZboq81Wlucktk0orM68Wkd/s320/20240215_194722.jpg&quot; alt=&quot;Daytona 500 tickets at Westgate Resort&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🍽️ Disney Springs &amp; The Boathouse&lt;/h2&gt;

&lt;p&gt;We were excited about this race. It was the first race of the season and a fresh start for the 2024 NASCAR schedule.&lt;/p&gt;

&lt;p&gt;On Friday, we made our way to Disney Springs. Christie had mentioned that she wished we had eaten seafood when we were there in October, so this time we made sure to stop at The Boathouse.&lt;/p&gt;

&lt;p&gt;We enjoyed seafood, walked around Disney Springs, listened to a concert, and Christie got to enjoy a churro. It was a great night and a fun way to enjoy Orlando before race weekend really got started.&lt;/p&gt;

&lt;div class=&quot;hero-photo&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht1dB3SbLFm-5MwOQC6BErTcnEEaEMqohIxnsce1liyUCdCdNi0vtwiB3Vk7LT8-pf8jbE74k1rHBdb4mQWa6-SDjfFLZ6946MyPUeUP2dmtXlJR8rF1ZpT0DbZo-DdaLuDPHqF-GcSgGsfe4sSGJKiAumn7TbsydvNdKxr6TVtMk7UqKGGujQTnGRiq63/s4128/20240216_190033.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht1dB3SbLFm-5MwOQC6BErTcnEEaEMqohIxnsce1liyUCdCdNi0vtwiB3Vk7LT8-pf8jbE74k1rHBdb4mQWa6-SDjfFLZ6946MyPUeUP2dmtXlJR8rF1ZpT0DbZo-DdaLuDPHqF-GcSgGsfe4sSGJKiAumn7TbsydvNdKxr6TVtMk7UqKGGujQTnGRiq63/s320/20240216_190033.jpg&quot; alt=&quot;Disney Springs evening&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;☔ A Rainy Saturday in Orlando&lt;/h2&gt;

&lt;p&gt;Saturday was kind of a wet day. It was just enough rain to make you not want to do too much, but also just enough to still want to get out and explore.&lt;/p&gt;

&lt;p&gt;We drove around Orlando and made our way to Icon Park, where we ate at Gordon Ramsay Fish &amp;amp; Chips. Afterward, we walked around Icon Park, visited one of the many outlet malls in Orlando, and then made our way back to Disney Springs.&lt;/p&gt;

&lt;div class=&quot;hero-photo&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL8XOOGfBiwPi3XWr0r6gN0Vox1vKKSVGilnfYetJPwmAu_PtfuaRbIPenZAw1iCS9w1A7PVGSoFmj5idR7Zp1hLq9-nLyebRFt1_M5_qCiDPXwjx5yiqR5Z-Apn5-WZWFQAcu75gzhdREIKGauSDLI2hxyTByWtojkKhTHqckUGuGRZuAg0OJwPnHw0VH/s3264/20240217_133051.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL8XOOGfBiwPi3XWr0r6gN0Vox1vKKSVGilnfYetJPwmAu_PtfuaRbIPenZAw1iCS9w1A7PVGSoFmj5idR7Zp1hLq9-nLyebRFt1_M5_qCiDPXwjx5yiqR5Z-Apn5-WZWFQAcu75gzhdREIKGauSDLI2hxyTByWtojkKhTHqckUGuGRZuAg0OJwPnHw0VH/s320/20240217_133051.jpg&quot; alt=&quot;Icon Park Orlando&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🎬 A Postponed Daytona 500&lt;/h2&gt;

&lt;p&gt;Sunday ended up being a long day, but not in the way we expected. The Daytona 500 was postponed because of the rain, so we decided to stay in the room and watch movies.&lt;/p&gt;

&lt;p&gt;It was disappointing to wait another day, but sometimes the best memories come from the unexpected parts of a trip too.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏁 Finally — Daytona 500 Day&lt;/h2&gt;

&lt;p&gt;Monday morning, we woke up and got ready to head to Daytona for the first race of the season. Even though it was a day later, it was definitely worth the wait.&lt;/p&gt;

&lt;p&gt;Once we got to Daytona, we parked at Volusia Mall and broke out the Blackstone. After eating, we made our way to the track and walked around to check out everything going on before heading inside.&lt;/p&gt;

&lt;p&gt;Daytona International Speedway is not like any other track we have been to. They even have escalators that take you up to the concourse. For free seats, we had a really good view. We sat in the 400 section coming out of Turn 4.&lt;/p&gt;

&lt;p&gt;Only six laps into the race, the first wreck of the season happened right in front of us. Along with all the sights and sounds of being at the racetrack, it made the day even more memorable.&lt;/p&gt;

&lt;div class=&quot;photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMQJ1G54w-ojD3vm5Sq4sBNwdhIOAjUVQSEU2QnjulyLkQYLoP1PsgjiGDqdFF7UWAUfA4K63BKxK2iPso4DPgN0fDZhCfpW5uC6HSo-oBKX2M-8tCAxYD40bQd_CEgaqmUpbGQq1CpT_r4YUhul7WiHz7cVDkGzxGTUH8S38SyoeOhqWgvDA-5F7A34bS/s4128/20240219_144541~2.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMQJ1G54w-ojD3vm5Sq4sBNwdhIOAjUVQSEU2QnjulyLkQYLoP1PsgjiGDqdFF7UWAUfA4K63BKxK2iPso4DPgN0fDZhCfpW5uC6HSo-oBKX2M-8tCAxYD40bQd_CEgaqmUpbGQq1CpT_r4YUhul7WiHz7cVDkGzxGTUH8S38SyoeOhqWgvDA-5F7A34bS/s320/20240219_144541~2.jpg&quot; alt=&quot;Daytona 500 race day&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl64RIep99vK-KdGnt_tHL7mZj_F49-87C-APA1RzLXCIcHiDvia9xm3Cqkr1jnQ9xNb1VN5HxY47vwIy-m9QvI0o17Gt07pMIzjNHOKl3pSKwtgRQ4pJoWKI60N1xFYrS6SuMdbcssKzl6-U2RwBBD2LCftDtlFuYz9r2izEngxomQRNor-Q86FUP9Ayl/s4000/20240219_190710.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl64RIep99vK-KdGnt_tHL7mZj_F49-87C-APA1RzLXCIcHiDvia9xm3Cqkr1jnQ9xNb1VN5HxY47vwIy-m9QvI0o17Gt07pMIzjNHOKl3pSKwtgRQ4pJoWKI60N1xFYrS6SuMdbcssKzl6-U2RwBBD2LCftDtlFuYz9r2izEngxomQRNor-Q86FUP9Ayl/s320/20240219_190710.jpg&quot; alt=&quot;Daytona International Speedway&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwOdKSGA06I30mzzUWCZLDfS51ru48EG2L9Wn_toUK5aToJ88TngZ8RMOYAs3GVYuIbnb4Gg3k39MnH5JOn3eXvrAN60KJuZDEgIoQQ0eKfjc4dlSngq88ebUA5LXDyVcXoMZwliA21Di5tXXmRxCRdggPZSBwTiQxCxGF3eUa4HV4u8tY9HNxTn9a7ZHL/s3968/20240219_200305.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwOdKSGA06I30mzzUWCZLDfS51ru48EG2L9Wn_toUK5aToJ88TngZ8RMOYAs3GVYuIbnb4Gg3k39MnH5JOn3eXvrAN60KJuZDEgIoQQ0eKfjc4dlSngq88ebUA5LXDyVcXoMZwliA21Di5tXXmRxCRdggPZSBwTiQxCxGF3eUa4HV4u8tY9HNxTn9a7ZHL/s320/20240219_200305.jpg&quot; alt=&quot;Daytona 500 night view&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;story-box&quot;&gt;
  You do not always realize the good times you can have with your spouse, or how magical those moments can be, until you are right there living them. Do not ever take them for granted.
&lt;/div&gt;

&lt;div class=&quot;memory-list&quot;&gt;
  &lt;strong&gt;This trip gave us:&lt;/strong&gt;&lt;br /&gt;
  🏁 Our first race of the 2024 season&lt;br /&gt;
  ❤️ A Valentine’s getaway&lt;br /&gt;
  🍽️ Disney Springs and seafood&lt;br /&gt;
  ☔ A rainy Orlando adventure&lt;br /&gt;
  🏎️ A postponed but unforgettable Daytona 500&lt;br /&gt;
  💙 Another memory for our bucket list
&lt;/div&gt;

&lt;h2&gt;❤️ Final Thoughts&lt;/h2&gt;

&lt;p&gt;These are the moments Christie and I have made for our bucket list. The trips, the races, the laughs, the unexpected delays, and the time spent together — those are the things I will always cherish.&lt;/p&gt;

&lt;p&gt;The Daytona 500 may have been delayed by rain, but it was worth every minute of the wait.&lt;/p&gt;

&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/1243522500776742688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2024/02/the-first-nascar-race-weekend.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1243522500776742688'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/1243522500776742688'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2024/02/the-first-nascar-race-weekend.html' title='The First NASCAR Race Weekend'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcwJv-3OkHjuZydpvNq2a9CW7afr9jodFKVQG-6UWxQuuKr3mqsL0A-grV5_jNt9TJwhGT1qGIEbcijr3tc8DvtxVOv8ajo1ONxue6DhCoYNFV6PJ97bhyFDN1hauX1AwnES-CA3vEDBgsY8pzbzrYgMnCPYeeuQOqIYNI2hZboq81Wlucktk0orM68Wkd/s72-c/20240215_194722.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>1801 W International Speedway Blvd, Daytona Beach, FL 32114, USA</georss:featurename><georss:point>29.185169 -81.070528</georss:point><georss:box>0.87493516382115288 -116.226778 57.49540283617884 -45.914277999999996</georss:box></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-2268006844762588649</id><published>2023-10-16T04:22:00.003-05:00</published><updated>2026-06-11T18:26:36.824-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Disney World"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><category scheme="http://www.blogger.com/atom/ns#" term="Travel"/><title type='text'>Fifty Years in the Making: Christie&#39;s First Disney World Trip</title><content type='html'>```html
&lt;style&gt;
.scw-disney-post {
  font-family: Georgia, serif;
  color: #222;
  font-size: 18px;
  line-height: 1.75;
  max-width: 950px;
  margin: 0 auto;
}

.scw-disney-post h1,
.scw-disney-post h2,
.scw-disney-post h3 {
  text-align: center;
  line-height: 1.25;
}

.scw-disney-post h1 {
  font-size: 38px;
  margin: 20px 0 8px;
}

.scw-subtitle {
  text-align: center;
  font-size: 19px;
  color: #666;
  margin-bottom: 25px;
}

.scw-divider {
  height: 4px;
  border: 0;
  background: linear-gradient(to right, #5b2c83, #f4c430, #0077c8);
  margin: 35px 0;
  border-radius: 10px;
}

.scw-hero,
.scw-photo-grid,
.scw-mosaic {
  margin: 22px 0;
}

.scw-hero img,
.scw-photo-grid img,
.scw-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.scw-hero a,
.scw-photo-grid a,
.scw-mosaic a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.scw-hero a {
  max-height: 430px;
}

.scw-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.scw-photo-grid a {
  height: 260px;
}

.scw-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}

.scw-mosaic a:first-child {
  grid-row: span 2;
  min-height: 440px;
}

.scw-mosaic a {
  min-height: 210px;
}

.scw-memory-box,
.scw-birthday-box,
.scw-quote-box {
  padding: 20px;
  margin: 28px 0;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0,0,0,.10);
}

.scw-memory-box {
  background: #fff8df;
  border-left: 6px solid #f4c430;
}

.scw-birthday-box {
  background: linear-gradient(135deg, #5b2c83, #0077c8);
  color: white;
  text-align: center;
  font-size: 20px;
}

.scw-quote-box {
  background: #f7f7f7;
  border-left: 6px solid #5b2c83;
  font-style: italic;
}

.scw-trip-list {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 20px;
  margin: 28px 0;
}

.scw-button {
  text-align: center;
  margin: 30px 0;
}

.scw-button a {
  background: #5b2c83;
  color: white !important;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  display: inline-block;
  font-weight: bold;
}

@media (max-width: 700px) {
  .scw-photo-grid,
  .scw-mosaic {
    grid-template-columns: 1fr;
  }

  .scw-photo-grid a,
  .scw-mosaic a,
  .scw-mosaic a:first-child {
    height: auto;
    min-height: auto;
  }

  .scw-disney-post h1 {
    font-size: 30px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;scw-disney-post&quot;&gt;

&lt;h1&gt;✨ Christie’s First Trip to Disney World&lt;/h1&gt;
&lt;div class=&quot;scw-subtitle&quot;&gt;A surprise 50th birthday adventure, a Savannah memory, and a magical week we’ll never forget.&lt;/div&gt;

&lt;div class=&quot;scw-birthday-box&quot;&gt;
  🎂 Christie’s 50th Birthday Trip&lt;br /&gt;
  🏰 Her First Time Ever at Walt Disney World&lt;br /&gt;
  ❤️ A Surprise Months in the Making
&lt;/div&gt;

&lt;p&gt;It all started back in March 2023. It was time to start planning Christie’s 50th birthday, and I wanted it to be something special. Something she had always wanted to do.&lt;/p&gt;

&lt;p&gt;So I called a friend of mine at &lt;a href=&quot;https://adventuredreamstravel.com/&quot;&gt;Adventure Dreams Travel&lt;/a&gt; to help me put everything together. Christie had never been to Disney World, so I thought, why not book a vacation to Orlando?&lt;/p&gt;

&lt;p&gt;As we made plans for our October getaway, Christie had no idea what was going on. Everyone knew about the trip except her.&lt;/p&gt;

&lt;p&gt;Then one day in September, a welcome packet from Disney arrived in the mail. Not knowing what else might be sent, I decided it was time to tell her. The look on her face when I handed her that packet is something I will never forget.&lt;/p&gt;

&lt;div class=&quot;scw-quote-box&quot;&gt;
  “We’re going to Disney!”
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;💍 The Long Way Through Savannah&lt;/h2&gt;

&lt;p&gt;Sixteen years earlier, Christie and I were in Savannah and bought our wedding bands. Since then, my band had broken and was stolen earlier that year.&lt;/p&gt;

&lt;p&gt;Christie decided that if we were heading to Orlando, we should take the long way and stop in Savannah to go back to the same place where our ring story began.&lt;/p&gt;

&lt;p&gt;We left on Friday and drove to Savannah. After checking in, we made our way to River Street and stopped at &lt;a href=&quot;https://www.facebook.com/cassandrasjewelrysav/&quot;&gt;Cassandra’s Jewelry&lt;/a&gt;. We told the staff our story about buying our original rings there and how we needed a new set.&lt;/p&gt;

&lt;p&gt;They were very helpful, and after choosing our rings, we walked along River Street, watched barges coming and going from the port, and enjoyed dinner in Savannah.&lt;/p&gt;

&lt;div class=&quot;scw-hero&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgWyyO5xLjeBlUdg6yxhmMGZqtg16Si_oWSkni-xaxsxw7JQgqoNsmURu6F_BpEA5NePf4gtyb0YhAswnxPWMXLDAdF7YtSflpSqFnpePx8AqdLOfJXERqbw415dG6NUpWh9XvaA24WtzCWv_eeN64W1O2odUEa0TXeHDQHsiW5fJxS6ZDA6XoFXLFE_9UE&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgWyyO5xLjeBlUdg6yxhmMGZqtg16Si_oWSkni-xaxsxw7JQgqoNsmURu6F_BpEA5NePf4gtyb0YhAswnxPWMXLDAdF7YtSflpSqFnpePx8AqdLOfJXERqbw415dG6NUpWh9XvaA24WtzCWv_eeN64W1O2odUEa0TXeHDQHsiW5fJxS6ZDA6XoFXLFE_9UE=w320-h147&quot; alt=&quot;Savannah River Street&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;scw-memory-box&quot;&gt;
  Sixteen years after buying our wedding bands in Savannah, we returned to the same city to begin a brand-new adventure.
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🍊 Welcome to Florida&lt;/h2&gt;

&lt;p&gt;The next morning we got ready to head out for Orlando. I’m not sure who was more excited — Christie or me.&lt;/p&gt;

&lt;p&gt;We made our way down I-95 through Brunswick and Waverly. When we reached the Florida state line, Christie remembered stopping at the Welcome Center as a child for a free cup of orange juice.&lt;/p&gt;

&lt;p&gt;So we stopped and relived that memory.&lt;/p&gt;

&lt;div class=&quot;scw-photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZTM9AAPIHwzFL8o9csqwrCRA_6-bI2kDXY6J-0I_dC52luM4bzdHCk0nnCoUHyZQUy2Fov3QfizrT9x0hLoxgJmwEsdkVERNy-Z_1T9dU4XfodZywhvrYaUMFQo4CjSq3XnWH7gJ0lpDf3pmUbqWyVWD4ufJEwjf38z5WqWIU1lf0er5ic9FjXGf8TZrL&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZTM9AAPIHwzFL8o9csqwrCRA_6-bI2kDXY6J-0I_dC52luM4bzdHCk0nnCoUHyZQUy2Fov3QfizrT9x0hLoxgJmwEsdkVERNy-Z_1T9dU4XfodZywhvrYaUMFQo4CjSq3XnWH7gJ0lpDf3pmUbqWyVWD4ufJEwjf38z5WqWIU1lf0er5ic9FjXGf8TZrL=w148-h320&quot; alt=&quot;Florida Welcome Center&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgfehPj4O6IXlcIeleQDtyn53ApTF2Dk7Bo9ZDnFABeLG4vC47DpDJp1byb29DRXyb3-_sSA2pVN1DpwtirlX3OuZgvZLDiadlXvbu5CsloPGi_m0oflaz8E0LAs9uzcjpNB314j_JtujRudGL2FypxfpEOZIK5wJbLcCbvRIQQRNfrGPJFgNUCzKQ6eI4f&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgfehPj4O6IXlcIeleQDtyn53ApTF2Dk7Bo9ZDnFABeLG4vC47DpDJp1byb29DRXyb3-_sSA2pVN1DpwtirlX3OuZgvZLDiadlXvbu5CsloPGi_m0oflaz8E0LAs9uzcjpNB314j_JtujRudGL2FypxfpEOZIK5wJbLcCbvRIQQRNfrGPJFgNUCzKQ6eI4f=w320-h147&quot; alt=&quot;Arriving at Walt Disney World&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;After our free cup of Florida orange juice, we kept going through Jacksonville and made a quick stop at Buc-ee’s in St. Augustine. Then we finally made it to Walt Disney World.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏨 Pop Century &amp; Disney Springs&lt;/h2&gt;

&lt;p&gt;We checked into our room at Pop Century Resort and made our way to Disney Springs to officially kick off Christie’s birthday week.&lt;/p&gt;

&lt;p&gt;We walked around Disney Springs and had dinner at Raglan Road Irish Pub. The trip had officially begun.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🦁 Animal Kingdom &amp; A Magic Kingdom Surprise&lt;/h2&gt;

&lt;p&gt;The next morning started our Disney adventure with Animal Kingdom.&lt;/p&gt;

&lt;div class=&quot;scw-hero&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgyNVSr3xS7rXEPlC5teZ6gKYTykwyuOj3O-xxTyjkgr7EEVdW8Uhw-q07__RfdpY1zHF-5WyqMuzqqgHo9ySTFeWcIErZsYesZed-W76tkwApVa_qRfjXDFrUI4cMknjTUR52gT79g-ciD8Y-WTf4ECPzUlarTArZQqLG4J-guuDmbJAxXmw3FTb2WA08W&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgyNVSr3xS7rXEPlC5teZ6gKYTykwyuOj3O-xxTyjkgr7EEVdW8Uhw-q07__RfdpY1zHF-5WyqMuzqqgHo9ySTFeWcIErZsYesZed-W76tkwApVa_qRfjXDFrUI4cMknjTUR52gT79g-ciD8Y-WTf4ECPzUlarTArZQqLG4J-guuDmbJAxXmw3FTb2WA08W=w320-h147&quot; alt=&quot;Animal Kingdom&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;My first stop was Starbucks. Somebody needed coffee, and I needed a cinnamon roll.&lt;/p&gt;

&lt;p&gt;After breakfast, we made our way to Kilimanjaro Safaris to visit our animal friends. We saw some shows, walked around the park, and enjoyed the sights.&lt;/p&gt;

&lt;p&gt;It was October 9th, and Christie would turn 50 the next day. Since we had Park Hopper passes, I wanted her to experience Magic Kingdom before she officially turned 50.&lt;/p&gt;

&lt;p&gt;We timed it perfectly. As soon as we got there, a parade was about to start.&lt;/p&gt;

&lt;div class=&quot;scw-mosaic&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhyOa7f4Y-TGdQ6aIEarQgozraVQjc2rlcM0St8jU-4nzI-LXLuKDIFZIKzsEOkJx7FVk4ks6G-fVRrkVJebv3AX50qpVsGWjSJIHbm4ZtpKTDRh-q3Uwdl3RGm8toHvRNIZrlvzFK70Mp5OEcYzRZ1Ua7zoZfIbnVXz4NruUZCiSvBg-dNUt5VQQ3Jk4NH&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhyOa7f4Y-TGdQ6aIEarQgozraVQjc2rlcM0St8jU-4nzI-LXLuKDIFZIKzsEOkJx7FVk4ks6G-fVRrkVJebv3AX50qpVsGWjSJIHbm4ZtpKTDRh-q3Uwdl3RGm8toHvRNIZrlvzFK70Mp5OEcYzRZ1Ua7zoZfIbnVXz4NruUZCiSvBg-dNUt5VQQ3Jk4NH=w185-h400&quot; alt=&quot;Cinderella Castle&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiPiNSjnSHjB8bg08WeUWXxe-UmNVYhAGF5_G0jjRPdP2LycBz_njhYHZjj1Bet4QZ14lWFDXIKgnYrAnCTlfg0K9up8ObcwRG2kyWR2MKt3mfoY_rVsq7f7t2WevIV5-F6mSua_GwEscwZ99NXh_1h0c-2-OHsXTcOBqsV-eOZqGsSA1vZ5M1UMm3cszzw&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiPiNSjnSHjB8bg08WeUWXxe-UmNVYhAGF5_G0jjRPdP2LycBz_njhYHZjj1Bet4QZ14lWFDXIKgnYrAnCTlfg0K9up8ObcwRG2kyWR2MKt3mfoY_rVsq7f7t2WevIV5-F6mSua_GwEscwZ99NXh_1h0c-2-OHsXTcOBqsV-eOZqGsSA1vZ5M1UMm3cszzw=w320-h147&quot; alt=&quot;TRON Lightcycle Run&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEissbPm_Uz9b54TCcDcqp0P-E4niD1NO-4YbfBJJiIQxTAc1y9RD6V2JXKkrcsAtcPz7WHer3D4SFO7A7_t6QkMAyqnpWzOjY9ygoR2A6WdpDSLSfykxaBys8HZ9_P5JTlTcZ9F-GJs5_z1fcZEIJb9NV68ltfD84zG4r56Wok_aHzD4j4LRkpcEqVnTPf-&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEissbPm_Uz9b54TCcDcqp0P-E4niD1NO-4YbfBJJiIQxTAc1y9RD6V2JXKkrcsAtcPz7WHer3D4SFO7A7_t6QkMAyqnpWzOjY9ygoR2A6WdpDSLSfykxaBys8HZ9_P5JTlTcZ9F-GJs5_z1fcZEIJb9NV68ltfD84zG4r56Wok_aHzD4j4LRkpcEqVnTPf-=w148-h320&quot; alt=&quot;Magic Kingdom fireworks&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;We watched the parade on Main Street U.S.A. and made our way down to Cinderella Castle. Then we headed over to Tomorrowland and rode the PeopleMover.&lt;/p&gt;

&lt;p&gt;I also wanted Christie to experience the Monorail, so we left Magic Kingdom and rode it over to EPCOT. My plan was to take the Skyliner back to Pop Century, but I didn’t realize the Monorail and Skyliner were on opposite sides of EPCOT.&lt;/p&gt;

&lt;p&gt;So we walked through EPCOT, got a couple of pictures, made our way to the Skyliner, and then headed back to Pop Century to relax.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🌐 EPCOT, Germany &amp; Guardians of the Galaxy&lt;/h2&gt;

&lt;p&gt;The next day, we made our way back to EPCOT and spent the day there.&lt;/p&gt;

&lt;p&gt;We rode Spaceship Earth, went to The Seas with Nemo &amp;amp; Friends, and spent some time with Crush. At 1 o’clock, I got the Virtual Queue for Guardians of the Galaxy: Cosmic Rewind. Unfortunately, we had to wait until almost 8 p.m. to ride.&lt;/p&gt;

&lt;p&gt;While walking through the World Showcase, we stopped in Germany. Before getting bratwurst, I noticed a sign that said Würzburg.&lt;/p&gt;

&lt;div class=&quot;scw-memory-box&quot;&gt;
  For those who don’t know, Würzburg is one of the cities I lived in as a kid. It was the first time I had seen that name since 1989.
&lt;/div&gt;

&lt;div class=&quot;scw-photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj7oeCzraVQAIRzWXfoN3dbIBdoGSlgPV4jYPx35SNocX83TOi3ymtikaonlfH-JAXwq281lOAtnJvoDajLWXZUwubLsP0UtD8jtx6HXbgYZaaJK4FJnrxujjC3U-6OXdpShzi8dSOyykkOSIOufKMXhQjtge13_sdECv6lSUoM089IoW3vaK0UDYGMRwsk&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj7oeCzraVQAIRzWXfoN3dbIBdoGSlgPV4jYPx35SNocX83TOi3ymtikaonlfH-JAXwq281lOAtnJvoDajLWXZUwubLsP0UtD8jtx6HXbgYZaaJK4FJnrxujjC3U-6OXdpShzi8dSOyykkOSIOufKMXhQjtge13_sdECv6lSUoM089IoW3vaK0UDYGMRwsk=w320-h148&quot; alt=&quot;Würzburg sign in EPCOT Germany&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj-Jxyf2u0p0nN09XDZeLpJGqAoFkVaSRC-0GR4QX4yPS4zRZNmBONLDnsNJJlXNEanEb4oYJq87JlaPI2-AHn4JxOZDDe6dhyLyfDQPIwXFop4efZxJxzCvnp86fblGWnbSfUNY0fPknzLE8LQA65wo5xlYUdbejl7nG-x6E2ox8VcP3Dhe84bBg9-IJNq&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj-Jxyf2u0p0nN09XDZeLpJGqAoFkVaSRC-0GR4QX4yPS4zRZNmBONLDnsNJJlXNEanEb4oYJq87JlaPI2-AHn4JxOZDDe6dhyLyfDQPIwXFop4efZxJxzCvnp86fblGWnbSfUNY0fPknzLE8LQA65wo5xlYUdbejl7nG-x6E2ox8VcP3Dhe84bBg9-IJNq=w320-h213&quot; alt=&quot;Mickey and Minnie at EPCOT&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;We also went to the Disney and Pixar Short Film Festival. On the way in, we noticed Mickey and Minnie taking pictures with guests, so of course we got a picture with them.&lt;/p&gt;

&lt;p&gt;Later, we headed toward Test Track, built our car, and got to test drive it.&lt;/p&gt;

&lt;p&gt;Finally, around 7:30, we got the notification for Guardians of the Galaxy: Cosmic Rewind. After waiting almost six hours, we got to the ride and were told it was down and we would have to wait about thirty more minutes.&lt;/p&gt;

&lt;p&gt;We grabbed something to eat, came back, and finally rode it. I will say this: it is by far the best ride I have ever been on.&lt;/p&gt;

&lt;div class=&quot;scw-hero&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhMoLl3L37UvcvOag5xhUK7sbi2_zIezsjGb3v5-pjmaDTo6a-BUXWyx6iPhuEtsjlTKHxa8z4zPARX8-dRPHn250eGIwrIyXz4r7BggBXHwhXUoSTRQyoL98isM_D0-2Hq78vjyizVvxDwpk62EiS9qsXQsk7D2RHBcLY66SjHEPmQsd_IJN1T_dByZq3s&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhMoLl3L37UvcvOag5xhUK7sbi2_zIezsjGb3v5-pjmaDTo6a-BUXWyx6iPhuEtsjlTKHxa8z4zPARX8-dRPHn250eGIwrIyXz4r7BggBXHwhXUoSTRQyoL98isM_D0-2Hq78vjyizVvxDwpk62EiS9qsXQsk7D2RHBcLY66SjHEPmQsd_IJN1T_dByZq3s=w320-h213&quot; alt=&quot;Guardians of the Galaxy Cosmic Rewind&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏰 Magic Kingdom Birthday Magic&lt;/h2&gt;

&lt;p&gt;Wednesday was our full day at Magic Kingdom, and it felt like everyone else had the same idea.&lt;/p&gt;

&lt;p&gt;At 7 a.m., I got on the Virtual Queue for TRON and landed Group 6, which meant we had to get to the park quickly. We made rope drop and headed straight to TRON. There was hardly any wait, and the ride was great.&lt;/p&gt;

&lt;p&gt;After TRON, we made our way to Space Mountain and Pirates of the Caribbean. Then Christie looked at me and said, “I’m exhausted. Can we go back to the room?”&lt;/p&gt;

&lt;p&gt;I had no problem with that plan. We went back to the resort and took a much-needed nap.&lt;/p&gt;

&lt;p&gt;Around 5 p.m., we made our way back to Magic Kingdom to get ready for Happily Ever After fireworks. It started raining, but we made the best of it. The best part was that it stopped before the fireworks began.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🎬 Hollywood Studios&lt;/h2&gt;

&lt;p&gt;Thursday was our last park day, and Hollywood Studios was the park we chose.&lt;/p&gt;

&lt;p&gt;We watched the Indiana Jones Stunt Show, rode the Star Wars rides, and rode Rock ’n’ Roller Coaster. It was a long four days, but I couldn’t have thought of a better way to spend Christie’s 50th birthday.&lt;/p&gt;

&lt;div class=&quot;scw-hero&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhDacd5_XQ0afvbHAH0XW2mAbf9aixB4jOR-wJxGb_Rd13-xq__R7quUqjYvae_sZkooXMzp6GC4JMVLoUaOJo-0prPheP-iMpC2eIH976BkAUYLDIi2CS9ZwpR17ylMGJI2kZ4i4NlK1wgEOLkg3y92-S12WerPeZQTelMzT9_iae3nOCwLUyBHcls-Iqb&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhDacd5_XQ0afvbHAH0XW2mAbf9aixB4jOR-wJxGb_Rd13-xq__R7quUqjYvae_sZkooXMzp6GC4JMVLoUaOJo-0prPheP-iMpC2eIH976BkAUYLDIi2CS9ZwpR17ylMGJI2kZ4i4NlK1wgEOLkg3y92-S12WerPeZQTelMzT9_iae3nOCwLUyBHcls-Iqb=w320-h213&quot; alt=&quot;Hollywood Studios&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;scw-quote-box&quot;&gt;
  I know there is a lot we missed, but that just gives us an excuse to go back.
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏁 Daytona &amp; St. Augustine Bonus Adventure&lt;/h2&gt;

&lt;p&gt;Friday morning came, and we loaded up the truck to head home. Christie mentioned she had never been to St. Augustine, which gave me an idea.&lt;/p&gt;

&lt;p&gt;We were now going to visit St. Augustine.&lt;/p&gt;

&lt;p&gt;As we headed up I-4, I had to make one little stop at Daytona International Speedway. We toured the track and then continued north to St. Augustine.&lt;/p&gt;

&lt;p&gt;After checking in, we grabbed something to eat at &lt;a href=&quot;https://www.osteensrestaurant.com/&quot;&gt;Osteen’s&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&quot;scw-photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiU0nsCPDv9moRaJySctDyOe9i9xNhHJccF8fxzgEoUgNjfqaVD88cK9h0zCaphU0TYzeatYBQ4jWmzQUaOq-tzgWpBvuMl9_mRUmA6pNpUS_BMhcEkk_d8lCOfIj1ZU_YyeSCLW9OjQgRyZjYxmB3-hbFaMjxQtdp-st_NuN1peNjc7USVvU1BehR-FRw9&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiU0nsCPDv9moRaJySctDyOe9i9xNhHJccF8fxzgEoUgNjfqaVD88cK9h0zCaphU0TYzeatYBQ4jWmzQUaOq-tzgWpBvuMl9_mRUmA6pNpUS_BMhcEkk_d8lCOfIj1ZU_YyeSCLW9OjQgRyZjYxmB3-hbFaMjxQtdp-st_NuN1peNjc7USVvU1BehR-FRw9=w320-h148&quot; alt=&quot;Daytona International Speedway&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgod6ZMIJhQNSFamoxDUi6LuN3GeunMe-6HwrsiB6ZYTEZG15wPpSgfMzXWgDALijrKGff7uHqmseCj-oCZQcHZmHYIzpUr_7MDvsgc4Jn-XypMvjouoL2zyp7y2QwjF658KA0cKrruCYYJ2Yluj17O2qBa4jOqXmny4IoB9z1R1obrEveGbHun8zJJAxBY&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgod6ZMIJhQNSFamoxDUi6LuN3GeunMe-6HwrsiB6ZYTEZG15wPpSgfMzXWgDALijrKGff7uHqmseCj-oCZQcHZmHYIzpUr_7MDvsgc4Jn-XypMvjouoL2zyp7y2QwjF658KA0cKrruCYYJ2Yluj17O2qBa4jOqXmny4IoB9z1R1obrEveGbHun8zJJAxBY=w148-h320&quot; alt=&quot;St. Augustine&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;After dinner, we walked St. George Street and enjoyed the historic town. The next morning, we toured Castillo de San Marcos National Monument, walked the streets of St. Augustine, and visited the Fountain of Youth before heading home.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;❤️ Final Thoughts&lt;/h2&gt;

&lt;p&gt;This trip was more than a birthday celebration.&lt;/p&gt;

&lt;p&gt;It was Christie’s first visit to Disney World. It was a return to Savannah, where part of our wedding story began. It was reliving childhood memories at the Florida Welcome Center. It was finding a piece of my past in EPCOT’s Germany Pavilion. It was rides, fireworks, rain, laughter, walking until we were worn out, and making memories together.&lt;/p&gt;

&lt;div class=&quot;scw-trip-list&quot;&gt;
  &lt;strong&gt;This trip gave us:&lt;/strong&gt;&lt;br /&gt;
  💍 A return to Savannah for new wedding bands&lt;br /&gt;
  🍊 A Florida Welcome Center memory&lt;br /&gt;
  🏰 Christie’s first time at Disney World&lt;br /&gt;
  🎂 A 50th birthday celebration&lt;br /&gt;
  🌐 EPCOT, Magic Kingdom, Animal Kingdom, and Hollywood Studios&lt;br /&gt;
  🚀 TRON and Guardians of the Galaxy&lt;br /&gt;
  🏁 Daytona International Speedway&lt;br /&gt;
  🏰 A bonus trip to St. Augustine
&lt;/div&gt;

&lt;p&gt;Christie and I had not been on a “real” vacation in a while, but this trip reminded us that we need to do it more often.&lt;/p&gt;

&lt;p&gt;The best gifts are not always things. Sometimes they are experiences, surprises, road trips, and moments you get to share with the person you love.&lt;/p&gt;

&lt;div class=&quot;scw-button&quot;&gt;
  &lt;a href=&quot;https://photos.app.goo.gl/PMYx9b5M8J3mLSEw5&quot;&gt;View All Disney Trip Photos&lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;
```
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/2268006844762588649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2023/10/our-disney-getaway.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2268006844762588649'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2268006844762588649'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2023/10/our-disney-getaway.html' title='Fifty Years in the Making: Christie&#39;s First Disney World Trip'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgWyyO5xLjeBlUdg6yxhmMGZqtg16Si_oWSkni-xaxsxw7JQgqoNsmURu6F_BpEA5NePf4gtyb0YhAswnxPWMXLDAdF7YtSflpSqFnpePx8AqdLOfJXERqbw415dG6NUpWh9XvaA24WtzCWv_eeN64W1O2odUEa0TXeHDQHsiW5fJxS6ZDA6XoFXLFE_9UE=s72-w320-h147-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-2932178758639269502</id><published>2023-07-07T12:14:00.008-05:00</published><updated>2026-06-11T18:31:31.201-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Atlanta Motor Speedway"/><category scheme="http://www.blogger.com/atom/ns#" term="Nascar"/><category scheme="http://www.blogger.com/atom/ns#" term="Our Adventures"/><title type='text'>AMS Summer Night Race</title><content type='html'>&lt;style&gt;
.scw-race-post {
  font-family: Georgia, serif;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
  max-width: 950px;
  margin: 0 auto;
}

.scw-race-post h1,
.scw-race-post h2 {
  text-align: center;
  line-height: 1.3;
}

.scw-race-post h1 {
  font-size: 36px;
  margin-bottom: 8px;
}

.scw-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 25px;
}

.scw-divider {
  border: 0;
  height: 4px;
  background: linear-gradient(to right, #111, #d71920, #111);
  margin: 35px 0;
  border-radius: 20px;
}

.scw-hero,
.scw-photo-grid {
  margin: 22px 0;
}

.scw-hero img,
.scw-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.scw-hero a,
.scw-photo-grid a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.scw-hero a {
  max-height: 430px;
}

.scw-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.scw-photo-grid a {
  height: 240px;
}

.scw-highlight {
  background: #f7f7f7;
  border-left: 6px solid #d71920;
  padding: 18px;
  border-radius: 10px;
  margin: 25px 0;
  font-style: italic;
}

.scw-tailgate-box {
  background: #fff8e6;
  border-left: 6px solid #f4b400;
  padding: 18px;
  border-radius: 10px;
  margin: 25px 0;
}

.scw-list-box {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 18px;
  margin: 25px 0;
}

@media (max-width: 700px) {
  .scw-photo-grid {
    grid-template-columns: 1fr;
  }

  .scw-photo-grid a {
    height: auto;
  }

  .scw-race-post h1 {
    font-size: 30px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;scw-race-post&quot;&gt;

&lt;h1&gt;🌙 Under the Lights at Atlanta Motor Speedway&lt;/h1&gt;
&lt;div class=&quot;scw-subtitle&quot;&gt;Quaker State 400 Weekend | July 2023&lt;/div&gt;

&lt;div class=&quot;scw-hero&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3kXHD70HwEggD30No0YFdXfNvyZL_ySZSZ7-y4tg-EeR7i-mAIfmyEPGD7vEPig4Ox6BkWEpal3vQgcsfB3FvjrJjYrMMf5sXKyQOa8brITS-t1bPFSKgAW4fSecALtQraqqtiB1UJ3W_o0xaZllfNXjqZlmu4LwI7wRrHVbOJF7UBfkW6NInqk4bPJTG/s300/ams-quaker-state-400-underthelights_300x200.png&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3kXHD70HwEggD30No0YFdXfNvyZL_ySZSZ7-y4tg-EeR7i-mAIfmyEPGD7vEPig4Ox6BkWEpal3vQgcsfB3FvjrJjYrMMf5sXKyQOa8brITS-t1bPFSKgAW4fSecALtQraqqtiB1UJ3W_o0xaZllfNXjqZlmu4LwI7wRrHVbOJF7UBfkW6NInqk4bPJTG/s1600/ams-quaker-state-400-underthelights_300x200.png&quot; alt=&quot;Quaker State 400 at Atlanta Motor Speedway&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;The weekend had finally arrived for the Quaker State 400 at Atlanta Motor Speedway.&lt;/p&gt;

&lt;p&gt;This race was going to be a little different for us. We had been to Atlanta Motor Speedway before, but never for a night race. We were really looking forward to it, and it was definitely going to be a lot warmer than the last time we were in Atlanta for a race.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏁 Xfinity Series Saturday&lt;/h2&gt;

&lt;p&gt;The race weekend was great from the start. Two of my cousins came up from South Georgia, and we had the weekend all planned out, beginning with the Alsco Uniforms 250 Xfinity race.&lt;/p&gt;

&lt;p&gt;We were pulling for the #21 car driven by Austin Hill. The racing was great all night long, and Austin was doing well. With only three laps left, Parker Kligerman spun Austin, ending his chance at a three-peat at Atlanta Motor Speedway.&lt;/p&gt;

&lt;div class=&quot;scw-highlight&quot;&gt;
  Sometimes racing can be cruel. Three laps can change everything.
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🍤 Our First AMS Tailgate&lt;/h2&gt;

&lt;p&gt;Sunday we got to the track around 12:30 PM and set up what will hopefully become our annual tailgate at Atlanta Motor Speedway.&lt;/p&gt;

&lt;p&gt;We got the tent set up, then the grill and chairs. After that, we walked around the Fan Zone and got to see Corey LaJoie signing autographs. Christie and I also got tickets to either Daytona or Las Vegas.&lt;/p&gt;

&lt;p&gt;After heading back to the truck, we decided it was time to start cooking.&lt;/p&gt;

&lt;div class=&quot;scw-tailgate-box&quot;&gt;
  Tent ✔️&lt;br /&gt;
  Chairs ✔️&lt;br /&gt;
  Blackstone ✔️&lt;br /&gt;
  Friends and family ✔️&lt;br /&gt;
  Steak and fresh shrimp ✔️
&lt;/div&gt;

&lt;p&gt;Noel opened the tote and quickly realized he had left the foil and seasoning for the steaks in his truck, which was still parked back at the hotel.&lt;/p&gt;

&lt;p&gt;We asked security in reserved parking if we could leave and come back because someone had made a party foul. The security lady was super sweet and allowed us to leave so we could make a backup run to Walmart in Lovejoy.&lt;/p&gt;

&lt;p&gt;After getting back to the track, we were ready to cook. Noel brought shrimp that had been in the ocean on Thursday and on the griddle by Sunday. Along with the shrimp, we had steak.&lt;/p&gt;

&lt;div class=&quot;scw-photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWS-kyo_DxsdstRIsEqK-BdQypPF8iLKqBYQNi45jOHjNc9KLA-PJ8xYuNf4FfJdcjnJSFafecnFY0A-7hUmn7vxy24hUo5ZQ3RUQtW87AfBeKSHwPfWcjGt0ug8jL1bDGHOtOkaEI_Bjnwb1B-9pfqUWuwxLq_6zaOcc3adX-rRcxBhwTXEfJG9O9q2VN/s4000/20230709_155832.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWS-kyo_DxsdstRIsEqK-BdQypPF8iLKqBYQNi45jOHjNc9KLA-PJ8xYuNf4FfJdcjnJSFafecnFY0A-7hUmn7vxy24hUo5ZQ3RUQtW87AfBeKSHwPfWcjGt0ug8jL1bDGHOtOkaEI_Bjnwb1B-9pfqUWuwxLq_6zaOcc3adX-rRcxBhwTXEfJG9O9q2VN/s320/20230709_155832.jpg&quot; alt=&quot;AMS tailgate food&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGDYxoC2XaOV-btJ95XkJhcppJXWS0kxr6ESElz2ADqiGjBVYSH5E00EzRxorYSBckiuN4trn6Fneyz5WKg7ZLqXJHEV3XXrMoTducyMmXflT57HAWZlODGnCnzcqW9vlL1rEuYdfka2w-V5742NjhU-EZDpm-F8Kj8h567Ac4QvY3lsQm2swUhCJlzk97/s4000/20230709_155810.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGDYxoC2XaOV-btJ95XkJhcppJXWS0kxr6ESElz2ADqiGjBVYSH5E00EzRxorYSBckiuN4trn6Fneyz5WKg7ZLqXJHEV3XXrMoTducyMmXflT57HAWZlODGnCnzcqW9vlL1rEuYdfka2w-V5742NjhU-EZDpm-F8Kj8h567Ac4QvY3lsQm2swUhCJlzk97/s320/20230709_155810.jpg&quot; alt=&quot;Blackstone tailgate cooking&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz4WbP53GWM64NLlQ6pYguyuELi2Gh5rFknJOTm-vqTYmeUbEZX4hdkB3qhiQ_CfjC8jE3_aEcpi1NOwJZmBneQp8kVL9Q0dxqDsGnB-Z4E6-SFfokZb3kuCp_KmPXLdeWLG5MdbqggZw7Dy1HZIlWmbsHOFSO2hwqDqRICD6FFD_St5BvA6H5DsTv1fah/s4000/20230709_150358.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz4WbP53GWM64NLlQ6pYguyuELi2Gh5rFknJOTm-vqTYmeUbEZX4hdkB3qhiQ_CfjC8jE3_aEcpi1NOwJZmBneQp8kVL9Q0dxqDsGnB-Z4E6-SFfokZb3kuCp_KmPXLdeWLG5MdbqggZw7Dy1HZIlWmbsHOFSO2hwqDqRICD6FFD_St5BvA6H5DsTv1fah/s320/20230709_150358.jpg&quot; alt=&quot;AMS tailgate setup&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtj_kjmkde3Kppz6Oa_W09BKPbG-WUtHLAXyCuFOpMwBQrFkkbXKCJkfSnNOUg5Btxrh5zaEzN2BQsL9VIFjUh4WsNJmteDN7dYNnqzGL4gS8Il4RntOucR7le5qRuP2EV5PrxtPwCR2TeAumyzjv5J8Fo84dke_dCaSGgnNaln56ptCViY06AAVzA4lLZ/s4000/20230709_145248.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtj_kjmkde3Kppz6Oa_W09BKPbG-WUtHLAXyCuFOpMwBQrFkkbXKCJkfSnNOUg5Btxrh5zaEzN2BQsL9VIFjUh4WsNJmteDN7dYNnqzGL4gS8Il4RntOucR7le5qRuP2EV5PrxtPwCR2TeAumyzjv5J8Fo84dke_dCaSGgnNaln56ptCViY06AAVzA4lLZ/s320/20230709_145248.jpg&quot; alt=&quot;Tailgating at Atlanta Motor Speedway&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🎶 Pre-Race Moments&lt;/h2&gt;

&lt;p&gt;After eating, we headed into the track. The pre-race concert featured Andy Grammer, and then came driver introductions.&lt;/p&gt;

&lt;p&gt;Before the National Anthem, three skydivers came out of the clouds. One carried a Forever Harvick flag, one carried a Georgia flag, and one carried the American flag.&lt;/p&gt;

&lt;p&gt;The Forever Harvick skydiver landed first, then the Georgia flag, and finally the American flag landed during the National Anthem. It was an incredible sight.&lt;/p&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;🏆 The Kevin Harvick Tribute&lt;/h2&gt;

&lt;p&gt;The command to start engines was given by Richard Childress, who was sitting in the #29 car that Kevin Harvick drove in the Cracker Barrel Old Country Store 500 on March 11, 2001 at Atlanta Motor Speedway.&lt;/p&gt;

&lt;p&gt;That was the race where Harvick won just weeks after Dale Earnhardt was tragically killed in the Daytona 500.&lt;/p&gt;

&lt;p&gt;Richard Childress led the pace laps while Harvick, in the #4 car, pulled up beside him. The two cars drove side by side around the track.&lt;/p&gt;

&lt;div class=&quot;scw-highlight&quot;&gt;
  I’m pretty sure there wasn’t a dry eye at the track during that moment.
&lt;/div&gt;

&lt;hr class=&quot;scw-divider&quot; /&gt;

&lt;h2&gt;⚡ A Rain-Shortened Finish&lt;/h2&gt;

&lt;p&gt;The race began, and the drivers battled hard all the way until the end of the rain-shortened race.&lt;/p&gt;

&lt;p&gt;Ross Chastain got involved in a wreck on Lap 123, which pretty much ended his day. Daniel Suárez finished second and had a good run most of the night.&lt;/p&gt;

&lt;p&gt;Then lightning struck, and Atlanta Motor Speedway asked everyone to leave the stands. As we were heading down, the race was officially called with William Byron as the winner.&lt;/p&gt;

&lt;div class=&quot;scw-photo-grid&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhq4L3EFsyssLmbDEnc1zy9Q2CqUPg3AiDEtXs27TNc6eL3wHvjWRzbppk3gZZeu8cSVaTTLGZKcoQx9UE_GfZHBJQWBHIsYeIZjOivBL63mDYBCcuCNGq6z7j82vE3iE29GOGA6qHq-QBRk8ZclO-pAkLUOBeFcJCQ8hqCGF6Wvcq8rJ2muc46zBTLLkaG/s4000/20230709_182435.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhq4L3EFsyssLmbDEnc1zy9Q2CqUPg3AiDEtXs27TNc6eL3wHvjWRzbppk3gZZeu8cSVaTTLGZKcoQx9UE_GfZHBJQWBHIsYeIZjOivBL63mDYBCcuCNGq6z7j82vE3iE29GOGA6qHq-QBRk8ZclO-pAkLUOBeFcJCQ8hqCGF6Wvcq8rJ2muc46zBTLLkaG/s320/20230709_182435.jpg&quot; alt=&quot;AMS pre-race&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihIDB7GtznJxhecG7xJxiRYacLPbcgst_d9QZIXxVjpt8RgLOXzO_Dmyht-julYP3m5a37YVuthXXjYHzm6qqB6OUnwS6zFp3NSUyjAf8Y8kJE_Je4V9UyDg_UGkfdZvG_DF6z0nKcx0eo_OMgIraNiD8BTtk0zfnowuoAsBfBS2VCiqIT3oQswLGT5kSV/s4000/20230709_183809.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihIDB7GtznJxhecG7xJxiRYacLPbcgst_d9QZIXxVjpt8RgLOXzO_Dmyht-julYP3m5a37YVuthXXjYHzm6qqB6OUnwS6zFp3NSUyjAf8Y8kJE_Je4V9UyDg_UGkfdZvG_DF6z0nKcx0eo_OMgIraNiD8BTtk0zfnowuoAsBfBS2VCiqIT3oQswLGT5kSV/s320/20230709_183809.jpg&quot; alt=&quot;Atlanta Motor Speedway race night&quot; /&gt;
  &lt;/a&gt;

  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIf2Mv_Nz_E4wlYh4slvtok8QKGyWtn6qChVHdAgBWezknztF7MRpqDpCRftLKREGSGOyRa5jmFLpF1Dbwl3vFGl5DrZ_nbjmbDIk7r1Cxcx0pTsFs66tE5d-7fF1Qqx6pOow4P9dV4gQ-soTch63XU3HlHfQLUQ7Vx9LVr2o5Hh-DCT2KjgUX_Ij8yORZ/s4000/20230709_190612.jpg&quot;&gt;
    &lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIf2Mv_Nz_E4wlYh4slvtok8QKGyWtn6qChVHdAgBWezknztF7MRpqDpCRftLKREGSGOyRa5jmFLpF1Dbwl3vFGl5DrZ_nbjmbDIk7r1Cxcx0pTsFs66tE5d-7fF1Qqx6pOow4P9dV4gQ-soTch63XU3HlHfQLUQ7Vx9LVr2o5Hh-DCT2KjgUX_Ij8yORZ/s320/20230709_190612.jpg&quot; alt=&quot;Quaker State 400 race view&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;scw-list-box&quot;&gt;
  &lt;strong&gt;This weekend gave us:&lt;/strong&gt;&lt;br /&gt;
  🌙 Our first night race at Atlanta Motor Speedway&lt;br /&gt;
  🏁 Xfinity Series racing&lt;br /&gt;
  🍤 Fresh shrimp and steak on the Blackstone&lt;br /&gt;
  🤦 A forgotten seasoning party foul&lt;br /&gt;
  🇺🇸 Skydivers during pre-race&lt;br /&gt;
  🏆 A powerful Kevin Harvick tribute&lt;br /&gt;
  ⚡ A rain-shortened finish&lt;br /&gt;
  🚗 Another NASCAR memory with family
&lt;/div&gt;

&lt;h2&gt;❤️ Final Thoughts&lt;/h2&gt;

&lt;p&gt;All in all, it was a great weekend.&lt;/p&gt;

&lt;p&gt;It had racing, family, tailgating, good food, a little chaos, a lot of laughs, and one unforgettable Kevin Harvick tribute.&lt;/p&gt;

&lt;p&gt;Now we wait for September and head to Bristol.&lt;/p&gt;

&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/2932178758639269502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2023/07/ams-summer-night-race.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2932178758639269502'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2932178758639269502'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2023/07/ams-summer-night-race.html' title='AMS Summer Night Race'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3kXHD70HwEggD30No0YFdXfNvyZL_ySZSZ7-y4tg-EeR7i-mAIfmyEPGD7vEPig4Ox6BkWEpal3vQgcsfB3FvjrJjYrMMf5sXKyQOa8brITS-t1bPFSKgAW4fSecALtQraqqtiB1UJ3W_o0xaZllfNXjqZlmu4LwI7wRrHVbOJF7UBfkW6NInqk4bPJTG/s72-c/ams-quaker-state-400-underthelights_300x200.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-7490445447753493926</id><published>2023-03-18T06:13:00.007-05:00</published><updated>2023-05-07T06:15:37.388-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Atlanta Motor Speedway"/><category scheme="http://www.blogger.com/atom/ns#" term="Nascar"/><category scheme="http://www.blogger.com/atom/ns#" term="Spring Race"/><title type='text'>The Beginning of the Bucket List in Atlanta</title><content type='html'>&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPS_GOVhHGPaxwhkNIl6I7jKWlXmnOCeASBY4hAdgEgkvxg-n1hBa3usox3cgdWf4BTRXl-5y_h-t0zDP2YOwzmkFLsbmGOuVeolIz4UqqbEATsImvsQUlbsYpeapb0V7O75qbL9LWBFxd/s1600/1679138113508709-0.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPS_GOVhHGPaxwhkNIl6I7jKWlXmnOCeASBY4hAdgEgkvxg-n1hBa3usox3cgdWf4BTRXl-5y_h-t0zDP2YOwzmkFLsbmGOuVeolIz4UqqbEATsImvsQUlbsYpeapb0V7O75qbL9LWBFxd/s1600/1679138113508709-0.png&quot; width=&quot;400&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;u&gt;&lt;b&gt;**This post will be updated throughout the weekend&lt;/b&gt;&lt;/u&gt;.&amp;nbsp;&lt;/div&gt;-(7am&amp;nbsp; 3/18/23) The Bucket lishas officially started.&amp;nbsp; Today we start with the FR208 Nascar Craftsman Truck series followed by the Raptor 250 Xfinity series race. It&#39;s gonna be cold. The high today is 52 degrees, we&#39;ll reach that at 5pm this afternoon. Looking forward sto see the races from the stands. Usually when we are at AMS we are working security or shooting off fireworks. This is the first year that Christie and I will be actual fans&lt;span style=&quot;color: #04ff00;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;Saturday at AMS! 🏁&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;9 a.m. - Fan Zone Opens&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;11 a.m. - Gates Open&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;11:35 a.m. - Cup Series Qualifying&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;1:30 p.m. - Fr8208 Driver Intros&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;2:00 p.m. - Fr8208 Green Flag&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;4:30 p.m. - RAPTOR250 Driver Intros&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;5:00 p.m. - RAPTOR250 Green Flag&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;8:00 p.m. - Peach Pit Party&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;Saturday Driver Appearances ⬇️&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;https://llo.to/t/LbPup&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;-(11pm 3/18/23) The racing was great. Very cold out when the sun was behind the clouds. Our seats were perfect. Here are some&amp;nbsp;&lt;a href=&quot;https://bit.ly/3mYc8Wt&quot;&gt;Pictures from Truck and Xfinity race&lt;/a&gt;&amp;nbsp;. The first race was the FR8 208 Nascar Craftsman Truck series. The winner of that race was&amp;nbsp;Christian Eckes #19. After that was the Xfinity series RAPTOR KING OF TOUGH 250. Austin Hill from Winston, Ga was the winner of that.&amp;nbsp;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3/19/2023. IT’S #AMBETTER400 RACEDAY! 🏁&lt;/div&gt;&lt;div&gt;9 a.m. - Fan Zone Opens&lt;/div&gt;&lt;div&gt;11 a.m. - Gates Open&lt;/div&gt;&lt;div&gt;11:30 a.m. - Pre-Race Access Opens&lt;/div&gt;&lt;div&gt;1:15 p.m. - Parmalee Pre-Race Concert&lt;/div&gt;&lt;div&gt;2:30 p.m. - Driver Introductions&lt;/div&gt;&lt;div&gt;3 p.m. - Ambetter Health 400 Green Flag&lt;/div&gt;&lt;div&gt;Sunday Driver Appearances&lt;/div&gt;&lt;div&gt;https://llo.to/t/XDIJV&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;10am (3/19/23) Very cold this morning. We arrived at the track and walked around the Fan Zone. Ross Chastain and his brother Chad were at the Georgia Highway Safety tent. We met up with Susan Chastain (Ross&#39;s Mom) and had a nice little talk with her while Ross &amp;amp; Chad were singing autographs.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1230 (3 /19/23) We headed into the track to our seats and got ready for the pre race concert with Parmalee.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3pm (3/19/23) After driver intros the race got underway and 10 laps in Bubba Wallace spun out on the backstretch. Stage one came to an end with 22 Lagono getting the stage points. Stage two went green for all 100 laps. Stage 3 also 100 laps was the final of 260 laps with Lagono coming to the checked flag. The race itself was awesome. Not a big fan of the new pitroad entrance.&amp;nbsp; Now we wait a month and a few days from now we I&#39;ll be at &#39;Dega. Looking forward to seeing some fast racing.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8NJLtZcxeFE66E57f9K71id6aNPO9YXUgwx_VUu3NawpL_xtqaHQEeZ7KRuTPPS0aEInvamjhUkQ4YkUzAQiM9YoTli2BVX5Nq-JkY5DPz72xbvAvdFPca7vouC7jmZaDAajGTwe0P5Jr_nYnyQ4_R9CM1XFvKvXYEXvrK5bi2egEbU0ZDP0tTFheDA/s1840/20230319_105431_resized.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1840&quot; data-original-width=&quot;1728&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8NJLtZcxeFE66E57f9K71id6aNPO9YXUgwx_VUu3NawpL_xtqaHQEeZ7KRuTPPS0aEInvamjhUkQ4YkUzAQiM9YoTli2BVX5Nq-JkY5DPz72xbvAvdFPca7vouC7jmZaDAajGTwe0P5Jr_nYnyQ4_R9CM1XFvKvXYEXvrK5bi2egEbU0ZDP0tTFheDA/s320/20230319_105431_resized.jpg&quot; width=&quot;301&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #04ff00;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/7490445447753493926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2023/03/the-beginning-of-bucket-list-in-atlanta.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/7490445447753493926'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/7490445447753493926'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2023/03/the-beginning-of-bucket-list-in-atlanta.html' title='The Beginning of the Bucket List in Atlanta'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPS_GOVhHGPaxwhkNIl6I7jKWlXmnOCeASBY4hAdgEgkvxg-n1hBa3usox3cgdWf4BTRXl-5y_h-t0zDP2YOwzmkFLsbmGOuVeolIz4UqqbEATsImvsQUlbsYpeapb0V7O75qbL9LWBFxd/s72-c/1679138113508709-0.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-3109508494142318144</id><published>2022-12-24T14:29:00.001-06:00</published><updated>2023-01-28T07:35:30.594-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Wreaths Across America"/><title type='text'>Wreaths Across America 2022</title><content type='html'>Christie &amp;amp; I began volunteering with Wreaths Across America in 2019. Let&#39;s back track a little on how we got started. On December 15, 2018 my father attended the opening ceremony at Sunset Memorial Gardens Cemetery. After the hour-long ceremony my father made his way to Pineview Memorial Gardens where he is in charge of the wreath laying at that cemetery. As they began the laying of the wreaths my father reached over his trailer and collapsed. He was having a heart attack. Other members of the American Legion Post 71 North Augusta were also on site. They saw my dad collapse and sprung into action beginning CPR until Aiken County EMS arrived. My dad died seven times on the way to the hospital brought back every time. You can read more about&amp;nbsp;&lt;a href=&quot;https://bit.ly/Left2do&quot;&gt;his story here.&lt;/a&gt;&amp;nbsp;He was in a medically induced coma for a week. When he came out of the coma I made a promise to him that I would be at every Wreaths Across America event with him from here on out.&lt;div&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;2022 was our third year involved with this event. We left our house on Thursday night and drove half way. On Friday morning we arrived at my parents house at 11:30am and quickly jumped into my dad&#39;s truck and headed to Wade Hampton Veterans Memorial Park.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHjXozwEkRFqTWgKYqRcGUP5u7e1MaI564fOtbb6KedoMQK_SUMZntjy4V2-FIz-pRSnXXikr4hiB9IVp-rKdtwl8v8cXQb74EZCsdnpQbvLaS-cxQabw6mEZIwa1H5I36QDoMBpzgkpvt/s1600/1671857906117421-0.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHjXozwEkRFqTWgKYqRcGUP5u7e1MaI564fOtbb6KedoMQK_SUMZntjy4V2-FIz-pRSnXXikr4hiB9IVp-rKdtwl8v8cXQb74EZCsdnpQbvLaS-cxQabw6mEZIwa1H5I36QDoMBpzgkpvt/s1600/1671857906117421-0.png&quot; width=&quot;400&quot;&gt;
  &lt;/a&gt;
&lt;/div&gt;This will be the beginning of our weekend. The event at Wade Hampton Veterans Memorial Park was a short event. Post 71 laid a Wreath for all the military branches. After the ceremony we went to&amp;nbsp;&lt;a href=&quot;http://eatmonterreys.com/&quot;&gt;Monterreys Mexican Restaurant&lt;/a&gt;&amp;nbsp;with my parents and the Wreaths Across America director for North Augusta Tony and his wife. After eating we talked telling old stories about past wreath layings and other things. I found out why Tony got involved with Wreaths Across America and it was because of his son. I don&#39;t know before this if Tony had any children or not but being retired military I figured he did, and I was right. Tony&#39;s son&amp;nbsp;&lt;a href=&quot;https://thefallen.militarytimes.com/army-sgt-1st-class-anthony-venetz-jr/5592560&quot;&gt;Anthony&lt;/a&gt;&amp;nbsp;died while in Afghanistan. Hearing Tony tell his son&#39;s story made me understand even more of why I drive 210 miles to my parents every third week of December.&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEii3JX9U5HtxHb5SO1FT5usXpfLcTh9E5rQYQRwpcCEZsgYfHHnM8QftWQAaxm_05mMFzbBTuMpzrGJX6CXvQwie812_bVgwAgnF3qNvE5-IQPbilcTmKWv0u7PfWJF-Q_G8mCHNuKZv4O7/s1600/1671857904908626-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEii3JX9U5HtxHb5SO1FT5usXpfLcTh9E5rQYQRwpcCEZsgYfHHnM8QftWQAaxm_05mMFzbBTuMpzrGJX6CXvQwie812_bVgwAgnF3qNvE5-IQPbilcTmKWv0u7PfWJF-Q_G8mCHNuKZv4O7/s1600/1671857904908626-1.png&quot; width=&quot;400&quot;&gt;
  &lt;/a&gt;
&lt;/div&gt;Saturday morning while we were at the opening ceremony at Sunset Memorial Gardens, Tony said something in his speech that stuck with me. &quot;When you lay a wreath remember the name, go home and Google it. That person has a story.&quot; After the ceremony at Sunset Memorial, Christie, Dad, and myself headed over to Pineview Memorial Gardens. We laid out wreaths on the fallen veterans headstones, said their names out loud, and thanked them for their service. The sad part of the whole event, which is&amp;nbsp;&lt;a href=&quot;https://bit.ly/SC0064P&quot;&gt;funded by donations&lt;/a&gt;,is that we don&#39;t have enough wreaths for all the headstones of fallen veterans. After we finished up at Pineview we went to Sunset Hill Cemetery where my mom is in charge of that location for laying out wreaths. There is so much time invested in this event and so many volunteers every year.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;While planning my visit to South Carolina this year, I asked my parents if it would be possible to visit Ft. Jackson while on my visit. Before going onto the actual base my mom wanted to visit Ft Jackson National Cemetery to view all the wreaths that had been laid out the day before.&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwLIpNB_oH8UvW4N7Fr92yCwXrBQhvOLQuKpVKaRysPuF_fmy3SVbC3qghnFepJwgPUtpKpQge6kM2bOckLZXp-rWr4qnZ_eziCG1r-H2boMHDzokjEOYID2A6Wzb09NlhoIM4XGhdy_Ov/s1600/1671857903457851-2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwLIpNB_oH8UvW4N7Fr92yCwXrBQhvOLQuKpVKaRysPuF_fmy3SVbC3qghnFepJwgPUtpKpQge6kM2bOckLZXp-rWr4qnZ_eziCG1r-H2boMHDzokjEOYID2A6Wzb09NlhoIM4XGhdy_Ov/s1600/1671857903457851-2.png&quot; width=&quot;400&quot;&gt;
  &lt;/a&gt;
&lt;/div&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;It&#39;s such a beautiful view with all the wreaths laid out. Just knowing that these men and women are the reason for our freedom.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;I haven&#39;t been to Ft Jackson since 2000. This is my first visit in twenty-two years. First time in thirty-six years I&#39;ve been on this base with my parents. So many memories jumped into my mind. This is the first time that I get to show Christie one of the places where I grew up. Naturally things have changed a little since the last time I was here. The house I lived in, the elementary school, and the baseball field I played on have all been torn down.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivouvx1nq-fWNy4P7HxNGkfpRo5SDYoOCWVUN-qzAUgxvWIYxqkqi-tV9ylc6QgmrNBAOQxDeIxhDyAAmaf9RSX-VCr_iOM3Pz1fSgUOIJ8viEGtB0D2SvXRn16VUaCDgrF3N_eCuvLbWp/s1600/1671857902269635-3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivouvx1nq-fWNy4P7HxNGkfpRo5SDYoOCWVUN-qzAUgxvWIYxqkqi-tV9ylc6QgmrNBAOQxDeIxhDyAAmaf9RSX-VCr_iOM3Pz1fSgUOIJ8viEGtB0D2SvXRn16VUaCDgrF3N_eCuvLbWp/s1600/1671857902269635-3.png&quot; width=&quot;400&quot;&gt;
  &lt;/a&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;Even though all those places are torn down, the memories will always be there. Just walking on the baseball field where as a kid I was one of the top players in Columbia,SC. I could hear the parents cheering us on, I could see all my teammates in the dugout, I could hear the bats hitting the ball. It&#39;s just a great moment for me to be able to share this with my wife.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/3109508494142318144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2022/12/wreaths-across-america-2022.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3109508494142318144'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3109508494142318144'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2022/12/wreaths-across-america-2022.html' title='Wreaths Across America 2022'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHjXozwEkRFqTWgKYqRcGUP5u7e1MaI564fOtbb6KedoMQK_SUMZntjy4V2-FIz-pRSnXXikr4hiB9IVp-rKdtwl8v8cXQb74EZCsdnpQbvLaS-cxQabw6mEZIwa1H5I36QDoMBpzgkpvt/s72-c/1671857906117421-0.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-2784803343530506532</id><published>2022-11-28T05:25:00.003-06:00</published><updated>2023-01-28T07:41:03.858-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Down Syndrome"/><title type='text'>Down Syndrome</title><content type='html'>&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-d04d019b-7fff-0719-690b-5ef412c82c80&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I&#39;ve never met anybody with more love for people than a person with Down Syndrome, I believe the first person I met with Downs was when I lived in Germany. His name was Ben. I remember him with his three wheeled bike. He would ride in the parking lot of the Skyline Housing Area in Würzburg, Germany. Ben always had a smile on his face, I don&#39;t think I ever saw him upset. Years after I moved back to the states I heard Ben passed away. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXfxDJsqXayWnIc_v6hrJZvJdfd1SA4g_DKFNYeYA0mjgdhjfmbzbtv55HLTe8H2wclM_-wTmVws7KVem-M957GU63b7QuRsoO7X6Dy_v6zzLpSsSbnAOGRD4scfz_JwWa7Q7WiM5ljEgqFPI0s90m3wBNHFaftl3L5W_os2qv3IPqOM5x9IVM35YSvQ/s5621/20200829_135148_wm.jpg&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img alt=&quot;Jon show he&#39;s strong&quot; border=&quot;0&quot; data-original-height=&quot;5621&quot; data-original-width=&quot;2846&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXfxDJsqXayWnIc_v6hrJZvJdfd1SA4g_DKFNYeYA0mjgdhjfmbzbtv55HLTe8H2wclM_-wTmVws7KVem-M957GU63b7QuRsoO7X6Dy_v6zzLpSsSbnAOGRD4scfz_JwWa7Q7WiM5ljEgqFPI0s90m3wBNHFaftl3L5W_os2qv3IPqOM5x9IVM35YSvQ/w162-h320/20200829_135148_wm.jpg&quot; title=&quot;Jon&quot; width=&quot;162&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: arial; white-space: pre-wrap;&quot;&gt;Fast forward to 2003, I met a guy who was a year younger than me. His name was Jon. He was a funny guy, always trying to make you laugh. To him, he didn&#39;t have an extra &lt;/span&gt;&lt;span style=&quot;font-family: arial; white-space: pre-wrap;&quot;&gt;chromosome, to him he was just like you. Little did I know at the time, but he was going to change my life forever. He was going to be my brother-in-law. I added the in-law, but he was really more of a brother to me. Jon and I would do everything together. We participated in Special Olympics Bowling and Golf. We bowled in a league on Wednesday nights for years. We went on vacations together. We would take our Saturday&#39;s and drive around and go different places. To Jon, he was hanging out with his best bud. We enjoyed spending so much time together. November of 2020, we started to notice Jon was becoming forgetful. Which to us was very strange. He began to forget where he was, what his name was, what our names were. Things just didn&#39;t seem right. To us, that was strange because Jon used to be able to tell us when a certain TV show would be coming on and what channel. You could give Jon a number of a NASCAR car and he could tell you the driver&#39;s name. Jon wasn&#39;t dumb, he was very smart. That&#39;s where people don&#39;t know. They figure since he looks different and is slower than a &quot;normal&quot; person that they are dumb….WRONG! Back to November 2020, things weren&#39;t right, so Christie left her job and began to be his caretaker. Hoping and praying things would get better. Maybe it&#39;s just a phase. Well, it wasn&#39;t. Things continued to deteriorate. Jon wasn&#39;t getting better. I&#39;d take him on rides around town and he didn&#39;t know where we were. He would talk about playing golf and look at me and ask if I played golf. He wouldn&#39;t remember us playing. It was sad to watch. Things just kept getting worse. In November 2021 Jon had his first ever seizure. He was taken to RMC and released four days later. They didn&#39;t do anything to help him because we didn&#39;t want to put him in a nursing home 30 minutes away from our house when we have one directly across from where we live. Three days after he was released from RMC, he had an episode and this time we took him to Tanner. I never knew that two hospitals could be so different. The staff at Tanner was so much more helpful and caring. Jon stayed in the hospital for a week. We got him approved to become a resident in the nursing home across from us. He went back to Tanner two more times. His mind wasn&#39;t getting better,, but it was definitely getting worse. On August 9, 2022, Jon passed away, and that&#39;s when I had a hole placed in my heart. Jon is in Heaven and not in any pain anymore. I miss him daily and think of him all the time. Down Syndrome is just a thing that someone has. It has become a part of my life.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPPKPEUfRTczBe6JXigX_jvRs3sVUFbGfG94NtfECG73kbH0jlAc157V7GCgs-uUyl3ARz4Vsni5cdxjD-3-oLaZieUhl727-7WLcDK_y78m_jwa5R1NS0ZXI4Gdj3yWR3nVAaBwCkE9MKQ13JoQCDuhdMhyKmj7tjJlUYshL8dEQWvvaJa65lyPVOCQ/s3264/KIMG0355.JPG&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br&gt;&lt;img alt=&quot;Matthew &amp;amp; Steve being Boys&quot; border=&quot;0&quot; data-original-height=&quot;1836&quot; data-original-width=&quot;3264&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPPKPEUfRTczBe6JXigX_jvRs3sVUFbGfG94NtfECG73kbH0jlAc157V7GCgs-uUyl3ARz4Vsni5cdxjD-3-oLaZieUhl727-7WLcDK_y78m_jwa5R1NS0ZXI4Gdj3yWR3nVAaBwCkE9MKQ13JoQCDuhdMhyKmj7tjJlUYshL8dEQWvvaJa65lyPVOCQ/w320-h180/KIMG0355.JPG&quot; title=&quot;Matthew &amp;amp; Steve&quot; width=&quot;320&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Christie and I have friends named Christy and Brian. They have a son named Matthew. Yep, you guessed it, Matthew has Downs. I met Matthew in 2012. We have been friends ever since. Matthew was nonverbal for a long time and his only way of communicating was signing. When we would visit, I always had to have Matthew sign to his mom and have her translate for me. Today Matthew speaks and sometimes I struggle to understand what it is he is saying, but he will spell it out by signing to me. We visited Brian, Christy and Matthew quite a bit. Usually when we go to a festival or event Christie, Brian,Christy walk around and Matthew and I do our own thing. Matthew always tries to joke with me. One thing he does is he will look at me and say, &quot;Steve, watch.&quot; He will lean over to Christie and kiss her on the cheek. He then goes into a big laugh and I stare him down and say to him, &quot;You kissing on my girl?&quot; His reply is &quot;Yeah.&quot; It&#39;s little things like that that make me love all these guys. You see, downs may be an extra chromosome but that extra chromosome is an unconditional love chromosome.&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/2784803343530506532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2022/11/down-syndrome.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2784803343530506532'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/2784803343530506532'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2022/11/down-syndrome.html' title='Down Syndrome'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXfxDJsqXayWnIc_v6hrJZvJdfd1SA4g_DKFNYeYA0mjgdhjfmbzbtv55HLTe8H2wclM_-wTmVws7KVem-M957GU63b7QuRsoO7X6Dy_v6zzLpSsSbnAOGRD4scfz_JwWa7Q7WiM5ljEgqFPI0s90m3wBNHFaftl3L5W_os2qv3IPqOM5x9IVM35YSvQ/s72-w162-h320-c/20200829_135148_wm.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-3650705518484986535</id><published>2022-11-26T11:31:00.003-06:00</published><updated>2023-01-28T07:41:24.771-06:00</updated><title type='text'>More Coming Soon!</title><content type='html'>&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwybZBIACML-BD_-ohQbpXOTQdo6jQtIckFT7OdfjeZckuvl1ylPzFnpJSbku3qGYmNvmwUSHTjUJwcqdYTHZPFczG5nEZajO_RTEPSTWTO0V80tu5GOs0y7ydiNc_MeOAFKEweE-EfIJkh2WwaRl3XuRm7czYtaiqoCbRmTjH40Esm4Gw6P4jNvXJZQ/s3216/20220903_143845.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1528&quot; data-original-width=&quot;3216&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwybZBIACML-BD_-ohQbpXOTQdo6jQtIckFT7OdfjeZckuvl1ylPzFnpJSbku3qGYmNvmwUSHTjUJwcqdYTHZPFczG5nEZajO_RTEPSTWTO0V80tu5GOs0y7ydiNc_MeOAFKEweE-EfIJkh2WwaRl3XuRm7czYtaiqoCbRmTjH40Esm4Gw6P4jNvXJZQ/s320/20220903_143845.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;I&#39;ve realized that I haven&#39;t done much on here. When I have down time I have these thoughts. Instead of having these thoughts and forgetting them about thirty minutes later I guess I need to write them down. I&#39;ll be adding them to the site as time progress. I will try to go thru the stuff I did this summer and put it on here.&amp;nbsp;&lt;p&gt;&lt;/p&gt;&lt;blockquote style=&quot;border: none; margin: 0 0 0 40px; padding: 0px;&quot;&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/3650705518484986535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2022/11/more-coming-soon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3650705518484986535'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/3650705518484986535'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2022/11/more-coming-soon.html' title='More Coming Soon!'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwybZBIACML-BD_-ohQbpXOTQdo6jQtIckFT7OdfjeZckuvl1ylPzFnpJSbku3qGYmNvmwUSHTjUJwcqdYTHZPFczG5nEZajO_RTEPSTWTO0V80tu5GOs0y7ydiNc_MeOAFKEweE-EfIJkh2WwaRl3XuRm7czYtaiqoCbRmTjH40Esm4Gw6P4jNvXJZQ/s72-c/20220903_143845.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-6297117191969116741</id><published>2016-09-23T23:27:00.001-05:00</published><updated>2023-01-28T07:41:43.133-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Anniversary"/><title type='text'>The First Eight Years</title><content type='html'>&lt;p dir=&quot;ltr&quot;&gt;&lt;u&gt;It&lt;/u&gt; all happened a little over 10 years ago. I met this women at a fireworks show. At the time I never thought that 2 years after we met that I would be her husand and she would be my wife. She has taught me so much, more than I could ever imagine. We have traveled to many places that she probably would have never thought that she would have seen. &lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;One day I woke up and got ready for work. I told Christie that I would be getting off work early so we could go get our marriage license at the courthouse. She did her famous move of &#39;Holding her Breathe&#39;. About 12:30 that afternoon I called her and said wear something nice we are getting married today. I got to the house picked her up and we headed over to the courthouse. When we got to the courthouse we went in and got our license. Then I asked how can we make this official. They told us that their weren&#39;t any judges that could perform the service. All the ladies in the office started making phone calls to see if they could find a judge. They told us to go up to the 3rd floor and a judge was having court and she could do it after the court sessions. We headed up to the 3rd floor and sat outside of the courtroom. She saw us sitting outside and said come on in her last case was late and there wasn&#39;t any since in us having to wait for the case to start. The judge then married us. And that is how our marriage started. &lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;Here is a little &lt;a href=&quot;http://bit.ly/8yeArs&quot;&gt;&lt;u&gt;video&lt;/u&gt;&lt;/a&gt; I put together&lt;/p&gt;
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/6297117191969116741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2016/09/the-first-eight-years.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6297117191969116741'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6297117191969116741'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2016/09/the-first-eight-years.html' title='The First Eight Years'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-8510896522655621325</id><published>2016-05-15T20:20:00.002-05:00</published><updated>2016-05-15T20:20:49.905-05:00</updated><title type='text'>Day at the Cabin</title><content type='html'>Days like today are awesome. We spent the day at the cabin for the Hyatt reunion. Not a lot of people there but still a good time and plenty of food.&lt;br /&gt;
Tyler and I spent most of the day fishing and trying to find that damn snapping turtle. We didn&#39;t catch anything, well I caught some weeds and sun.
We have a lot of great memories at the cabin. One in particular is when I took the oars away from &lt;a href=&quot;https://youtu.be/6JL3cJLRuao&quot; target=&quot;_blank&quot;&gt;Tyler &amp;amp; Jon&lt;/a&gt; were in the boat that had not motor and Tyler ended up kicking his way back to the shore.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyD7Hc2gVf-gMKFnFbl3zuxqQoIrZftnBKs_8b2u82JeqaFguJhzWiog6MFnYrD5_iuMMIa8pHG95lRMHoy8iyU-WdKSgi3DGZYU0tLauZhH9Z7hYBzHCxxqSS6wZF7-GHIGnOPd_nC1WL/s1600/20160515_180854_wm.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyD7Hc2gVf-gMKFnFbl3zuxqQoIrZftnBKs_8b2u82JeqaFguJhzWiog6MFnYrD5_iuMMIa8pHG95lRMHoy8iyU-WdKSgi3DGZYU0tLauZhH9Z7hYBzHCxxqSS6wZF7-GHIGnOPd_nC1WL/s320/20160515_180854_wm.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/8510896522655621325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2016/05/day-at-cabin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/8510896522655621325'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/8510896522655621325'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2016/05/day-at-cabin.html' title='Day at the Cabin'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyD7Hc2gVf-gMKFnFbl3zuxqQoIrZftnBKs_8b2u82JeqaFguJhzWiog6MFnYrD5_iuMMIa8pHG95lRMHoy8iyU-WdKSgi3DGZYU0tLauZhH9Z7hYBzHCxxqSS6wZF7-GHIGnOPd_nC1WL/s72-c/20160515_180854_wm.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-6789632651407609063</id><published>2016-05-09T21:54:00.002-05:00</published><updated>2023-01-28T07:42:15.373-06:00</updated><title type='text'>What&#39;s in the works?</title><content type='html'>&lt;p dir=&quot;ltr&quot;&gt;I&#39;m having this brain fart about trying to start some creative writing. Since this page has been around since 2014 and I have done nothing with it I figured that this will be the page that I will be posting on. Just coming up with ideas and time on what to write. &lt;br&gt;
&amp;#160; Hopefully most of the post will be longer than this. &lt;/p&gt;
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/6789632651407609063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2016/05/what-in-works.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6789632651407609063'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/6789632651407609063'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2016/05/what-in-works.html' title='What&#39;s in the works?'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-603926876244643649.post-5760475402387253223</id><published>2014-05-03T23:42:00.001-05:00</published><updated>2014-05-03T23:42:40.215-05:00</updated><title type='text'>Welcome to yet another Blog</title><content type='html'>&lt;p dir=&quot;ltr&quot;&gt;Let&#39;s see what I can do with this one. &lt;/p&gt;
</content><link rel='replies' type='application/atom+xml' href='https://stevewainright.blogspot.com/feeds/5760475402387253223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://stevewainright.blogspot.com/2014/05/welcome-to-yet-another-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/5760475402387253223'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/603926876244643649/posts/default/5760475402387253223'/><link rel='alternate' type='text/html' href='https://stevewainright.blogspot.com/2014/05/welcome-to-yet-another-blog.html' title='Welcome to yet another Blog'/><author><name>Steve Wainright</name><uri>http://www.blogger.com/profile/11959508410270203156</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='15' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSYArYg8HjZY2ylX_QFWQm9-rtkdKgWXU9fh3Yslbrpyio1oASAh7fe9PrytYE9SZCn0fe83mRFTrIkbFhQ9zJ4loEnVqAr-XooF8StpPCBvR7aIYWbTtCrmaJF0edvlCUy3LKzusPO3Yz1rd8HxlvvWqJ_EoCYwDxOCbd5ORtb4/s220/20220904_163341.jpg'/></author><thr:total>0</thr:total></entry></feed>