/* Global */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Header & Footer (Black Background) */
header, footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

/* Logo */
.logo {
    max-width: 160px;
    height: auto;
}

/* Header Title Helvetica */
header h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin: 10px 0 5px;
}

header .tagline {
    font-size: 1.1rem;
    margin: 0;
    color: #ddd;
}

/* Hero Image */
.hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.content {
    padding: 20px;
    text-align: center;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    background: #0a74da;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 4px;
    text-decoration: none;
    margin: 20px 0;
}

.cta-btn:hover {
    background: #0559a7;
}

/* Contact Section */
.contact {
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
}

.contact h2 {
    margin-bottom: 10px;
}

/* Google Maps Button */
.map-btn {
    display: inline-block;
    background: #28a745;
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 15px;
}

.map-btn:hover {
    background: #1e7e34;
}

/* Footer */
footer a {
    color: #71b7ff;
    text-decoration: none;
}

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