@charset "utf-8";/*!
 * Start Bootstrap - Clean Blog v5.0.8 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
/* Inria_Serif */
@font-face {
	font-family: InriaSerif-Bold;
	src: url(../fonts/Inria_Serif/InriaSerif-Bold.ttf);
	font-weight: 700
}
@font-face {
	font-family: InriaSerif-BoldItalic;
	src: url(../fonts/Inria_Serif/InriaSerif-BoldItalic.ttf);
	font-weight: 700;
	font-style: italic
}
@font-face {
	font-family: InriaSerif-Italic;
	src: url(../fonts/Inria_Serif/InriaSerif-Italic.ttf);
	font-style: italic
}
@font-face {
	font-family: InriaSerif-Light;
	src: url(../fonts/Inria_Serif/InriaSerif-Light.ttf);
	font-weight: 300
}
@font-face {
	font-family: InriaSerif-LightItalic;
	src: url(../fonts/Inria_Serif/InriaSerif-LightItalic.ttf);
	font-weight: 700;
	font-style: Italic
}
@font-face {
	font-family: InriaSerif-Regular;
	src: url(../fonts/Inria_Serif/InriaSerif-Regular.ttf)
}
@font-face {
	font-family: Oswald-Bold;
	src: url(../fonts/Oswald/static/Oswald-Bold.ttf);
	font-weight: 700
}
@font-face {
	font-family: Oswald-Light;
	src: url(../fonts/Oswald/static/Oswald-Light.ttf);
	font-weight: 200
}
@font-face {
	font-family: Oswald-Medium;
	src: url(../fonts/Oswald/static/Oswald-Medium.ttf);
	font-weight: 600
}
@font-face {
	font-family: Oswald-Regular;
	src: url(../fonts/Oswald/static/Oswald-Regular.ttf)
}
/* Playfair Display — self-hosted via .ttf (woff2 as progressive enhancement) */
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/Playfair_Display/PlayfairDisplay-Regular.woff2') format('woff2'),
	     url('../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/Playfair_Display/PlayfairDisplay-Italic.woff2') format('woff2'),
	     url('../fonts/Playfair_Display/PlayfairDisplay-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/Playfair_Display/PlayfairDisplay-Bold.woff2') format('woff2'),
	     url('../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
/* Lora — self-hosted via .ttf (woff2 as progressive enhancement) */
@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora/Lora-Regular.woff2') format('woff2'),
	     url('../fonts/Lora/Lora-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora/Lora-Italic.woff2') format('woff2'),
	     url('../fonts/Lora/Lora-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap
}
@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora/Lora-Medium.woff2') format('woff2'),
	     url('../fonts/Lora/Lora-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
body {
	font-size: 18px;
	color: #1c1612;
	font-family: 'Lora', Georgia, serif;
	background-color: #f5f0e8
}
p {
	line-height: 1.8;
	margin: 30px 0
}
p a {
	text-decoration: underline
}
h1 {
	font-size: 24px;
	color: #1c1612;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	padding-top: 30px
}
h2 {
	font-size: 22px;
	color: #1c1612;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px
}
h3, h4, h5, h6 {
	font-size: 20px;
	color: #b85c38;
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 400
}
.site-heading {
	margin: 40px 0 20px 0
}
.site-heading-db {
	color: #fff;
	font-family: 'Oswald-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 42px
}
.sub-heading {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	display: block;
	padding: 0 0 0;
	font-family: 'InriaSerif-Italic', 'Times New Roman', serif
}
a {
	color: #1c1612;
	transition: all .2s
}
a:focus, a:hover {
	color: #b85c38
}
blockquote {
	font-style: italic;
	font-family: 'Playfair Display', Georgia, serif;
	color: #1c1612;
	border-left: 4px solid #b85c38;
	padding: 20px 30px;
	background-color: #faf7f2
}
.section-heading {
	font-size: 18px;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	margin-top: 30px;
	color: #c49a3c
}
.caption {
	font-size: 12px;
	font-family: 'Lora', Georgia, serif;
	font-style: italic;
	color: #1c1612;
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}
::-moz-selection {
color:#faf7f2;
background:#b85c38;
text-shadow:none
}
::selection {
	color: #faf7f2;
	background: #b85c38;
	text-shadow: none
}
img::-moz-selection {
color:#fff;
background:0 0
}
img::selection {
	color: #fff;
	background: 0 0
}
img::-moz-selection {
color:#fff;
background:0 0
}
.navbar {
	background: #fff
}
.navbar-toggler {
	font-size: 12px;
	font-weight: 800;
	padding: 13px;
	text-transform: uppercase;
	color: #271380
}
.navbar-nav>li.nav-item>a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'InriaSerif-Light', 'Times New Roman', serif;
	color: #271380
}
.img-fluid.social-icons {
	margin: 15px 15px
}
@media only screen and (min-width:768px) {
body {
	font-size: 20px
}
h1 {
	font-size: 32px
}
h2 {
	font-size: 26px
}
h3, h4, h5, h6 {
	font-size: 22px;
	font-style: italic
}
.sub-heading {
	font-size: 24px;
	margin: 0 0 0 0
}
.section-heading {
	font-size: 22px;
	margin-top: 30px
}
.caption {
	font-size: 14px
}
.navbar-nav>li.nav-item>a {
	font-size: 16px;
	padding: 60px 20px 0 20px;
	margin-left: 30px;
	margin-right: 30px
}
.site-heading {
	padding: 10px 0 10px 0;
	margin: 0 0 0 0
}
}
@media only screen and (min-width:992px) {
body {
	font-size: 20px
}
h1 {
	font-size: 40px
}
h2 {
	font-size: 32px
}
h3, h4, h5, h6 {
	font-size: 28px
}
.sub-heading {
	font-weight: 200;
	font-size: 32px
}
.site-heading-db {
	font-weight: 200;
	font-size: 50px;
	padding: 0 0 0
}
.section-heading {
	font-size: 28px;
	margin-top: 30px
}
.caption {
	font-size: 18px
}
.navbar-nav>li.nav-item>a {
	font-size: 16px;
	padding: 60px 20px 20px 20px
}
.navbar-nav>li.nav-item>a:focus, .navbar-nav>li.nav-item>a:hover {
	color: #4a477c
}
}
header.masthead {
	padding-top: 80px;
	margin-bottom: 10px;
	background: no-repeat center center;
	background-attachment: scroll;
	background-size: auto;
	position: relative
}
header.masthead .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #40370b;
	opacity: .3
}
header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
	color: #000
}
@media only screen and (min-width:768px) {
header.masthead {
	padding-top: 60px;
	margin-bottom: 10px
}
header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
	padding: 20px 0
}
}
header.masthead .page-heading, header.masthead .site-heading {
	text-align: left
}
header.masthead .page-heading h1, header.masthead {
	font-size: 50px;
	margin-top: 0
}
header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
	font-size: 60px;
	font-weight: 200;
	line-height: .1;
	display: block;
	margin: 10px 0 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
