<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elevation Lighting</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<strong>Elevation Lighting</strong>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="christmas.html">Christmas</a>
<a href="weddings.html">Weddings</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<div class="hero">
<h1>Intentional Lighting. Elevated Results.</h1>
<p>Custom lighting design across Southwest Florida</p>
</div>
<section>
<p>
Elevation Lighting specializes in custom-designed outdoor, wedding, and
holiday lighting. Every installation is planned with precision to create
clean, balanced, and elevated results.
</p>
</section>
<section class="cta">
<h2>Request a Lighting Consultation</h2>
<a href="contact.html">Contact Us</a>
</section>
<footer>
© Elevation Lighting LLC
</footer>
</body>
</html>