:root{
  --text:#111;
  --muted:#555;
  --bg:#fff;
  --link:#111;
  --rule:#ddd;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.55 ui-serif, Georgia, "Times New Roman", Times, serif;
}

.wrap{
  max-width:780px;
  margin:0 auto;
  padding:42px 18px 60px;
}

h1{
  font-size:44px;
  line-height:1.1;
  margin:0 0 10px;
  font-weight:700;
}

.strap{
  margin:0 0 18px;
  color:var(--muted);
}

h2{
  font-size:22px;
  margin:32px 0 10px;
  padding-top:18px;
  border-top:1px solid var(--rule);
}

h3{
  font-size:18px;
  margin:18px 0 8px;
}

p{ margin:12px 0; }

ul{
  margin:8px 0 12px 22px;
}

li{ margin:6px 0; }

a{
  color:var(--link);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}

.photo{
  margin:14px 0 18px;
}

.photo img{
  width:100%;
  max-width:380px;
  height:auto;
  display:block;
  border:1px solid var(--rule);
}

.photo figcaption{
  margin-top:6px;
  color:var(--muted);
  font-size:14px;
}

blockquote{
  margin:16px 0;
  padding-left:16px;
  border-left:2px solid var(--rule);
}

blockquote p{
  margin:0 0 6px;
  font-style:italic;
}

blockquote footer{
  color:var(--muted);
  font-size:14px;
}

.contact{ margin-top:26px; }

footer{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid var(--rule);
  color:var(--muted);
  font-size:14px;
}
/* ====== REMOVE ALL LINES IN PRAISE/TESTIMONIAL BLOCKQUOTES ====== */

blockquote{
  border-left: none !important;
  padding-left: 0 !important;
  margin: 18px 0 !important;
}

blockquote p{
  margin: 0 0 8px !important;
}

blockquote footer{
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Kill any injected divider lines/pseudo-elements inside blockquotes */
blockquote::before,
blockquote::after,
blockquote p::before,
blockquote p::after,
blockquote footer::before,
blockquote footer::after{
  content: none !important;
  border: none !important;
}

/* If any element inside blockquote has a border, kill it */
blockquote *{
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.dog{
  margin: 60px 0 0;
  text-align: left;
}

.dog img{
  max-width: 160px;
  border: none;
}

.dog figcaption{
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}
.dog img{
  max-width: 160px;
  width: 100%;
  height: auto;
}
/* Make Stella slightly larger than the main portrait */
.photo.dog img{
  max-width: 700px;   /* roughly ~2x the small version */
}
/* Art-Deco divider */
.divider{
  margin: 3rem 0;
  text-align: center;
}

.divider svg{
  width: 320px;
  height: 16px;
  display: block;
  margin: 0 auto;
}

.deco-line path{
  stroke: #c6c6c6;
  stroke-width: 1.3;
  fill: none;
}

.deco-line path:last-child{
  fill: #c6c6c6;
  stroke: none;
}
