@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/Mona-Sans.woff2') format('woff2 supports variations'),
         url('../fonts/Mona-Sans.woff2') format('woff2-variations');
    font-weight: 200 900;
    font-stretch: 75% 125%;
}

body {
    color: #000;
    font-family: 'Mona Sans', sans-serif;
    font-size: 1.0rem;
    line-height: 1.5rem;
}
 /* links */
a, a:hover {
    color: #355e3b;
    text-decoration: none;
    word-break: break-all;
}
/* mouse over link */
a:hover {
    color: #8b0000;
    text-decoration: underline;
}
/* mouse selection */
::selection {
    background: #dcdcdc;
    text-shadow: none;
}

img, figure {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
/* headers */
h1,h2,h3,h4,h5,h6 {
    line-height: 1.2rem;
    color: #000;
    font-weight: 500;
}
h1 { font-size: 1.4rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1.1rem; }
h4,h5,h6 { font-size: 1.0rem; }
/* list */
ul {
    padding-left: 15px;
    padding-right: 15px;
}

ul.flat {
    margin: 0;
}

ul.flat li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

.page-title { margin: 0; }

.site-title a {
    color: #000;
    text-decoration: none !important;
}

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

.container { margin-top: 30px; }

.header {
    padding-bottom: 20px;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
}

.header nav {
    background: #000;
    border-radius: 5px;
    height: 35px;
    line-height: normal;
    margin-top: 15px;
    text-indent: 10px;
    vertical-align: middle;
}

.header nav a, .header nav a:hover {
    color: #ffff;
    text-decoration: none;
    word-break: break-all;
}
/* mouse over link */
.header nav a:hover {
    text-decoration: underline;
}

.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: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.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;
}

.description p {
    text-align: justify;
}

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

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

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

.post p {
    padding-left: 5px;
    padding-right: 15px;
    text-align: justify;
}

.post .modified-label {
    color: #000;
    text-decoration: underline;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 6px;
    font-size: 1rem;
}

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

.post-tags .tags li {
    margin-bottom: 0;
    margin-top: 20px;
}
/* Tag Decorations */
.post-tags a {
    margin-right: 5px;
}
.post-tags .tags a {
    display: inline-block;
    border: 1px solid Red;
    border-radius: 10px;
    padding: 0px 6px;
    color: #8b0000;
    line-height: 20px;
    font-size: 1rem;
    text-decoration: none;
    margin: 0 1px;
    background-color: #f8f8ff;
}

.footer {
    text-align: right;
    font-size: 0.8rem;
    color: #000;
    padding: 20px 0;
    margin-top: 40px;
}

.footer nav {
    border-top: 1px dashed #000;
}

.page-title {
    margin-bottom: 0;
}
/* code blocks */
code {
    font-size: 1.0rem;
}
/* MathJax */
code.has-jax {
    -webkit-font-smoothing: antialiased;
    background: inherit !important;
    border: none !important;
    font-size: 100%;
}
