Downtown Vancouver WA Contractors | Historic District Painting & Exterior Services | E&K /* CSS Reset & Variables */ :root { --primary: #1B4B73; --primary-dark: #0F3559; --primary-light: #2B5F8A; --accent: #4A9B5E; --accent-dark: #3F8650; --white: #FFFFFF; --black: #1A1A1A; --gray-50: #FAFAFA; --gray-100: #F5F5F5; --gray-200: #E5E5E5; --gray-300: #D4D4D4; --gray-400: #A3A3A3; --gray-500: #737373; --gray-600: #525252; --gray-700: #404040; --gray-800: #262626; --gray-900: #171717; --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1); --radius: 8px; --radius-lg: 12px; --transition: 0.3s ease; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: var(--font-body); color: var(--gray-700); line-height: 1.6; background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary); line-height: 1.2; font-weight: 700; } h1 { font-size: clamp(2rem, 5vw, 3.5rem); } h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); } h3 { font-size: clamp(1.5rem, 3vw, 2rem); } a { color: var(--primary); text-decoration: none; } a:hover { text-decoration: underline; } img { max-width: 100%; height: auto; loading: lazy; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } /* Header */ .header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 1000; } .header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; } .logo img { height: 50px; width: auto; } .header-cta { display: flex; gap: 1rem; align-items: center; } /* Buttons */ .btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; transition: all var(--transition); border: 2px solid transparent; cursor: pointer; text-decoration: none; } .btn:hover { text-decoration: none; transform: translateY(-2px); } .btn-primary { background: var(--accent); color: var(--white); } .btn-primary:hover { background: var(--accent-dark); box-shadow: var(--shadow-lg); } .btn-secondary { background: var(--primary); color: var(--white); } .btn-secondary:hover { background: var(--primary-dark); box-shadow: var(--shadow-lg); } .btn-outline { background: transparent; color: var(--white); border-color: var(--white); } .btn-outline:hover { background: var(--white); color: var(--primary); } /* Hero Section */ .hero { background: linear-gradient(rgba(27, 75, 115, 0.88), rgba(27, 75, 115, 0.88)), url('https://assets.ycodeapp.com/assets/app112695/Images/waterfront%20(2)-dotoj2rd5t.webp'); background-size: cover; background-position: center; padding: 100px 0; color: var(--white); } .hero-content { max-width: 800px; text-align: center; margin: 0 auto; } .hero h1 { color: var(--white); margin-bottom: 1.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero-subtitle { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.95; } .hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } /* Breadcrumb */ .breadcrumb { background: var(--gray-50); padding: 1rem 0; border-bottom: 1px solid var(--gray-200); } .breadcrumb-list { display: flex; align-items: center; gap: 0.5rem; list-style: none; font-size: 0.875rem; } .breadcrumb-list li::after { content: '›'; margin-left: 0.5rem; color: var(--gray-400); } .breadcrumb-list li:last-child::after { display: none; } .breadcrumb-list a { color: var(--gray-600); } .breadcrumb-list li:last-child { color: var(--primary); font-weight: 600; } /* About Downtown Section */ .about-downtown { padding: 80px 0; } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .about-content h2 { margin-bottom: 1.5rem; } .about-content p { margin-bottom: 1.5rem; color: var(--gray-600); } .historic-commitment { background: var(--gray-50); padding: 1.5rem; border-radius: var(--radius-lg); border-left: 4px solid var(--accent); margin: 2rem 0; } .historic-commitment h3 { font-size: 1.25rem; margin-bottom: 1rem; } .downtown-features { display: grid; gap: 1rem; margin-top: 2rem; } .downtown-feature { display: flex; align-items: start; gap: 1rem; } .feature-icon { width: 40px; height: 40px; background: var(--accent); color: var(--white); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 700; } .downtown-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; } .gallery-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); } .gallery-image img { width: 100%; height: 200px; object-fit: cover; transition: transform var(--transition); } .gallery-image:hover img { transform: scale(1.05); } .image-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: var(--white); padding: 1rem; font-size: 0.875rem; font-weight: 600; } /* Historic Districts Section */ .historic-districts { padding: 80px 0; background: var(--gray-50); } .districts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; } .district-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: all var(--transition); } .district-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); } .district-image { width: 100%; height: 200px; overflow: hidden; } .district-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); } .district-card:hover .district-image img { transform: scale(1.1); } .district-content { padding: 1.5rem; } .district-content h3 { margin-bottom: 1rem; } .district-content p { color: var(--gray-600); margin-bottom: 1rem; } /* Services Section */ .services-downtown { padding: 80px 0; } .services-intro { max-width: 800px; margin: 0 auto 3rem; text-align: center; } .services-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-top: 3rem; } .service-category { background: var(--gray-50); padding: 2rem; border-radius: var(--radius-lg); position: relative; overflow: hidden; } .service-category::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--accent); } .service-category h3 { margin-bottom: 1rem; } .service-list { list-style: none; margin: 1rem 0; } .service-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; color: var(--gray-700); } .service-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: bold; } /* Community Section */ .community-downtown { padding: 80px 0; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--white); } .community-content { max-width: 900px; margin: 0 auto; text-align: center; } .community-content h2 { color: var(--white); margin-bottom: 2rem; } .community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .community-item { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 2rem; border-radius: var(--radius-lg); border: 1px solid rgba(255, 255, 255, 0.2); } .community-item h3 { color: var(--white); margin-bottom: 1rem; } .community-item p { opacity: 0.9; } .community-item a { color: var(--white); text-decoration: underline; } /* Map Section */ .map-section { padding: 80px 0; background: var(--gray-50); } .map-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .map-info h2 { margin-bottom: 1.5rem; } .downtown-areas { background: var(--white); padding: 1.5rem; border-radius: var(--radius-lg); margin: 2rem 0; } .downtown-areas h3 { font-size: 1.25rem; margin-bottom: 1rem; } .area-list { list-style: none; } .area-list li { padding: 0.5rem 0; border-bottom: 1px solid var(--gray-200); } .area-list li:last-child { border-bottom: none; } .map-wrapper { background: var(--white); padding: 1rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); height: 450px; } .map-placeholder { width: 100%; height: 100%; background: var(--gray-100); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--gray-500); } /* Testimonials Section */ .testimonials-downtown { padding: 80px 0; } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 3rem; } .testimonial { background: var(--gray-50); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); position: relative; } .testimonial::before { content: '"'; position: absolute; top: 1rem; left: 1.5rem; font-size: 4rem; color: var(--accent); opacity: 0.2; font-family: Georgia, serif; } .testimonial-stars { color: #FFD700; font-size: 1.25rem; margin-bottom: 1rem; } .testimonial-text { color: var(--gray-700); line-height: 1.8; margin-bottom: 1.5rem; font-style: italic; } .testimonial-author { display: flex; align-items: center; gap: 1rem; } .author-avatar { width: 48px; height: 48px; background: var(--primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; } .author-info h5 { font-size: 1rem; margin-bottom: 0.25rem; } .author-info p { font-size: 0.875rem; color: var(--gray-500); margin: 0; } /* CTA Section */ .cta-downtown { padding: 80px 0; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); color: var(--white); text-align: center; } .cta-downtown h2 { color: var(--white); margin-bottom: 1rem; } .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; } /* Quote Form Section */ .quote-section { padding: 80px 0; background: var(--gray-50); } .quote-wrapper { max-width: 600px; margin: 0 auto; } .form-wrapper { background: var(--white); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); } .form-header { text-align: center; margin-bottom: 1.5rem; } .form-header h2 { font-size: 2rem; margin-bottom: 0.5rem; } .form-group { margin-bottom: 1.25rem; } .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--gray-700); } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem; border: 2px solid var(--gray-200); border-radius: var(--radius); font-size: 1rem; font-family: var(--font-body); transition: border-color var(--transition); background: var(--gray-50); } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); background: var(--white); } .form-submit { width: 100%; background: var(--accent); color: var(--white); font-size: 1.125rem; font-weight: 700; padding: 1rem; border: none; border-radius: var(--radius); cursor: pointer; transition: all var(--transition); } .form-submit:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: var(--shadow-lg); } .form-trust { display: flex; justify-content: center; gap: 2rem; margin-top: 1.5rem; font-size: 0.875rem; color: var(--gray-600); } /* Footer */ .footer { background: var(--gray-900); color: var(--white); padding: 60px 0 30px; text-align: center; } .footer-logo { height: 40px; margin-bottom: 1.5rem; } .footer-info { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; } .footer-info a { color: var(--white); } .footer-nav { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; } .footer-nav a { color: rgba(255, 255, 255, 0.8); } .footer-nav a:hover { color: var(--accent); } .footer-bottom { border-top: 1px solid var(--gray-800); padding-top: 2rem; color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; } /* Section Headers */ .section-header { text-align: center; max-width: 800px; margin: 0 auto 3rem; } .section-header h2 { margin-bottom: 1rem; } .section-header p { font-size: 1.125rem; color: var(--gray-600); } /* Mobile Styles */ @media (max-width: 768px) { .about-grid, .map-content { grid-template-columns: 1fr; gap: 3rem; } .downtown-gallery { grid-template-columns: 1fr; } .hero-buttons { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; } .hero-buttons .btn { width: 100%; } .districts-grid, .services-categories { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .header-cta .btn:last-child { display: none; } }
E&K Contracting
(360) 910-9205 Free Quote

Downtown Vancouver's Historic District Contractors

Preserving the past, building the future. E&K Contracting specializes in historic buildings and modern waterfront properties throughout Downtown Vancouver.

Get Free Estimate Call (360) 910-9205
  1. Home
  2. Service Areas
  3. Vancouver
  4. Downtown Vancouver

Serving Downtown Vancouver's Historic Core

Downtown Vancouver represents the perfect blend of historic preservation and modern urban development. From the meticulously preserved Officers Row to the vibrant new Waterfront District, downtown is experiencing a renaissance that honors its past while embracing the future.

E&K Contracting has been privileged to work on properties throughout downtown for over 20 years. We understand the unique requirements of historic buildings, the importance of maintaining architectural integrity, and the modern standards required for today's urban living. Whether you're exploring the area with Vancouver's walking map or own property here, you'll see our quality work throughout the district.

Preserving Downtown's Character

We specialize in exterior services that respect historic architecture while meeting modern performance standards. From Victorian-era buildings near Officers Row to contemporary waterfront condos, we have the expertise to handle any project.

🏛️

Historic Expertise

Experienced with National Register properties and historic district guidelines

🌊

Waterfront Specialists

Serving the new Waterfront District with modern exterior solutions

🏪

Commercial & Residential

From Main Street businesses to urban lofts and historic homes

Officers Row Historic Houses
Historic Officers Row
Main Street Downtown Vancouver
Main Street District
Historic Kiggins Theatre
Kiggins Theatre
Vancouver Waterfront
Waterfront District

Downtown's Unique Districts We Serve

Each area of downtown has its own character and requirements

Officers Row Historic District

Officers Row & Fort Vancouver

Home to 22 preserved Victorian homes from the 1850s-1880s. We work within strict historic preservation guidelines to maintain these architectural treasures while ensuring modern functionality.

Historic Painting Services
Main Street Business District

Main Street Corridor

The heart of downtown's business and arts district, featuring historic buildings housing modern businesses. Our commercial services keep these properties looking professional and protected.

Commercial Services
Vancouver Waterfront Development

Waterfront District

Vancouver's newest neighborhood featuring modern condos, restaurants, and public spaces. We provide cutting-edge exterior solutions for these contemporary properties.

Modern Solutions

Specialized Services for Downtown Properties

Downtown Vancouver's diverse architecture requires specialized expertise. From historic preservation to modern waterfront properties, we have the skills and experience to handle any project.

Historic Building Services

Preserving downtown's architectural heritage with appropriate materials and techniques.

  • Period-appropriate paint colors & finishes
  • Historic wood siding restoration
  • Traditional gutter systems
  • Careful pressure washing
  • Lead paint safe practices
Learn More

Commercial Property Services

Keeping Main Street businesses looking professional and well-maintained.

  • Storefront painting & maintenance
  • Commercial gutter systems
  • Awning & signage painting
  • Multi-story building access
  • Weekend & off-hours service
View Services

Modern Condo & Loft Services

Contemporary solutions for waterfront and urban properties.

  • HOA-approved contractors
  • Modern material expertise
  • Balcony & deck coatings
  • High-rise access equipment
  • Sustainable materials options
Get Quote

Part of Downtown's Vibrant Community

E&K Contracting is proud to support the businesses and organizations that make downtown Vancouver special. We're regular visitors to local establishments and active participants in the community.

Supporting Local Business

From historic Kiggins Theatre to new waterfront restaurants, we help maintain the properties that make downtown unique. Discover more about downtown.

Saturday Market Regular

Find us shopping at the Vancouver Farmers Market on weekends. We believe in supporting local vendors and farmers who make our community special.

Historic Preservation Partner

Working with property owners and preservation groups to maintain downtown's historic character while meeting modern needs. Visit the market.

Serving All of Downtown Vancouver

From the Columbia River waterfront to Uptown Village, we provide comprehensive exterior services throughout downtown Vancouver. Our central location allows quick response times for all downtown properties.

Downtown Service Areas:

  • Officers Row Historic District
  • Main Street Business District
  • Waterfront Development
  • Esther Short Neighborhood
  • Fort Vancouver National Site area
  • Uptown Village
  • Arts District
  • Downtown residential lofts & condos

Emergency Services: Available for historic properties

Commercial Hours: Flexible scheduling for businesses

Interactive Map of Downtown Service Area

What Downtown Property Owners Say

Trusted by historic homeowners, businesses, and modern condo associations

★★★★★

"E&K understands the special requirements of historic properties. They matched our 1886 home's original colors perfectly and used appropriate techniques throughout. True craftsmen!"

MH
Margaret Henderson

Officers Row Historic Home

★★★★★

"Our Main Street building needed work that wouldn't disrupt business. E&K scheduled around our hours and completed everything beautifully. They even shop at our store now!"

JP
James Park

Main Street Business Owner

★★★★★

"Managing waterfront condos requires contractors who understand modern materials and HOA requirements. E&K exceeded expectations and all our owners are thrilled with the results."

ST
Sarah Torres

Waterfront HOA President

Ready to Enhance Your Downtown Property?

From historic preservation to modern renovations, we're downtown's exterior specialists

Get Free Estimate Call (360) 910-9205

Get Your Downtown Estimate

Historic expertise meets modern excellence

✓ Historic Expertise ✓ Licensed & Insured ✓ Free Quotes
E&K Contracting
3515 Thompson Ave, Vancouver, WA 98660 (360) 910-9205 ekllc@live.com
Home About Vancouver All Areas Contact

© 2025 E&K Contracting LLC - Downtown Vancouver's Historic District & Waterfront Specialists | Preserving History, Building Future | Privacy | Terms