/* Townhome Initiative Project Styles */

.project-header {
    text-align: center;
    padding: 3rem 0 2rem;
}

.project-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.project-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.project-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.project-description {
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    font-size: 1.1rem;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gallery-item {
    width: 100%;
}

.gallery-item.large .image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.presentation-link {
    display: inline-block;
    font-size: 1.25rem;
    color: #007bff;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: 2px solid #007bff;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.presentation-link:hover {
    background: #007bff;
    color: #fff;
}
