<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Athletic Barn Baseball : Page Not Found</title>
<link href="/assets/shared.css" rel="stylesheet"/>
<style>
        body { font-family: sans-serif; background: #f4f4f4; color: #333; line-height: 1.6; padding: 20px; }
        .container { max-width: 800px; margin: 40px auto; background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center; }
        .logo-box img { max-width: 200px; margin-bottom: 20px; }
        nav ul { list-style: none; padding: 0; margin: 20px 0; }
        nav li { display: inline; margin: 0 15px; }
        nav a { color: #000; text-decoration: none; font-weight: bold; }
        .error-code { font-size: 72px; color: #cc0000; margin: 0; }
        h1 { margin-top: 0; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; font-size: 0.9em; color: #666; }
        @media (max-width: 768px) { .container { padding: 20px; } }
    </style>
</head>
<body>
<div class="container">
<div class="logo-box">

</div>
<nav>
<ul>
<li><a href="/about-us/index.html">About Us</a></li>
<li><a href="/clinics/index.html">Clinics</a></li>
<li><a href="/ab-gear/index.html">AB Gear</a></li>
<li><a href="/contact/index.html">Contact</a></li>
</ul>
</nav>
<div class="content">
<h2 class="error-code">404</h2>
<h1>Page Not Found</h1>
<p>It seems like you've taken a swing and missed. The page you are looking for does not exist.</p>
<p><a href="/site/">Return to the Homepage</a></p>
</div>
<footer>
<p>© The Athletic Barn Chicago. All rights reserved.</p>
<div style="margin-top: 10px;">
<a href="/about/faqs/index.html" style="color:black; margin: 0 10px;">FAQs</a>
<a href="/contact/index.html" style="color:black; margin: 0 10px;">Contact Us</a>
</div>
</footer>
</div>
</body>
</html>