/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body {
  color: #000000;
  background-color: white;
  font-size: large;
  font-family: 'Figtree', sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  place-items: center; }

a {
  color: #000000;
  color: #000000;
  outline-offset: 0.25rem; }

a:focus {
  outline: 0.25rem dashed #8a0b00; }

nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
  max-width: 80rem; }
  nav a#root-link {
    color: #8a0b00;
    font-size: 1.875rem;
    font-weight: 300; }
  nav a#root-link:focus {
    outline: 0.25rem dashed #000000; }
  nav ul.menu {
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem; }
    nav ul.menu li.menu.item {
      margin-right: 1em; }
      nav ul.menu li.menu.item .icon {
        width: 1em; }
    nav ul.menu li.menu.item:hover {
      color: #8a0b00; }

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 80rem;
  padding: 0 2.5rem;
  margin: auto;
  margin-bottom: 2.25rem;
  text-align: center; }

ul.items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5rem;
  margin: auto; }
  ul.items .item.preview {
    margin: 0 auto 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60rem; }
    ul.items .item.preview img.thumbnail {
      margin: auto; }
    ul.items .item.preview .details {
      display: flex;
      flex-direction: column;
      margin: auto; }
      ul.items .item.preview .details a.title {
        width: fit-content;
        color: #262626;
        font-size: 1.875rem;
        font-weight: 700;
        margin: initial; }
      ul.items .item.preview .details .subtitle {
        display: flex;
        flex-direction: row;
        align-items: center; }
        ul.items .item.preview .details .subtitle .date {
          color: #A8A29E;
          font-style: italic;
          margin: 0; }
      ul.items .item.preview .details .summary {
        display: inline;
        text-indent: 1rem; }
        ul.items .item.preview .details .summary .continue {
          color: #A8A29E;
          font-style: italic; }

@media screen and (min-width: 720px) {
  ul.items .item.preview {
    flex-direction: row; }
    ul.items .item.preview img.thumbnail {
      margin-right: 2rem;
      width: 180px; }
    ul.items .item.preview .details {
      margin: initial;
      margin-bottom: auto; } }

figure.home.hero {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 1rem; }
  figure.home.hero img.hero {
    margin: auto;
    border: 0.25rem double black;
    height: 325px;
    border-radius: 100%; }
  figure.home.hero figcaption.hero {
    font-size: 0.875rem;
    margin: 1rem auto 0rem;
    display: flex;
    flex-direction: column;
    text-align: center; }
    figure.home.hero figcaption.hero .title {
      font-style: italic; }

.list.heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.25rem 0; }

ul.news {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  ul.news .item.preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.5rem; }
    ul.news .item.preview img {
      margin: auto; }
    ul.news .item.preview .details {
      max-width: 40rem;
      margin: auto; }
      ul.news .item.preview .details .title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.75rem; }
      ul.news .item.preview .details .subtitle {
        margin-bottom: 1rem; }
        ul.news .item.preview .details .subtitle .tag {
          height: fit-content;
          font-size: 0.875rem;
          color: #171717;
          background-color: #ffffff;
          border: 1px solid #000000;
          padding: 4px 8px;
          border-radius: 25px;
          margin-right: .25em; }
        ul.news .item.preview .details .subtitle .tag:hover {
          background-color: #f4f4f4f4; }
        ul.news .item.preview .details .subtitle .date {
          color: #A8A29E;
          font-style: italic;
          margin: 0; }
      ul.news .item.preview .details .summary {
        display: inline;
        text-indent: 1rem; }
        ul.news .item.preview .details .summary .continue {
          color: #A8A29E;
          font-style: italic; }

.post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80rem;
  margin: auto; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    font-weight: 700;
    color: #000000; }
  .post img {
    max-width: none; }

header.post h1.title {
  font-size: 2.25rem; }

header.post .date {
  color: #A8A29E; }

header.post .hero {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  header.post .hero img {
    max-width: 100vw; }

article.post.body {
  display: block; }
  article.post.body h1, article.post.body h2 {
    font-size: 1.875rem; }
  article.post.body h3 {
    font-size: 32px; }
  article.post.body h4 {
    font-size: 28px; }
  article.post.body h5 {
    font-size: 24px; }
  article.post.body h6 {
    font-size: 20px; }

.post.preview {
  display: flex;
  flex-direction: column; }