@media only screen and (min-width:768px) {
header.masthead .page-heading h1, header.masthead .site-heading {
	font-size: 50px
}
}
header.masthead .post-heading h1 {
	font-size: 35px
}
header.masthead .post-heading .meta, header.masthead .post-heading .subheading {
	line-height: 1.1;
	display: block
}
header.masthead .post-heading .subheading {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 30px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
header.masthead .post-heading .meta {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Lora', 'Times New Roman', serif
}
header.masthead .post-heading .meta a {
	color: #fff
}
@media only screen and (min-width:768px) {
header.masthead .post-heading h1 {
	font-size: 55px
}
header.masthead .post-heading .subheading {
	font-size: 30px
}
.post-preview {
	padding-bottom: 40px
}
}
.post-preview>a {
	color: #1a3232
}
.post-preview>a:focus, .post-preview>a:hover {
	text-decoration: none;
	color: #0085a1
}
.post-preview>a>.post-title {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	width: 150px
}
@media only screen and (min-width:460px) {
.post-preview>a>.post-title {
	font-size: 24px;
	text-align: left;
	width: auto
}
}
.post-preview>a>.post-subtitle {
	font-weight: 300;
	margin: 0 0 10px
}
.post-preview>.post-meta {
	font-size: 14px;
	font-style: italic;
	margin-top: 0;
	color: #1a3232
}
.post-preview>.post-meta>a {
	text-decoration: none;
	color: #1a3232
}
.post-preview>.post-meta>a:focus, .post-preview>.post-meta>a:hover {
	text-decoration: underline;
	color: #0085a1
}
.floating-label-form-group {
	font-size: 14px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #dee2e6
}
.floating-label-form-group input, .floating-label-form-group textarea {
	font-size: 1.5em;
	position: relative;
	z-index: 1;
	padding: 0;
	resize: none;
	border: none;
	border-radius: 0;
	background: 0 0;
	box-shadow: none!important;
	font-family: Lora, 'Times New Roman', serif
}
.floating-label-form-group input::-webkit-input-placeholder, .floating-label-form-group textarea::-webkit-input-placeholder {
color:#868e96;
font-family:Lora, 'Times New Roman', serif
}
.floating-label-form-group label {
	font-size: .85em;
	line-height: 1.764705882em;
	position: relative;
	z-index: 0;
	top: 2em;
	display: block;
	margin: 0;
	transition: top .3s ease, opacity .3s ease;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0
}
.floating-label-form-group .help-block {
	margin: 15px 0
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1
}
.floating-label-form-group-with-focus label {
	color: #0085a1
}
form .form-group:first-child .floating-label-form-group {
	border-top: 1px solid #dee2e6
}
footer {
	padding: 50px 0 65px
}
footer .list-inline {
	margin: 0;
	padding: 0
}
footer .copyright {
	font-size: 14px;
	margin-bottom: 0;
	text-align: center
}
.btn {
	font-size: 14px;
	font-weight: 800;
	padding: 15px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.btn-primary {
	background-color: #0c515a;
	border-color: #0c515a
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #105e69!important;
	border-color: #105e69!important
}
.btn-lg {
	font-size: 16px;
	padding: 25px 35px
}
p.error, p.success {
	font-weight: 700;
	padding: 10px;
	border: 1px solid
}
p.error {
	background: #ffc0c0;
	color: #900
}
p.success {
	background: #b3ff69;
	color: #4fa000
}
.article-nav a:link {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px
}
.article-nav a:hover {
	background-color: #ddd;
	color: #000
}
.article-nav .previous {
	background-color: #f1f1f1;
	color: #000
}
.article-nav .next {
	background-color: #0085a1;
	color: #fff;
	float: right
}
.article-nav .round {
	border-radius: 50%
}
.img-thumbnail {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 5px;
	width: 150px;
	float: left;
	margin-right: 30px
}
.clearfix {
	clear: both
}
.eupopup-container {
	background-color: #000;
	color: #eef6f6;
	padding: 5px 20px;
	font-size: 14px;
	color: #eef6f6;
	font-family: 'InriaSerif-Light', 'Times New Roman', serif;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999
}
.eupopup-container-top, .eupopup-container-fixedtop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.eupopup-container-fixedtop {
	position: fixed
}
.eupopup-container-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0
}
.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px
}
.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px
}
.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
	color: #fff;
	text-decoration: none
}
.eupopup-head {
	font-size: 1.2em;
	font-weight: 700;
	padding: 7px;
	color: #fff
}
.eupopup-body {
	color: #eef6f6
}
.eupopup-buttons {
	padding: 7px 0 5px 0
}
.eupopup-button_1 {
	color: #f6a21d;
	font-weight: 700;
	font-size: 14px
}
.eupopup-button_2 {
	color: #f6a21d;
	font-weight: 400;
	font-size: 14px
}
.eupopup-button {
	margin: 0 10px
}
.eupopup-button:hover, .eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d
}
body .eupopup-color-inverse {
	color: #000;
	background-color: rgb(255 255 255 / .9)
}
body .eupopup-color-inverse .eupopup-head {
	color: #000
}
body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px
}
body .eupopup-style-compact .eupopup-head, body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0
}
body .eupopup-style-compact .eupopup-button {
	margin: 0 5px
}
.post-padding {
	padding: 10px
}
.leftDiv {
	background-color: #efefef;
	color: #000;
	height: 400px;
	width: 48%;
	float: left
}
.rightDiv {
	background-color: #efefef;
	color: #000;
	height: 400px;
	width: 48%;
	float: right;
}

  /* CSS Document */
