/*! * Chenoweth Services - Modernized Business Casual * Enhanced typography, spacing, hero section, and navigation */: root{ --primary-color: #e6a756; --dark-bg: #2f1710; --text-dark: #333; --text-light: #666; } body{ font-family: 'Lora', serif; background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg.jpg"); background-attachment: fixed; background-position: center; background-size: cover; line-height: 1.8; color: var(--text-dark); font-size: 16px; } h1, h2, h3, h4, h5, h6{ font-family: 'Raleway', sans-serif; font-weight: 700; line-height: 1.3; margin-bottom: 1.2rem; } h1{ font-size: 3rem; font-weight: 800; } h2{ font-size: 2.2rem; font-weight: 700; } h3{ font-size: 1.8rem; font-weight: 700; } h4{ font-size: 1.4rem; font-weight: 600; } p{ line-height: 1.8; margin-bottom: 1.2rem; font-size: 1rem; } a{ transition: all 0.3s ease; } .text-faded{ color: rgba(255, 255, 255, 0.4); } .site-heading{ margin-top: 3rem; margin-bottom: 3rem; text-transform: uppercase; line-height: 1.1; font-family: 'Raleway', sans-serif; letter-spacing: 1px; } .site-heading .site-heading-upper{ display: block; font-size: 2.2rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 0.5rem; } .site-heading .site-heading-lower{ font-size: 4rem; font-weight: 300; line-height: 1.1; letter-spacing: 3px; } #mainNav{ background-color: rgba(47, 23, 15, 0.95); font-family: 'Raleway', sans-serif; padding: 1rem 0; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } #mainNav .navbar-brand{ color: #e6a756; font-size: 1.3rem; font-weight: 800; letter-spacing: 1px; transition: all 0.3s ease; } #mainNav .navbar-brand: hover{ color: #fff; transform: translateX(-2px); } #mainNav .navbar-nav .nav-item .nav-link{ color: rgba(255, 255, 255, 0.75); font-weight: 600; font-size: 0.95rem; padding: 0.7rem 1rem; margin: 0 0.2rem; border-radius: 4px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; } #mainNav .navbar-nav .nav-item .nav-link: hover{ color: #fff; background-color: rgba(230, 167, 86, 0.2); transform: translateY(-2px); } #mainNav .navbar-nav .nav-item.active .nav-link{ color: #e6a756; background-color: rgba(230, 167, 86, 0.15); font-weight: 800; } @media (min-width: 992px){ #mainNav{ padding: 1.2rem 0; } #mainNav .navbar-nav .nav-item .nav-link{ font-size: 0.85rem; padding: 0.8rem 1.2rem; } #mainNav .navbar-nav .nav-item .nav-link: hover{ color: #fff; background-color: rgba(230, 167, 86, 0.25); } } .page-section{ margin-top: 6rem; margin-bottom: 6rem; padding: 2rem 0; } .section-heading{ text-transform: uppercase; margin-bottom: 2rem; text-align: center; } .section-heading .section-heading-upper{ display: block; font-size: 1.1rem; font-weight: 800; letter-spacing: 2px; color: #e6a756; margin-bottom: 0.5rem; } .section-heading .section-heading-lower{ display: block; font-size: 3rem; font-weight: 700; line-height: 1.2; color: #2f1710; } .intro{ position: relative; padding: 3rem 0; } .intro .intro-img{ border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); margin-bottom: 2rem; } .intro-text{ border-radius: 8px; padding: 3.5rem; } .intro-text h2{ margin-bottom: 1.5rem; } .intro-text .section-heading-upper{ color: #e6a756; font-size: 1.2rem; } .intro-text .section-heading-lower{ font-size: 2.8rem; color: #2f1710; margin-bottom: 1.5rem; } .intro-text p{ font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; color: #555; } @media (min-width: 992px){ .intro .intro-img{ width: 75%; float: right; } .intro .intro-text{ left: 0; width: 60%; margin-top: 1rem; position: absolute; } .intro .intro-text .intro-button{ width: 100%; left: 0; position: absolute; bottom: -1.5rem; } } @media (min-width: 1200px){ .intro .intro-text{ width: 45%; padding: 4rem; } } .cta{ padding-top: 6rem; padding-bottom: 6rem; background-color: rgba(230, 167, 86, 0.95); } .cta .cta-inner{ position: relative; padding: 4rem 3rem; margin: 1rem; background-color: rgba(255, 255, 255, 0.95); border-radius: 8px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .cta .cta-inner h2{ margin-top: 0; color: #2f1710; } .cta .cta-inner: before{ display: none; } .cta .cta-inner p{ font-size: 1.1rem; color: #555; margin-bottom: 0; } .btn{ box-shadow: 0 4px 8px rgba(33, 37, 41, 0.15); border-radius: 6px; font-weight: 600; font-size: 1rem; padding: 0.8rem 2rem; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; } .btn: hover{ transform: translateY(-2px); box-shadow: 0 6px 12px rgba(33, 37, 41, 0.2); } .btn-primary{ background-color: #e6a756; border-color: #e6a756; color: #fff; } .btn-primary: hover, .btn-primary: focus, .btn-primary: active{ background-color: #d9941f; border-color: #d9941f; color: #fff; } .btn-xl{ font-weight: 700; font-size: 1rem; padding: 1rem 2.5rem; text-transform: uppercase; letter-spacing: 1px; } .about-heading{ padding-top: 2rem; padding-bottom: 2rem; } .about-heading .about-heading-img{ border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); } .about-heading .about-heading-content{ margin-bottom: 2rem; } .about-heading .bg-faded{ border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); padding: 3.5rem; } .about-heading h2{ color: #2f1710; } .about-heading p{ font-size: 1.05rem; line-height: 1.8; color: #555; } @media (min-width: 992px){ .about-heading .about-heading-img{ position: relative; z-index: 0; } .about-heading .about-heading-content{ margin-top: -4rem; position: relative; z-index: 1; } } .page-section{ margin-top: 6rem; margin-bottom: 6rem; } .product-item{ margin-bottom: 3rem; } .product-item-img{ border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); } .product-item-title h2{ color: #2f1710; } .product-item-title .section-heading-upper{ color: #e6a756; font-size: 1.1rem; } .product-item-title .section-heading-lower{ font-size: 2.5rem; } .product-item-description{ margin-top: 2rem; } .product-item-description .bg-faded{ border-radius: 8px; padding: 3rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); } .product-item-description p{ font-size: 1.05rem; line-height: 1.8; color: #555; margin-bottom: 0; } @media (min-width: 992px){ .product-item .product-item-title{ position: relative; z-index: 1; margin-bottom: -2rem; } .product-item .product-item-img{ position: relative; z-index: 0; max-width: 60vw; } .product-item .product-item-description{ position: relative; z-index: 1; margin-top: -2rem; max-width: 50vw; } } .footer{ background-color: rgba(47, 23, 15, 0.95); padding: 3rem 0 1rem; margin-top: 4rem; } .footer p{ color: rgba(255, 255, 255, 0.8); line-height: 1.8; } .footer a{ color: #e6a756; text-decoration: none; } .footer a: hover{ color: #fff; text-decoration: underline; } .form-control{ border-radius: 6px; border: 1px solid #ddd; padding: 0.75rem; font-size: 1rem; transition: all 0.3s ease; } .form-control: focus{ border-color: #e6a756; box-shadow: 0 0 0 0.2rem rgba(230, 167, 86, 0.25); color: #333; } .form-control: : placeholder{ color: #999; } .md-form label{ font-weight: 600; color: #333; font-size: 0.95rem; } .bg-faded{ background-color: rgba(255, 255, 255, 0.95); border-radius: 8px; } .text-primary{ color: #e6a756 !important; } .bg-primary{ background-color: #e6a756 !important; } .font-weight-light{ font-weight: 300 !important; } .testimonials-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 3rem; margin-bottom: 3rem; } .testimonial-card{ background-color: #f9f9f9; border-radius: 8px; padding: 2.5rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border-top: 4px solid #e6a756; display: flex; flex-direction: column; } .testimonial-card: hover{ transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .testimonial-logo{ margin-bottom: 2rem; height: 60px; display: flex; align-items: center; justify-content: center; } .testimonial-logo img{ max-height: 60px; max-width: 100%; object-fit: contain; } .testimonial-content{ flex-grow: 1; display: flex; flex-direction: column; } .testimonial-text{ font-size: 1rem; line-height: 1.8; color: #555; font-style: italic; margin-bottom: 1.5rem; flex-grow: 1; quotes: '"' '"' ''' '''; } .testimonial-text: : before{ content: open-quote; color: #e6a756; font-size: 2.5rem; line-height: 0; vertical-align: -0.4em; margin-right: 0.3rem; } .testimonial-text: : after{ content: close-quote; color: #e6a756; font-size: 2.5rem; line-height: 0; vertical-align: -0.4em; margin-left: 0.3rem; } .testimonial-author{ font-weight: 700; color: #2f1710; font-size: 1.05rem; margin-bottom: 0.25rem; margin-top: 0; } .testimonial-company{ font-size: 0.9rem; color: #e6a756; font-weight: 600; margin-bottom: 0; } @media (max-width: 768px){ .testimonials-grid{ grid-template-columns: 1fr; gap: 2rem; } .testimonial-card{ padding: 2rem; } } @media (max-width: 576px){ .testimonials-grid{ gap: 1.5rem; } .testimonial-card{ padding: 1.5rem; } .testimonial-text{ font-size: 0.95rem; } } .testimonial-item{ padding: 2rem; margin-bottom: 2rem; background-color: #f9f9f9; border-left: 4px solid #e6a756; border-radius: 4px; } .testimonial-item p{ font-style: italic; margin-bottom: 1rem; line-height: 1.8; } .testimonial-author{ font-weight: 600; color: #2f1710; margin-bottom: 0.25rem; } .testimonial-company{ font-size: 0.9rem; color: #666; margin-bottom: 0; } .address{ font-size: 1.1rem; line-height: 1.8; margin: 1.5rem 0; } .address strong{ font-size: 1.2rem; color: #2f1710; } .address a{ color: #e6a756; text-decoration: none; } .address a: hover{ color: #d9941f; } .w-responsive{ max-width: 600px; } @keyframes fadeInUp{ from{ opacity: 0; transform: translateY(20px); } to{ opacity: 1; transform: translateY(0); } } @keyframes fadeIn{ from{ opacity: 0; } to{ opacity: 1; } } .page-section{ animation: fadeInUp 0.6s ease-out; } .intro, .about-heading, .product-item{ animation: fadeInUp 0.6s ease-out; } html{ scroll-behavior: smooth; } img{ transition: all 0.3s ease; } img: hover{ transform: scale(1.02); filter: brightness(1.05); } .intro-img: hover{ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2); } .product-item-img: hover{ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2); transform: scale(1.01); } .btn{ position: relative; overflow: hidden; } .btn: hover{ box-shadow: 0 8px 16px rgba(33, 37, 41, 0.3); transition: all 0.3s ease; } .btn-primary: hover{ box-shadow: 0 8px 20px rgba(230, 167, 86, 0.4); } a{ position: relative; transition: color 0.3s ease; } a: not(.btn): not(.nav-link): hover{ color: #d9941f; text-decoration: underline; transition: all 0.2s ease; } #mainNav .navbar-nav .nav-item .nav-link{ position: relative; } #mainNav .navbar-nav .nav-item .nav-link: : after{ content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #e6a756; transition: all 0.3s ease; transform: translateX(-50%); } #mainNav .navbar-nav .nav-item .nav-link: hover: : after{ width: 80%; } .form-control{ border-radius: 6px; border: 2px solid #ddd; padding: 0.9rem 1rem; font-size: 1rem; transition: all 0.3s ease; min-height: 44px; background-color: #fff; } .form-control: hover{ border-color: #e6a756; box-shadow: 0 2px 8px rgba(230, 167, 86, 0.1); } .form-control: focus{ border-color: #e6a756; box-shadow: 0 0 0 0.3rem rgba(230, 167, 86, 0.25); color: #333; outline: none; } .form-control: : placeholder{ color: #999; opacity: 1; } .form-control: -ms-input-placeholder{ color: #999; } .form-control: : -ms-input-placeholder{ color: #999; } .md-form label{ font-weight: 600; color: #333; font-size: 0.95rem; margin-bottom: 0.5rem; display: block; } .md-form{ margin-bottom: 1.5rem; } .btn[type="submit"], .btn[type="button"]{ min-height: 44px; min-width: 44px; font-size: 1rem; padding: 0.9rem 2.2rem; } .page-section{ position: relative; } .page-section: nth-child(even){ background: linear-gradient(135deg, rgba(230, 167, 86, 0.03) 0%, rgba(230, 167, 86, 0.05) 100%); } .cta{ background: linear-gradient(135deg, rgba(230, 167, 86, 0.85) 0%, rgba(230, 167, 86, 0.95) 100%); } .about-heading{ background: linear-gradient(to right, rgba(230, 167, 86, 0.02) 0%, rgba(230, 167, 86, 0.08) 100%); } .intro{ position: relative; } .intro: : before{ content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(230, 167, 86, 0.1) 0%, transparent 70%); border-radius: 50%; z-index: -1; } @media (max-width: 992px){ #mainNav{ padding: 1rem 0; } #mainNav .navbar-nav .nav-item .nav-link{ padding: 0.9rem 1.1rem; } } @media (max-width: 768px){ html{ font-size: 15px; } body{ font-size: 15px; } h1{ font-size: 2rem; margin-bottom: 1rem; } h2{ font-size: 1.6rem; margin-bottom: 1rem; } h3{ font-size: 1.3rem; } h4{ font-size: 1.1rem; } p{ font-size: 0.95rem; line-height: 1.7; } .site-heading{ margin-top: 2rem; margin-bottom: 2rem; } .site-heading .site-heading-upper{ font-size: 1.6rem; margin-bottom: 0.3rem; } .site-heading .site-heading-lower{ font-size: 2.5rem; line-height: 1; } .page-section{ margin-top: 3.5rem; margin-bottom: 3.5rem; padding: 1.5rem 0; } .section-heading{ margin-bottom: 1.5rem; } .section-heading .section-heading-lower{ font-size: 1.8rem; margin-bottom: 1rem; } .intro{ padding: 2rem 0; } .intro .intro-img{ margin-bottom: 1.5rem; width: 100% !important; } .intro-text{ position: static !important; width: 100% !important; margin-top: 0 !important; padding: 2rem; margin-bottom: 0; } .intro-text h2{ font-size: 1.5rem; margin-bottom: 1rem; } .intro-text p{ font-size: 0.95rem; } .cta{ padding-top: 4rem; padding-bottom: 4rem; } .cta .cta-inner{ padding: 2.5rem 1.5rem; margin: 0.5rem; } .cta .cta-inner h2{ font-size: 1.6rem; margin-bottom: 1rem; } .cta .cta-inner p{ font-size: 0.95rem; } .product-item{ margin-bottom: 2.5rem; } .product-item-img{ max-width: 100% !important; margin-bottom: 1.5rem; } .product-item-description{ margin-top: 0 !important; max-width: 100% !important; } .product-item-description .bg-faded{ padding: 2rem; } .about-heading .about-heading-img{ margin-bottom: 1.5rem; } .about-heading .about-heading-content{ margin-top: 0 !important; } .about-heading .bg-faded{ padding: 2rem; } .form-control{ padding: 0.85rem 0.9rem; font-size: 1rem; min-height: 44px; } .btn, .btn-xl{ font-size: 0.95rem; padding: 0.85rem 1.8rem; min-height: 44px; min-width: 44px; } #mainNav .navbar-nav .nav-item .nav-link{ font-size: 0.9rem; padding: 0.75rem 1rem; margin: 0.2rem 0; } .testimonials-grid{ gap: 1.8rem; margin-top: 2.5rem; margin-bottom: 2.5rem; } .testimonial-card{ padding: 2rem; } .testimonial-text{ font-size: 0.95rem; } .intro-button{ position: static !important; margin-top: 1.5rem; } } @media (max-width: 576px){ html{ font-size: 14px; } body{ font-size: 14px; } h1{ font-size: 1.5rem; margin-bottom: 0.8rem; } h2{ font-size: 1.3rem; margin-bottom: 0.8rem; } h3{ font-size: 1.1rem; margin-bottom: 0.7rem; } h4{ font-size: 1rem; } p{ font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; } .site-heading{ margin-top: 1.5rem; margin-bottom: 1.5rem; } .site-heading .site-heading-upper{ font-size: 1.2rem; margin-bottom: 0.2rem; } .site-heading .site-heading-lower{ font-size: 1.8rem; line-height: 1; } .page-section{ margin-top: 2.5rem; margin-bottom: 2.5rem; padding: 1rem 0; } .section-heading{ margin-bottom: 1.2rem; } .section-heading .section-heading-upper{ font-size: 0.9rem; margin-bottom: 0.3rem; } .section-heading .section-heading-lower{ font-size: 1.5rem; margin-bottom: 0.8rem; } .intro{ padding: 1rem 0; } .intro-text{ padding: 1.5rem !important; margin-bottom: 0; } .intro-text h2{ font-size: 1.3rem; margin-bottom: 0.8rem; } .intro-text p{ font-size: 0.9rem; margin-bottom: 1rem; } .cta{ padding-top: 2.5rem; padding-bottom: 2.5rem; } .cta .cta-inner{ padding: 1.8rem 1rem; margin: 0.3rem; } .cta .cta-inner h2{ font-size: 1.3rem; margin-bottom: 0.8rem; } .cta .cta-inner p{ font-size: 0.9rem; } .product-item-description .bg-faded{ padding: 1.5rem; } .about-heading .bg-faded{ padding: 1.5rem; } .form-control{ padding: 0.8rem 0.85rem; font-size: 1rem; min-height: 44px; border-radius: 6px; } .md-form label{ font-size: 0.9rem; margin-bottom: 0.4rem; } .btn, .btn-xl{ font-size: 0.9rem; padding: 0.8rem 1.5rem; min-height: 44px; min-width: 44px; width: auto; display: inline-block; } .btn.btn-block{ width: 100%; } #mainNav .navbar-nav .nav-item .nav-link{ font-size: 0.85rem; padding: 0.65rem 0.8rem; margin: 0.1rem 0; } .testimonials-grid{ grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; margin-bottom: 2rem; } .testimonial-card{ padding: 1.5rem; } .testimonial-logo{ margin-bottom: 1.5rem; height: 50px; } .testimonial-text{ font-size: 0.9rem; margin-bottom: 1rem; } .testimonial-text: : before, .testimonial-text: : after{ font-size: 1.8rem; } .testimonial-author{ font-size: 0.95rem; } .testimonial-company{ font-size: 0.85rem; } .address{ font-size: 0.95rem; } .address strong{ font-size: 1.05rem; } .w-responsive{ max-width: 100%; } .intro: : before{ width: 150px; height: 150px; } } @media (max-width: 414px){ h1{ font-size: 1.3rem; } h2{ font-size: 1.15rem; } h3{ font-size: 1rem; } .page-section{ margin-top: 2rem; margin-bottom: 2rem; } .site-heading .site-heading-lower{ font-size: 1.5rem; } .section-heading .section-heading-lower{ font-size: 1.3rem; } .cta{ padding-top: 2rem; padding-bottom: 2rem; } .cta .cta-inner{ padding: 1.5rem 1rem; } .btn, .btn-xl{ font-size: 0.85rem; padding: 0.75rem 1.2rem; } .form-control{ font-size: 1rem; padding: 0.75rem 0.8rem; } #mainNav .navbar-nav .nav-item .nav-link{ font-size: 0.8rem; padding: 0.6rem 0.7rem; } } .contact-heading .section-heading-upper{ color: #f3c07a; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); } .contact-heading .section-heading-lower{ color: #ffffff; text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75); } .contact-intro{ color: #ffffff; font-size: 1.1rem; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); } .contact-grid{ display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; margin-top: 2rem; text-align: left; align-items: stretch; } .contact-form-card{ background: #fff; border-radius: 10px; padding: 2.5rem; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18); border-top: 4px solid #e6a756; } .contact-form-card .form-group{ margin-bottom: 1.4rem; } .contact-form-card label{ font-weight: 600; color: #333; margin-bottom: 0.5rem; display: block; font-size: 0.95rem; } .contact-form-card .btn-primary{ margin-top: 0.5rem; padding: 0.9rem 2.5rem; } .contact-info-card{ background: linear-gradient(135deg, #2f1710 0%, #4a2a1a 100%); color: #f5f5f5; border-radius: 10px; padding: 2.5rem; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18); display: flex; flex-direction: column; justify-content: center; } .contact-info-card h3{ color: #e6a756; font-size: 1.5rem; margin-bottom: 1.8rem; } .contact-info-item{ margin-bottom: 1.8rem; } .contact-info-item: last-child{ margin-bottom: 0; } .contact-info-label{ font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.5px; color: #e6a756; margin-bottom: 0.35rem; font-weight: 700; } .contact-info-value{ font-size: 1.1rem; margin-bottom: 0; word-break: break-word; } .contact-info-value a{ color: #f5f5f5; transition: color 0.3s ease; } .contact-info-value a: hover{ color: #e6a756; text-decoration: none; } @media (max-width: 768px){ .contact-grid{ grid-template-columns: 1fr; gap: 1.5rem; } .contact-form-card, .contact-info-card{ padding: 2rem; } } @media (max-width: 576px){ .contact-form-card, .contact-info-card{ padding: 1.5rem; } .contact-info-card h3{ font-size: 1.3rem; } .contact-info-value{ font-size: 1rem; } } 