<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="title" content="404 - Page Not Found">

  <title>404 - Page Not Found</title>

  <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
  <link rel="manifest" href="script/site.webmanifest">
  
  <link rel="stylesheet" href="script/bootstrap.min.css">
  <link rel="stylesheet" href="script/custom.css"> 
  
</head>

<body>

<!-- Header -->
<section>
<div class="container mt-5 text-center">  
<div class="row">
<div class="col-lg-12">
	<p class="sassy-sm">your<span class="sassy">sassy</span>therapist</p>
    <p class="small-bold-text">robert b. sanoshy, lcsw</p>	
</div>		
</div>  		
</section>
<!-- End Header -->

<!-- Section -->
<section>
<div class="container mt-5"> 
	<div class="col-md-12">
    <h2 class="text-center pb-3">404
      <small>Page Not Found</small></h2>
    <div class="m-1 pb-3">
      <h1 class="display-1">404</h1>
      <p>The page you're looking for could not be found. Here are some helpful links to get you back on track:</p>
<ul>
<li>
<a href="index.html">About</a>
</li>
<li>
<a href="healing.html">Healing</a>
</li>
<li>
<a href="teaching.html">Teaching</a>
</li>
<li>
<a href="celebrating.html">Celebrating</a>
</li>
</ul>   

    </div>
	</div>
</div>
</section>
<!-- End Section -->

</body>
</html>