/* =========================================== */
/* Responsive Floating Figures with Captions  */
/* =========================================== */

/* Left-floating figure */
.figure-left {
  float: left !important;
  width: clamp(150px, 40%, 300px);   /* responsive width: min 150px, ideal 40%, max 300px */
  margin: 0 20px 10px 0;             /* spacing around image */
  border: 1px solid #fff;
}

/* Right-floating figure */
.figure-right {
  float: right !important;
  width: clamp(150px, 40%, 300px);
  margin: 0 0 10px 20px;
  border: 1px solid #fff;
}

/* Images inside figures are responsive */
.figure-left img,
.figure-right img {
  width: 100%;
  height: auto;
  display: block;
}

/* Clear floats for next section */
.clear-floats {
  clear: both;
}

/* Caption styling */
.figure-left figcaption,
.figure-right figcaption {
  font-size: 14px;
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
  color: #c49a3c;
}

/* =========================================== */
/* Mobile-friendly stacking for small screens */
/* =========================================== */
@media (max-width: 767px) {
  .figure-left,
  .figure-right {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 15px 0 !important;
    text-align: center;
  }

  .figure-left img,
  .figure-right img {
    width: 100%;
    height: auto;
  }

  .figure-left figcaption,
  .figure-right figcaption {
    text-align: center;
  }
}

/* =========================================== */
/* Article-style Header, Masthead & Drop Cap   */
/* Based on makermaking-quirky-joy-article.html */
/* =========================================== */

/* Playfair Display and Lora are self-hosted — see @font-face rules at the top of this file */


/* --- Colour tokens (exact match to makermaking-quirky-joy-article.html) --- */
:root {
  --mm-ink:        #1c1612;
  --mm-warm-bg:    #f5f0e8;
  --mm-cream:      #faf7f2;
  --mm-terracotta: #b85c38;
  --mm-gold:       #c49a3c;
  --mm-sage:       #6b7c5e;
  --mm-rule:       #ddd5c4;
}

