:root {
/*     --accentColor: #2f4056; */
/*     --accentColor: #3485a7; */
    --commonColor: 214, 56%, 33%;
    --accentColor: hsl(var(--commonColor));
/*     --badgeColor: #3485a7; */
    --badgeColor: hsl(206, 56%, 48%);
/*     --badgeColor: #639fca; */
/*     --badgeColor: #eff2f6; */
    --badgeFGColor: white;
    --lightMutedText: #cdcfd0;
/*     --footerColor: #2F4056; */
/*     --footerColor: #1d4766; */
/*     --footerColor: #1d3d66; */
    --footerColor: var(--accentColor);
    --navHoverColor: hsla(0, 0%, 100%, .6);
    --readMoreColor: var(--badgeColor);
    --rightWidth: 25%;
    --leftWidth: 75%;
    --maxContainerWidth: 1200px;

    /* dark and light theme */
    --backgroundColor: #f6f8fa;
    /* --backgroundColor: #16151f; */
    --commonBackground: white;
    /* --commonBackground: #f6f8fa; */
    /* --commonBackground: #272638; */
    /* --commonBackground: var(--backgroundColor); */
    --textColor: black;
    /* --textColor: white; */
    --linkColor: var(--badgeColor);
    /* --linkColor: #6db0fd; */
    --mutedText: #485564;
    /* --mutedText: #8090a3; */
}
body, div, blockquote, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
body {
    color: var(--textColor)!important;
    background-color: var(--backgroundColor)!important;
    font: 16px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    height: 100%;
}
.markdown-body {
    color: var(--textColor)!important;
}
a, a:visited {
    color: var(--linkColor)!important;
    text-decoration: none!important;
}
a:hover {
    color: var(--mutedText)!important;
    text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--textColor)!important;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: var(--textColor)!important;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#content {
    padding-bottom: 70px;
}
.list-header {
    background: var(--commonBackground);
    width: 100%;
    text-align: center;
    display: flex;
}
.list-header-content {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.list-header-text {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}
.list-header-image-container{
    display: inline-block;
}
.list-header-image {
    max-height:100px;
    max-width:100px;
    width: 100%;
    vertical-align: middle;
    padding: 30px;
}
.card {
    /* float: left; */
/*     padding: 5px; */
    box-sizing: border-box;
/*     margin: 5px; */
    position: relative;
/*     left: 5px; */
/*     right: 5px; */
/*     padding-left: 10px; */
}
.post {
    margin-right: 0px;
    box-sizing: border-box;
/*     margin-top: 20px; */
}
.inner-post {
    background-color: var(--commonBackground);
}
.post-container {
    margin-top: 20px;
}
.post-container::before, .post-container::after {
    content: '';
    display: block;
    clear: both;
}
.quote {
    padding: 15px;
    border-left: 4px solid var(--accentColor);
    margin-top: 10px;
    background-color: var(--commonBackground);
}
h3.quote, h1.quote {
    margin-top: 0;
}
.inner-post .quote {
    display: inline-block;
}
.clickable {
    cursor: hand;
}
.recents .right-pane {
/*     padding-top: 3em; */
    padding-left: 15px;
}
.post-content {
    padding: 15px;
    word-wrap: break-word;
    background: var(--commonBackground);
    font-size: 18px;
}
.post img {
    max-width: 100%;
}
.right-pane {
    box-sizing: border-box;
    display: inline-block;
}

.right-pane .card {
/*     border-left: 2px solid var(--accentColor); */
}
.badge {
    height: 18px;
    line-height: 18px;
    background-color: var(--badgeColor);
    border-radius: 2px;
    padding: 2px 4px 2px 4px;
    font-size: 0.9rem;
    color: var(--badgeFGColor);
    display: inline-block;
    margin: 2px 0;
}
.badgecontainer {
    display: inline-block;
}
.full-width-block {
    width: 100%;
    display: inline-block;
}
.bio-portrait {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.bio-left {
    float: left;
    text-align: center;
    margin: 50px 0 50px 0;
    width: 100%;
}
.bio-left > h2 {
    width: 60%;
    margin-left: 20%;
    color: var(--mutedText);
}
.bio-right {
    float: left;
    margin: 50px 0 50px 0;
    width: 100%;
/*     text-align: center; */
}
.bio-text {
    margin-left: 15px;
    margin-right: 15px;
}
.bio-icons {
    margin-top: 10px;
}
.bio {
/*     background: var(--commonBackground); */
}
.recents {
    background: var(--commonBackground);
    padding: 20px 0 20px 0;
    margin-top: 20px;
}
.recents .post {
    padding: 15px;
    box-sizing: border-box;
    background: var(--commonBackground);
}
footer {
    background-color: var(--footerColor);
    padding: 20px 0 20px 0;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
header {
    background-color: var(--footerColor);
}
.logo {
    width: 50px;
    margin: 10px;

}
.site-title, a.site-title {
    color: white !important;
    vertical-align: middle;
    font-size: 2rem;
    display: inline-block;
}
.site-title:hover {
    color: var(--navHoverColor)!important;
}
.disabled {
    cursor: not-allowed;
}
#nav-toggle {
    color: white !important;
    height: 70px;
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    align-items: center;
    width: 60px;
    padding: 15px;
    box-sizing: border-box;
    display: none;
}
#nav-toggle span {
    color: white!important;
}

.nav-item a {
    padding:10px;
    color: white !important;
}
.nav-item a:hover {
    color: var(--navHoverColor)!important;
}
.nav-item {
    padding: 10px;
    display: inline-block !important;
}
.nav-item div {
    display: inline-block;
    color: inherit;
}
.pager {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.pager div {
    border: 1px solid var(--mutedText);
    border-radius: 2px;
    display: inline-block;
}

.pager .center-button {
    border-left: 1px solid var(--lightMutedText);
    border-right: 1px solid var(--lightMutedText);
    box-sizing: border-box;
    display: inline-block
}
.read-more {
    color: var(--readMoreColor)!important;
}
.read-more:visited {
        color: var(--readMoreColor)!important;
}
.read-more:visited {
    color: var(--readMoreColor);
}
.slbCaption {
    color: rgba(255, 255, 255, 0.9);
}
.slbOverlay {
    opacity: 0.85!important;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--maxContainerWidth);
}
.divided-right {
}
@media screen and (max-width: 768px) {
    .post, .right-pane {
        width: 100%;
        float: left;
    }
    .card {
        margin: 0;
        left: 0;
    }
    .bio-right {
        margin-top: 0;
    }
    .nav-item a {
        padding: 20px 0 20px 0;
    }
    .nav-item {
        text-align: center;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.3rem;
    }
    .nav-item div {
        width: 100%;
    }
    .list-container {
        padding-left: 3px;
        padding-right: 5px;
    }
    .nav-collapse {
/*         float: right; */
    }
    .nav-collapse li{
        width: 100%;
    }
    #nav-toggle {
        display: flex;
    }

    .container {
        width: 100%;
    }
    .divided-right {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
/*    .quote {
        margin-left: 10px;
    }*/
    .right-pane {
        margin-top: 10px;
    }
}
@media screen and (min-width: 768px) {

    .container {
        /* width:750px */
        width: 95%;
    }
    .post, .right-pane {
        width: 100%;
        float: left;
    }
    .right-pane {
        padding-top: 10px;
    }
 
    .bio-left {
        width: 33%;
    }
    .bio-right {
        width: 66.666667%;
    }
    .nav-collapse {
        float: right;
        display: inline-block;
    }
    .nav-collapse ul {
        margin: 1em!important; /* for some browsers that do not recognize revert */
        margin: revert!important;
    }
    .nav-collapse li {
        width: auto!important;
    }

}
@media screen and (min-width: 992px) {
    .container {
        /* width:970px */
        width: 95%;
    }
    .right-pane {
        width: var(--rightWidth);
        float: left;
        padding-left: 10px;
    }
    .post {
        width: var(--leftWidth);
        float: left;
        min-height: 300px;
    }
    .divided-right {
        padding-right: 10px;
        border-right: 2px solid var(--accentColor);
    }
    .post .quote {
        margin: 10px;
    }
    .inner-post {
        min-height: 500px;
    }
}
@media screen and (min-width: 1200px) {
    /* .container { */
    /*     width:1170px */
    /* } */
}
@media screen and (min-width: 1600px) {
    /* .container { */
    /*     width: 1370px; */
    /* } */
}

img.lightbox-enabled {
    cursor: hand;
}
