/* Custom styles for CoxServices website */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.navbar-brand img {
    margin-right: 10px;
}

.hero {
    background: linear-gradient(135deg, #003366, #28a745);
    color: white;
}

.hero h1 {
    font-size: 2.5rem;
}

.hero .lead {
    font-size: 1.2rem;
}

.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

section {
    padding: 60px 0;
}

footer {
    margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    .hero .lead {
        font-size: 1rem;
    }
    .navbar-nav {
        text-align: center;
    }
}

/* Financial theme colors */
.bg-primary {
    background-color: #003366 !important;
}

.text-primary {
    color: #003366 !important;
}