/* -----------------------------------------------
   SITE HEADER  (.mm-header)
   Replaces / supplements the Bootstrap navbar for
   article pages that want the editorial look.
   Use on a <header class="mm-header"> element.
----------------------------------------------- */
.mm-header {
  background-color: var(--mm-cream);
  border-bottom: 2px solid var(--mm-rule);
  padding: 18px 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mm-header a {
  text-decoration: none;
  color: var(--mm-ink);
}
.mm-header .mm-site-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--mm-ink);
}
.mm-header .mm-tagline {
  font-size: 0.82rem;
  color: var(--mm-terracotta);
  font-style: italic;
  font-family: 'Lora', Georgia, serif;
  letter-spacing: 0.05em;
}
.mm-brand {
  display: flex;
  flex-direction: column;
}
.mm-nav {
  margin-left: auto;
  display: flex;
  gap: 28px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mm-nav a {
  color: var(--mm-ink);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s;
  font-family: 'Lora', Georgia, serif;
}
.mm-nav a:hover {
  opacity: 1;
  color: var(--mm-terracotta);
}
/* Hamburger button — hidden on desktop, shown on mobile */
.mm-nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
}
.mm-nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--mm-ink);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
/* Animate to X when active */
.mm-nav-hamburger.mm-nav-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.mm-nav-hamburger.mm-nav-active span:nth-child(2) {
  opacity: 0;
}
.mm-nav-hamburger.mm-nav-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 600px) {
  .mm-header {
    padding: 14px 20px;
    flex-wrap: wrap;
    align-items: center;
  }
  /* Show the hamburger button on mobile */
  .mm-nav-hamburger {
    display: flex;
  }
  /* Nav hidden by default on mobile */
  .mm-nav {
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    border-top: 1px solid var(--mm-rule);
  }
  .mm-nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--mm-rule);
    opacity: 1;
    font-size: 0.9rem;
  }
  /* Nav shown when jQuery adds .mm-nav-open */
  .mm-nav.mm-nav-open {
    display: flex;
  }
}

/* -----------------------------------------------
   ARTICLE MASTHEAD / HERO  (.mm-hero)
   Dark editorial banner with diagonal texture,
   gold pill label, large serif title, meta line.
   Use on a <div class="mm-hero"> element placed
   directly after the header.
----------------------------------------------- */
.mm-hero {
  background-color: var(--mm-ink);
  color: var(--mm-cream);
  padding: 80px 40px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* Subtle diagonal stripe texture */
.mm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.015) 40px,
    rgba(255,255,255,0.015) 41px
  );
  pointer-events: none;
}
/* Gold pill category label */
.mm-hero .mm-hero-label {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mm-gold);
  border: 1px solid var(--mm-gold);
  padding: 5px 16px;
  margin-bottom: 28px;
  position: relative;
  font-family: 'Lora', Georgia, serif;
}
/* Main hero heading */
.mm-hero h1,
.mm-hero .mm-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.2;
  max-width: 820px;
  margin: 0 auto 24px;
  position: relative;
  color: var(--mm-cream);
  padding-top: 0; /* reset h1 default in this context */
}
/* Italic terracotta emphasis within the title */
.mm-hero h1 em,
.mm-hero .mm-hero-title em {
  color: var(--mm-terracotta);
  font-style: italic;
}
/* Small meta / byline line */
.mm-hero .mm-hero-meta {
  font-size: 0.82rem;
  opacity: 0.55;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  font-family: 'Lora', Georgia, serif;
  color: var(--mm-cream);
}
@media (max-width: 600px) {
  .mm-hero {
    padding: 50px 20px;
  }
}

/* -----------------------------------------------
   DROP CAP  (.drop-cap)
   Apply to the first <p> of an article body.
   Floats the first letter large and terracotta.
----------------------------------------------- */
.drop-cap::first-letter {
  float: left;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4.6rem;
  line-height: 0.8;
  padding-right: 7px;
  padding-top: 6px;
  color: var(--mm-terracotta);
  font-weight: 700;
}

.pull-quote {
  border-left: 4px solid #b85c38;
  margin: 2.5em 0;
  padding: 20px 30px;
  background-color: #faf7f2;
}
.pull-quote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
  color: #1c1612;
  line-height: 1.5;
}  }



  .img-block {
    margin: 2.5em 0;
    background: var(--cream);
    border: 1px solid var(--light-rule);
    padding: 12px 12px 16px;
  }


  .img-block figcaption {
    margin-top: 10px;
    font-size: 0.8rem;
    font-style: italic;
    color: rgba(28,22,18,0.55);
    text-align: center;
  }
