:root {
     color-scheme: light only;
}
html {
    color: #111;
    font-family: "EB Garamond", serif, Times, serif;
    font-weight: 400;
    font-style: medium;
    font-size: 17px;
}
a {
    color: inherit;
    text-decoration: none;
}
a.currentpage{
    text-decoration: underline;
    /*color: #444444;*/
}
a.currentpage:hover, a.navbar:hover{
    text-decoration: underline;
}
h1.center {
    text-align: center;
}
h2.center {
    margin-top: 20px;
    text-align: center;
}
h2.title {
    margin-top: 0px;
    text-align: center;
}
h3.center {
    text-align: center;
}
h4.center {
    text-align: center;
}
p.center {
    text-align: center;
}
div.center {
    margin: auto;
}
div.textbox {
    max-width: 720px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding: 0px 20px 0px 20px;
}
div.headerbox {
    max-width: 720px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    text-align:center;
}
p.header {
    line-height: 36px;
    text-align: justify;
    display: inline;
    font-size: large;
}
h1.header {
    line-height: 36px;
    margin: 0px;
    display: inline-block;
    padding-right: 17px;
}

p.blogdate {
    line-height: 33px;
    text-align: justify;
    display: inline;
}
.blogtitle{
    line-height: 33px;
    margin: 0;
    display: inline-block;
}
div.blogpost {
    padding: 0px;
    margin-bottom:35px;
    max-width: 720px;
    display: flex;
    flex-basis: content;
    flex-wrap: nowrap;
    justify-content:space-between;
    align-items: center;
}
span{
  bottom: -5px;
}
h3.blogpost {
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
p.blogpost {
    margin-top: 02px;
    margin-bottom: 04px;
    margin-left:0;
    margin-right:0;
    color: #333333;
}
p.blogdesc {
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    padding: 0px 0px 0px 0px;
    color: #333333;
}
div.blogpost:hover > div > h3.blogpost{
    text-decoration:underline;
}
img.blogpost{
    object-fit:contain;
    float:right;
    width:114px;
    height:76px;
    padding-left:15px;
}
img{
    max-width: 100%;
    pointer-events: none;
}

img.inlineblog {
    padding: 0px 0px 10px 0px;
}

html, body {
    height: 100%;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -37px;
}
.footer,
.push {
    height: 32px;
}
p.footer {
    text-align:center;
    font-size:smaller;
    margin-top:16px;
    margin-bottom:18px;
    height: 18px;
}

@media only screen and (max-width: 432px) {
  h1.header{
    margin: auto;
    padding-right: 0px;
  }
  span{
    margin: auto;
  }
}
