/* asphaltpavinglafayette.com */
* { box-sizing: border-box; }
body { margin: 0; font-family: Verdana, Geneva, sans-serif; font-size: 15px; line-height: 1.65; color: #2c2c2c; background: #f7f6f2; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 18px; }
h1, h2, h3, .sitename, .btn { font-family: 'Rokkitt', 'Times New Roman', serif; }
h1 { font-size: 34px; line-height: 1.15; margin: 0 0 8px; }
h2 { font-size: 27px; margin: 34px 0 12px; padding-bottom: 6px; border-bottom: 4px double #f5c518; }
h3 { font-size: 20px; margin: 18px 0 6px; }
a { color: #0645ad; }
img { max-width: 100%; height: auto; }

.topstrip { background: #191919; color: #ddd; font-size: 12px; padding: 5px 0; }
.topstrip .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.topstrip a { color: #f5c518; font-weight: bold; text-decoration: none; }
.masthead { background: #fff; border-bottom: 1px solid #ddd; padding: 14px 0; }
.mh-flex { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.sitename { font-size: 30px; font-weight: 700; color: #232323; text-decoration: none; letter-spacing: .5px; }
.tagline { font-size: 11px; color: #777; letter-spacing: 1px; text-transform: uppercase; }
.btn { display: inline-block; background: #f5c518; color: #191919; border: 2px solid #232323; padding: 10px 22px; font-size: 17px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; cursor: pointer; }
.btn:hover { background: #ffd83d; }
.btn-dark { background: #2e2e2e; color: #fff; border-color: #2e2e2e; }
.btn-dark:hover { background: #444; }

.mainnav { background: #2e2e2e; }
.mainnav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.mainnav > .wrap > ul > li { position: relative; }
.mainnav a { display: block; color: #eee; text-decoration: none; font-size: 12.5px; text-transform: uppercase; letter-spacing: 1px; padding: 12px 16px; }
.mainnav a:hover, .mainnav a.on { background: #191919; color: #f5c518; }
.mainnav ul.drop { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #bbb; min-width: 250px; z-index: 50; }
.drop li { width: 100%; }
.mainnav ul.drop a { color: #2c2c2c; text-transform: none; letter-spacing: 0; font-size: 13.5px; padding: 8px 14px; border-bottom: 1px solid #eee; }
.mainnav ul.drop a:hover { background: #f5f0dc; color: #191919; }
.mainnav .hasdrop:hover ul.drop { display: block; }

.hero { padding: 30px 0 10px; }
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: start; }
.hero .sub { font-size: 17px; color: #444; margin: 0 0 6px; }
.hero .svcline { font-size: 14px; color: #666; letter-spacing: .5px; margin: 0 0 16px; }
.quotebox { background: #fffbe8; border: 2px solid #232323; padding: 16px 18px 20px; }
.quotebox h3 { margin-top: 0; border-bottom: 2px solid #f5c518; padding-bottom: 6px; }
.quotebox label { display: block; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: .5px; margin-top: 10px; }
.quotebox input, .quotebox textarea, .quotebox select { width: 100%; padding: 8px; border: 1px solid #999; font-family: inherit; font-size: 14px; margin-top: 3px; background: #fff; }
.btn-form { width: 100%; margin-top: 14px; }

.photo-center { text-align: center; margin: 26px 0; }
.photo-center .cap { font-size: 12px; color: #777; font-style: italic; margin-top: 4px; }

section.band { background: #fff; padding: 8px 0 26px; margin: 26px 0; border-top: 1px solid #e2e0d8; border-bottom: 1px solid #e2e0d8; }
section.band-tan { background: #efede6; }

.trust-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-cols p { margin-top: 4px; }

.svc-section { margin: 30px 0; }
.svc-section img { border: 1px solid #ccc; padding: 3px; background: #fff; }
.svc-flex { display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.svc-flex .txt { flex: 1 1 380px; }
.svc-flex .pic { flex: 0 1 340px; }

table.areas { border-collapse: collapse; width: 100%; margin: 14px 0; }
table.areas td { border: 1px solid #ccc; padding: 7px 10px; font-size: 14px; background: #fff; }
table.areas tr:nth-child(odd) td { background: #f4f2ea; }
table.areas a { font-weight: bold; }

blockquote.review { margin: 18px 0; padding: 4px 0 4px 18px; border-left: 5px solid #bbb; }
blockquote.review .who { display: block; font-size: 13px; color: #777; margin-top: 6px; font-style: normal; }

.faq-item h3 { margin-bottom: 2px; }
.faq-item { margin-bottom: 16px; }

.crumbs { font-size: 12.5px; color: #888; margin: 14px 0 4px; }
.crumbs a { color: #666; }

.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { counter-increment: step; margin: 10px 0; padding-left: 44px; position: relative; }
.steps li:before { content: counter(step); position: absolute; left: 0; top: 0; width: 30px; height: 30px; background: #232323; color: #f5c518; font-family: 'Rokkitt', serif; font-weight: 700; font-size: 17px; text-align: center; line-height: 30px; }

table.pricetbl { border-collapse: collapse; width: 100%; margin: 14px 0; }
table.pricetbl th { background: #232323; color: #f5c518; text-align: left; padding: 8px 10px; font-family: 'Rokkitt', serif; font-size: 16px; }
table.pricetbl td { border: 1px solid #ccc; padding: 8px 10px; font-size: 14px; background: #fff; }
table.pricetbl tr:nth-child(even) td { background: #f4f2ea; }

.cta-mid { background: #232323; color: #fff; text-align: center; padding: 26px 18px; margin: 30px 0; }
.cta-mid p { font-size: 19px; font-family: 'Rokkitt', serif; margin: 0 0 12px; }

.map-embed { margin: 18px 0; border: 1px solid #ccc; }
.map-embed iframe { display: block; width: 100%; height: 340px; border: 0; }

footer { background: #232323; color: #bbb; margin-top: 46px; padding: 30px 0 60px; font-size: 13px; }
footer a { color: #f5c518; text-decoration: none; }
footer a:hover { text-decoration: underline; }
.ft-cols { display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; gap: 26px; }
.ft-head { font-family: 'Rokkitt', serif; font-size: 17px; color: #fff; margin: 0 0 6px; }
ul.ft-list { list-style: none; margin: 0; padding: 0; }
ul.ft-list li { margin: 3px 0; }
.ft-copy { border-top: 1px solid #3d3d3d; margin-top: 22px; padding-top: 14px; font-size: 12px; color: #888; }
.ft-small { font-size: 12px; color: #999; }

.mobilecall { display: none; }

.nearby { background: #efede6; padding: 12px 16px; margin: 24px 0; }
.nearby p { margin: 4px 0; }

@media (max-width: 800px) {
  .hero-grid, .trust-cols, .ft-cols { grid-template-columns: 1fr; }
  h1 { font-size: 27px; }
  .mainnav a { padding: 10px 10px; font-size: 12px; }
  .mh-call { display: none; }
  .mobilecall { display: block; position: fixed; bottom: 0; left: 0; right: 0; background: #f5c518; color: #191919; text-align: center; font-family: 'Rokkitt', serif; font-size: 19px; font-weight: 700; padding: 12px; text-decoration: none; border-top: 2px solid #232323; z-index: 100; }
  .mainnav .hasdrop:hover ul.drop { position: static; }
}
