/*
Theme Name: Probate Sales San Diego
Theme URI: https://probatesalesandiego.com/
Author: Dan Aragon
Author URI: https://janusmortgage.net/
Description: A modern WordPress theme for Probate Sales San Diego, built for Dan Aragon.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: probate-sales
Tags: real estate, probate, san diego, responsive, modern
*/

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    color: #003366;
}
a {
    color: #0077b6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header, footer {
    background: #fff;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.container {
    width: 90%;
	color: white;
    max-width: 1200px;
    margin: 0 auto;
}
.hero {
    background: url('https://source.unsplash.com/1600x600/?san-diego,house') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.hero .btn {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: white;
    border-radius: 5px;
}
.hero .btn:hover {
    background: #005f86;
}
.section {
    padding: 60px 20px;
    text-align: center;
}
.feature-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.feature-box {
    flex: 1 1 30%;
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
footer p {
    margin: 0;
}
