body { padding-top: 95px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */ color: #959595; } h1, h2, h3, h4, h5, h6 { color: #175c98; } .feature { background: url('../images/light_bulb.jpg'); background-position: top right; background-size: cover; background-color: #175c98; color: white; text-shadow: 1px 1px 8px black; } .feature .btn { text-shadow: none; } .promo, .footer-map { border-width: 1px; border-color: black; border-top-style: solid; border-bottom-style: solid; margin-top: 20px; margin-bottom: 20px; } .promo, .promo h3, .promo a:link, .promo a:visited, .promo a:hover, .promo a:active { color: white; text-shadow: 1px 1px 8px black; text-decoration: none; } .promo-item { height: 200px; line-height: 180px; text-align: center; } .promo-item:hover { background-size: 110%; border: 5px solid black; line-height: 170px; } .promo-item h3 { font-size: 40px; display: inline-block; vertical-align: middle; } .item-1 { background: url('../images/mung_beans.jpg'); } .item-2 { background: url('../images/coffee_beans_1.jpg'); } .item-3 { background: url('../images/grapes.jpg'); } .item-1, .item-2, .item-3 { background-size: cover; background-position: 50% 50%; } .featured-product > img, .featured-product > a > img { height: 150px; } .featured-product h3 { color: #175c98; font-size: 18px; } .featured-product .price { color: #175c98; font-size: 18px; } .featured-product .price s { color: #999; font-size: 18px; } .footer-map { height: 300px; width: 100%; background: url('../images/map.jpg'); background-size: cover; border-color: #ccc; } .footer-info { padding: 20px 0; background: #f7f7f7; } .footer-info, .footer-info a:link, .footer-info a:hover, .footer-info a:focus, .footer-info a:visited { color: #959595; } .footer-info h3 { color: black; font-size: 18px; } .footer-info-item { padding: 0px 20px; } footer .small-print { background-color: #fff; padding: 30px 0; text-align: center; } /* *************************** Override Bootstrap Classes *************************** */ /* Links */ a { color: #175c98; text-decoration: none; } a:hover, a:focus { color: #175c98; text-decoration: underline; } /* Navbar */ .navbar-default { background-color: #fff; } .navbar-default .navbar-brand { color: #175c98; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: sienna; background-color: transparent; } /* Primary Buttons */ .btn-primary { color: #fff; background-color: #175c98; border-color: #175c98; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #175c98; border-color: #175c98; } .btn-primary:hover { color: #fff; background-color: #175c98; border-color: #175c98; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #175c98; border-color: #175c98; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #175c98; border-color: #175c98; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: sandybrown; border-color: sandybrown; }.top-info-bar { background: #1f4e79; color: #fff; font-size: 13px; padding: 6px 0; position: fixed; top: 0; width: 100%; z-index: 1040; } .top-info-bar a { color: #fff; text-decoration: none; } .top-info-bar .info-item { margin-right: 20px; } .top-quote-btn { font-weight: bold; } .navbar-below-topbar { margin-top: 34px; } /* Top info bar (desktop) */ .top-info-bar { background: #1f4e79; color: #fff; font-size: 13px; padding: 6px 0; position: fixed; top: 0; width: 100%; z-index: 1040; } .top-info-bar a { color: #fff; text-decoration: none; } .top-info-bar .info-item { margin-right: 20px; } .navbar-below-topbar { margin-top: 34px; } /* Subtle animation for quote button (desktop top bar) */ .quote-pulse { animation: quotePulse 2.8s ease-in-out infinite; transform-origin: center; } .quote-pulse:hover { animation: none; transform: translateY(-1px); } @keyframes quotePulse { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-1px) scale(1.03); } } /* Mobile: give space so menu doesn't collide with logo */ @media (max-width: 767px) { #navbar { margin-top: 15px; } .navbar-below-topbar { margin-top: 0; } /* top bar hidden on mobile */ .mobile-top-info a { padding-top: 12px; padding-bottom: 12px; } .mobile-quote-link { font-weight: 700; } .divider { height: 1px; background: #e5e5e5; margin: 8px 0; } } /* Footer theme: match top bar/nav colors */ .site-footer { background: #0f2438; color: #ffffff; } .site-footer a { color: #ffffff; text-decoration: none; } .site-footer a:hover { text-decoration: underline; } /* Footer top */ .footer-top { background: #1f4e79; padding: 22px 0; } .footer-title { margin: 0 0 6px; font-size: 18px; font-weight: 700; } .footer-lead { margin: 0 0 10px; opacity: 0.95; } .footer-contact { margin: 0; font-size: 13px; opacity: 0.95; } .footer-icon { margin-right: 6px; opacity: 0.9; } .footer-sep { margin: 0 10px; opacity: 0.6; } .footer-cta-col .btn { margin-left: 8px; margin-top: 6px; } /* Map strip */ .footer-map { height: 280px; background: #0b1c2c; } /* Links section */ .footer-links { padding: 26px 0; } .footer-heading { font-size: 14px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; margin-top: 0; } .footer-nav li { margin: 8px 0; } .footer-small { font-size: 13px; opacity: 0.9; } /* Bottom bar */ .footer-bottom { background: #0b1c2c; padding: 12px 0; } .footer-bottom-link { margin-left: 10px; } .footer-bottom-sep { margin-left: 10px; opacity: 0.6; } /* Subtle quote animation (reuse from header) */ .quote-pulse { animation: quotePulse 2.8s ease-in-out infinite; transform-origin: center; } .quote-pulse:hover { animation: none; transform: translateY(-1px); } @keyframes quotePulse { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-1px) scale(1.03); } } /* Mobile cleanup */ @media (max-width: 767px) { .footer-top-row { text-align: left; } .footer-cta-col { text-align: left; } .footer-cta-col .btn { margin-left: 0; margin-right: 8px; } .footer-sep { display: none; } .footer-contact a { display: inline-block; margin-top: 6px; } } .site-footer { color:#fff; } .footer-strip { background:#1f4e79; padding:10px 0; font-size:13px; } .footer-strip a { color:#fff; } .footer-item { margin-right:18px; } .footer-main { background:#0f2438; padding:35px 0; } .footer-col h4 { font-size:14px; font-weight:700; text-transform:uppercase; margin-bottom:12px; } .footer-col ul li { margin-bottom:7px; } .footer-col a { color:#fff; opacity:.9; } .footer-col a:hover { opacity:1; } .footer-bottom { background:#0b1c2c; padding:12px 0; font-size:13px; } .footer-bottom a { color:#fff; } /* Quote animation */ .quote-pulse { animation: quotePulse 2.8s ease-in-out infinite; } @keyframes quotePulse { 0%,100% { transform:scale(1); } 50% { transform:scale(1.04); } } @media (max-width:767px) { .footer-strip { text-align:left; } .footer-strip .text-right { text-align:left; margin-top:10px; } } .footer-logo { max-height: 42px; width: auto; } .footer-logo-col { padding-top: 2px; } @media (max-width: 767px) { .footer-logo-col { margin-bottom: 10px; } }/* Sections */ .section { padding: 60px 0; } .section-title { margin: 0 0 12px; font-weight: 700; } .section-lead { max-width: 980px; margin: 0 auto 12px; } .section-copy { max-width: 980px; margin: 0 auto; opacity: 0.95; } .section-h2 { margin-top: 0; font-weight: 700; } /* Highlight cards */ .cap-card { background: #ffffff; border: 1px solid #e6e9ef; border-radius: 10px; padding: 24px 20px; box-shadow: 0 8px 18px rgba(0,0,0,0.06); height: 100%; } .cap-icon { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; background: rgba(31,78,121,0.10); display: flex; align-items: center; justify-content: center; } .cap-icon .glyphicon { font-size: 22px; color: #1f4e79; } .cap-title { margin: 0 0 10px; font-weight: 700; } .cap-text { margin: 0; opacity: 0.92; } /* Subtle background patterns */ .pattern-surface { background: radial-gradient(circle at 20px 20px, rgba(31,78,121,0.07) 2px, transparent 3px), radial-gradient(circle at 70px 60px, rgba(31,78,121,0.05) 2px, transparent 3px), #f5f7fa; background-size: 120px 120px; } .section-quality { background-color: #0f2438; color: #ffffff; } .pattern-grid { background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 44px 44px; } .section-h2-light { color: #ffffff; } .section-lead-light { color: rgba(255,255,255,0.92); } .section-copy-light { color: rgba(255,255,255,0.90); } /* Scroll reveal animations */ .reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; will-change: opacity, transform; } .reveal.is-visible { opacity: 1; transform: translateY(0); } /* Mobile spacing */ @media (max-width: 767px) { .section { padding: 42px 0; } .cap-card { margin-bottom: 16px; } } .hero-image { width: 100%; height: 100%; max-height: 70vh; overflow: hidden; } .hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; } 