/*
Theme Name: Ship N' Shore Laundry
Theme URI: https://swf-shipnshorelaundry.com/
Author: Ship N' Shore Laundry LLC
Description: A nautical blue beach theme for Ship N' Shore Laundry in Southwest Florida.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shipnshore
Tags: laundry, nautical, business, services
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

header {
    background: linear-gradient(to right, #0077be, #00bfff);
    color: white;
    padding: 20px;
    text-align: center;
}

nav {
    background-color: #004466;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

footer {
    background-color: #004466;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}
