body {
    /* font-family: "Inconsolata", monospace; */
    font-family: Helvetica, arial, sans-serif;
    font-weight: 400;
    color: #343341;
    line-height: 1.6;
    font-size: 16px;
    background-color: #fbfbfb;
/*    background-color: black; */
/*    background-color: #f5e5c4; beige */
}

a, a:hover {
/*    color: #67a9ff; */
    text-decoration: underline;
    word-break: break-word;
}

html,button,input,select,textarea {
    /* color: #333; */
    color: #343341;
}

::-moz-selection {
    background: #f04116;
    color: #f5e5c4;
    text-shadow: none;
}

::selection {
    background: #f04116;
    color: #f5e5c4;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

img {
    margin: 10px auto 10px auto;
    max-width: 100%;
    display: block;
}

video {
    margin: 10px auto 10px auto;
    max-width: 100%;
    display: block;
}

.video-wrapper {
  text-align: center;
  font-style: italic;
}

a img {
    border:none;
}

figure {
    margin: 0;
    text-align: center;
    border: 1px solid #343341;
}

figcaption {
  font-style: italic;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.table-of-contents {
    margin-left: 1rem;
    margin-right: 1rem;
    /* box-shadow: inset 0px 0px 12px #adb2c3; */
    box-shadow: 0px 0px 9px #ccc;
    background-color: #e6edfd;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 3px;
}

.table-of-contents h4 {
  margin: 0;
}

blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
    /* font-style: italic; */
    /* font-size: 1.4rem; */
    /* font-family: Georgia,bitstream charter,serif; */
    /* border-left: 3px solid; */
    border-color: #edefce; /* #FAFF94; #f04116; */
    background-color: #fcffbe;
    box-shadow: 0px 0px 9px #ccc;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

blockquote cite {
    font-size: 70%;
    opacity: .8;
}

blockquote em {
    font-weight: 600;
}

a,a:hover {
    /* color: #67a9ff; */
    color:  #343341;
    text-decoration: underline;
}

a:hover {
  color: #f04116;
  text-decoration: underline #f04116;
}

code {
  background-color: #343341;
  color: white;
  font-family: 'Inconsolata', monospace;
  padding-left: 3px;
  padding-right: 3px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Heebo';
    /* text-transform: uppercase; */
    line-height: 1.0;
    font-weight: 800;
}

h1 {
    /* font-size: 2.75rem; */
    font-size: 2.5rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: .9rem;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.container {
    max-width: 800px;
}

ul {
    padding-left: 15px;
}

ul.flat {
    margin: 0;
    padding: 0;
}

ul.flat li {
    display: inline-block;
    list-style: none;
    margin-left: 0;
}

.prevent-collapse {
    min-height: .1rem
}

.page-title {
    margin: 0;
}

.smaller {
    font-size: 70%;
}

ul {
    list-style: disc outside;
}

.site-title {
  /* background-color: white; */
  text-transform: uppercase;
  font-family: 'Heebo';
  text-align: center;
}

.header h1.site-title {
  padding: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #f04116;
  /* border: 10px solid #f04116; */
  /* border: 10px solid #343341; */
}

.site-title a {
	color: #343341;
  font-size: /* 64pt */ 2rem;
  padding-left: 16px;
  padding-right: 16px;
	text-decoration: none !important;
}

.post ul li {
    margin-bottom: 10px;
}

.post ul li p {
    display: inline;
}

.highlight pre {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    background-color: transparent !important;
}

.highlight {
    background-color: #343341;
}

.wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.container {
    margin-top: 50px;
}

.header {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.header h1,
.header h2 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
/*    line-height: 1.3em; */
}

.header h2 {
    font-size: 1.125rem;
}

.header nav {
    margin-top: 20px;
    /* border-top: 1px solid #f4f4f4; */
}

.header nav ul,
.header nav li {
    margin: 0;
}

.header nav ul.flat {
    padding: 0;
}

.header nav ul.flat li {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}

.header .site-description {
    display: flex;
    justify-content: space-between;
}

.header .site-description nav {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 50px;
    margin-left: 15px;
}

.header .site-description nav ul svg {
    max-height: 15px;
}

.section .section-header {
    font-size: 0.75rem;
    font-weight: 900;
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    color: #f04116;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.recent-posts .posts .post {
    margin-bottom: 30px;
}

.posts .post .meta,
.post .post-header .meta,
.list .posts .post .meta {
    font-size: 0.825rem;
    color: #f04116;
    margin-bottom: 4px;
}

.post .post-header {
    margin-bottom: 30px;
}

.posts .post .title {
  font-weight: bold;
}

.post .post-header .title {
    margin: 0;
}

.post-tags a {
	margin-right: 5px;
}

.post .post-header .meta {
    padding-left: 5px;
    margin-top: 10px;
}

.post .draft-label {
    color: #a00;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 6px;
    background-color: #f9f2f4;
}

.post-tags .tags li {
    margin-bottom: 0;
    margin-top: 20px;
}

.post-tags .tags a {
    display: inline-block;
    border: 1px solid #a00;
    border-radius: 4px;
    padding: 0px 6px;
    color: #a00;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    margin: 0 1px;
}

.list .posts .post .meta {
    margin-bottom: 0;
    margin-left: 5px;
}

.footer {
    text-align: right;
    font-size: 0.75em;
    color: #999;
/*    border-top: 1px solid #f4f4f4; */
    padding: 20px 0;
    margin-top: 40px;
}

.page-title {
    margin-bottom: 0;
}

.tag-cloud {
    margin-top: 20px;
}

.tag-cloud a {
    margin-right: 15px;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination .page-prev {
    margin-right: 20px;
    padding-right: 20px;
}

.pagination .page-item.page-prev {
    text-align: left;
}

.pagination .page-item.page-next {
    text-align: right;
}

table th {
    background-color: #f4f4f4;
}

table th, table td {
    padding: 10px 20px;
    border: 1px solid #dddddd;
}

@media (max-width: 767px) {
    body {
        padding: 20px;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    .container {
        margin-top: 10px;
    }
}
