/* Page */

.content {
  display: inline-block;
  width: 720px;
}

.banner img {
  width: 720px;
  object-fit: fit;
}

main {
  margin-bottom: 0;
}

body {
  font-size: 16px/30px;
  line-height: 26px;
  background: #fff;
  color: #000000;
  margin: 0;
  text-align: center;
  border-top: 0.5rem solid #cccccc;
  word-wrap: break-word;
}

a[href] {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

img {
  width: 80%;
  border-radius: 3px;
}

blockquote {
  margin: 0 10px 10px 0;
  text-align: left;
  color: #000000;
  border-left: 2px solid #cccccc;
}

blockquote p {
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  font-style: italic;
}

blockquote p:last-child {
  padding-left: 10px;
  margin-bottom: 0;

}

blockquote p > a[href],
blockquote li > a[href],
blockquote ul > a[href] {
  color: #000000;
}

.footnotes {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  word-wrap: break-word;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #000000;
	width: 100%;
}

/* Header */

header {
  margin: auto;
  padding: 5rem 0 3rem 0;
  display: flex;
  align-items: center;
  max-width: 660px;
}

header h1 {
  font-size: 20px;
  line-height: 18px;
  text-transform: lowercase;
  letter-spacing: 8px;
  font-weight: 300;
}

.header-button {
  #font-weight: 600;
  padding: 0.3rem;
  border-radius: 12px;
  font-size: 12px;
  background: #f2f2f2;
  margin-left: auto;
  line-height: 1em;
  border: 2px solid #ccc;
}

.header-button a {
  #color: #808080;
  color: #000000;
}

article > ul > li {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  list-style: square;
}

/* Navigation */

nav {
  display: none;
  margin: auto;
  max-width: 660px;
  text-align: center;
}

nav ul {
  list-style-type: none;
  margin: 0 auto;
}

nav ul > li {
  display: inline;
  float: left;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: normal;
  letter-spacing: 2px;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: #666666;
  border-bottom: 2px solid;
}

nav a:focus {
  color: #000000;
  border-bottom: 2px solid;
}

.rss-icon {
  height: 14px;
  padding-left: 5px;
  color: #ff0000;
}

.pagination {
  text-align: center;
  margin: 30px auto;
  color: #000000;
  font-size: 14px;
}

.pagination a {
  color: #000000;
  font-size: 14px;
  border-bottom: 2px solid #cccccc;
}

.pagination a:hover {
  border-bottom: 2px solid;
}

.pagination a:focus {
  color: #000000;
  border-bottom: 2px solid;
}

/* Articles */

.micro {
  padding: 10px 30px 20px 30px;
  text-align: left;
  border-radius: 8px;
  #border-bottom: 1px solid #cccccc;
  #border-right: 1px solid #cccccc;
  #border: 1px solid #ddd;
  background: #f2f2f2;
  margin-bottom: 10px;
  #box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px 0px;
  #box-shadow: #ddd 0px 0px 5px;
}

.post {
  padding: 20px 30px 10px 30px;
  text-align: left;
  border: 1px solid #e5e5e5;
  #border-bottom: 2px solid #cccccc;
  box-shadow: #ddd 0px 0px 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  #background: #fdfdfd;
}

.page {
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 45px 35px 20px;
  text-align: left;
  border-radius: .25rem;
}

.post-groups {
  margin: 0 auto;
  background: #ffffff;
  padding: 20px 35px 20px 20px;
  text-align: left;
  border-radius: .25rem;
}

.micro > p, .post > p, .page > p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.micro aside {
  display: inline-block;
  padding-top: 10px;
}

.post > p, .micro > p {
  margin: 10px auto;
}

.micro > a {
  font-size: 16px;
  color: #888888;
  margin: 0;
}

.micro p > a, .post p > a, .page a, p > a, .post ul > a, .micro ul > a, .post li > a, .micro li > a {
  text-decoration: none;
  border-bottom: 2px solid #cccccc;
}

.micro a:hover, .post a:hover, .page a:hover, p > a:hover {
  color: #000000;
  border-bottom: 2px solid;
}

.micro a:focus, .post a:focus, .page a:focus, p > a:focus {
  color: #000000;
  border-bottom: 2px solid;
}

.micro li {
  font-size: 16px;
  line-height: 30px;
}

.post h2 {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.post h1 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}

article .postmeta {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  margin: 0 auto;
  padding: 5px 0 10px 0;
}

article .postmeta a {
  line-height: 22px;
  color: #666666;
  margin: 0 auto;
}

article .postmeta a:hover {
  color: #000000;
  border-bottom: none;
  font-weight: 600;
}

.post-group {
  margin: auto;
}

.post-group h2 {
  color: #000000;
  font-size: 20px;
  margin: 0;
  padding: 10px 10px 10px 0;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.post-group-item {
  margin: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.post-group-item-li {
  text-decoration: none;
  border-bottom: 2px solid #cccccc;
}

.post-group-item a:hover {
  color: #000000;
  border-bottom: 2px solid;
}

.post-group-item h3 {
  color: #000000;
  font-size: 20px;
  margin: 0;
  padding: 25px 10px 10px 0;
  font-weight: 600;
}

.post-group-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 6px;
}


/* Footer */

footer {
  display: block;
  margin: auto;
  max-width: 660px;
  color: #000000;
  padding: 50px 0 25px 0;
  text-align: left;
  
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer ul > li {
  text-transform: lowercase;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 400;
}

footer a:hover {
  border-bottom: none;
}

footer svg:hover {
  opacity: 0.5;
}

.footer_text {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 500px;
}

.footer_text h3 {
  color: #3f3d3d;
}

.footer_text a {
  color: #ffffff;
}

.footer_text > div {
  flex: 1;
  margin: 10px;
}

.footer_copyright {
  color: #999999;
  font: 14px/20px;
  padding: 10px 0;
  text-align: center;
}

.footer_copyright a {
  color: #cccccc;
}

.link a {
  border-bottom: 2px solid #cccccc;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.linked a {
  font-size: 16px;
  border-bottom: 2px solid #cccccc;
}

.bull {
  font-size: 16px;
  padding: 5px;
  color: #666666;
}

.bull a {
  color: #989898;
}

.bull a:hover {
  border-bottom: none;
  color: #000000;
}

code {
  padding: 4px;
  background: #ddd;
  font-family: monospace;
  }

pre {
  white-space: pre-wrap;
  font-size: .875rem;
  border-width: 1px;
  background: #f1f1f1;
  padding: .5rem .5rem;
  line-height: 1.65em;
  }

pre code{
  padding:initial;
  border:0;
}

@media screen
and (max-width: 768px) {

  .content {
    max-width: 97%;
  }

  main {
	margin-bottom: 0;
}

  body {
  font: 16px/26px;
}

  footer {
    color: #000000;
    margin: auto;
    padding: 35px 0 0 20px;
    display: block;
    font-size: 14px;
   }

   footer ul > li {
    font-size: 12pt;
  }

  .footer_text {
    width: 100%;
    font-size: 14px;
  }

  .footer_text > div {
    flex: auto;
    width: 100%;
  }

  #photos {
    justify-content: center;
  }

  .pagination {
    font-size: 14px;
  }

  article {
    margin: 0;
    padding: 20px;
  }

  header {
    padding: 50px 25px 35px 25px;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  header h1 {
    font-size: 20px;
    letter-spacing: 6px;
  }

  nav ul {
    margin: 0;
    padding: 0;
  }

  nav ul > li {
    float: none;
    margin: 0;
    padding: 10px;
  }

  .micro {
    margin: 0 5px 10px 5px;
    padding: 2px 15px 10px 15px;
#   border-bottom: 1px solid #cccccc;
  }

  .post {
    margin: 0 5px 10px 5px;
    padding: 10px;
    border: none;
    box-shadow: none;
#   border-bottom: 1px solid #cccccc;
  }

   .page {
    margin-bottom: 0;
    padding: 30px 20px 30px 20px;
    border-radius: .2rem;
  }

  .post-groups {
    margin: auto;
    padding: 10px 20px;
    border-radius: .2rem;
  }

  .micro > p, .post > p, .page > p {
    font-size: 16px;
    line-height: 30px;
  }

  .micro li {
  font-size: 16px;
  line-height: 30px;
  }

  .post-group-item {
    width: 100%;
  }

  blockquote p {
    font-size: 16px;
  }

  .link a {
  font-size: 20px;
  line-height: 22px;
  }

  .linked a {
    font-size: 16px;
  }

  .bull {
  	font-size: 16px;
  }

  .banner img {
     max-width: 100%;
     height: auto;
  }

  .footnotes {
  font-size: 12px;
  }


  blockquote p {
    font-size: 16px;
      line-height: 30px;
  }

  article > ul > li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  list-style: square;
  }
}

:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}
