/* sharonroat.com — placeholder styles; the real design comes with the content import.
   Colours sampled from the Blogger header logo: purple #4b3b8f, blue #2288bb */

:root {
  --purple: #4b3b8f;
  --blue: #2288bb;
  --text: #333;
  --text-light: #767676;
  --rule: #e6e6e6;
  --max: 960px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Trebuchet MS", -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
}

img { max-width: 100%; height: auto; }
a { color: var(--blue); }
h1, h2, h3 { color: var(--blue); font-weight: normal; line-height: 1.25; }

.site-header, .site-main, .site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.25rem;
}
.site-logo img { display: block; max-width: 100%; height: auto; }
.site-nav ul { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0 1.5rem; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.site-nav a { display: inline-block; padding: 0.6rem 0; color: var(--text); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--blue); }
.site-footer { color: var(--text-light); font-size: 0.9rem; border-top: 1px solid var(--rule); margin-top: 3rem; }
