<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry page not found</title>
</head>
<style>
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
</style>
<body>

<div class="container">
    <div class="row">
        <div class="col-md-12">
          <div class="error-template">
                <h1>&nbsp;                    </h1>
                <h1>Oops!</h1>
                <h2>
                    404 Not Found</h2>
                <div class="error-details">
                    <p>Sorry, an error has occured, the page you are looking for could not be found.</p>
                    <p>&nbsp;</p>
                    <p>&nbsp;</p>
                </div>
                <div class="error-actions">
                    <a href="https://www.atlanticsessions.com" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-home"></span>
                        Take me to the home page </a>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>
