@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

* {
    color: inherit;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    margin: 0 auto
}

a {
    text-decoration: none;
    opacity: 80%;
    line-height: 1.5em
}

a:hover {
    opacity: 70%
}

html {
    -webkit-text-size-adjust: 100%
}

blockquote {
    font-style: italic
}

#content-header {
    padding: 10px 0px
}

#content-header .site-title {
    font-family: monospace;
    font-size: 2em;
    font-weight: 900;
    display: inline-block
}

#content-header .site-sub-title {
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block
}

#main-menu-nav-items {
    margin: 20px 0px 10px 0px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%
}

#main-menu-nav-items .nav-item {
    text-align: center
}

#header-image-area {
    margin: 5px 0px -10px 0px
}

#header-image-area img.header-image {
    width: 100%;
    height: auto
}

.post-list {
    marker: none;
    padding-inline-start: 0px
}

.post-list li.post-item {
    display: block;
    margin: 10px 0px 20px 0px
}

.post-list li.post-item .post-date {
    font-size: 0.9em
}

.post-list li.post-item .post-title {
    font-weight: 600
}

.post-list li.post-item .post-summary {
    font-size: 0.8em
}

.post-list li.post-item .post-summary p {
    margin: 0px
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    line-height: 1.2em
}

#content h1 {
    margin: 30px 0px 10px 0px
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin: 20px 0px 10px 0px
}

pre {
    padding: 10px
}

.post-tag,
.post-category,
:not(.highlight)>*>code {
    border-radius: 4px;
    padding: 2px 5px
}

div.highlight>pre {
    overflow-x: scroll
}

.content-footer-item {
    margin: 5px
}

.neighbor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 5px
}

.related-tag-category-list {
    margin: 10px
}

.related-tag-category-list .more-area {
    text-align: right
}

ul.pagination {
    text-align: center;
    margin: 30px 0px;
    padding-inline-start: 0px
}

ul.pagination li.page-item {
    display: inline;
    padding: 6px;
    margin: 4px;
    border-radius: 10%;
    font-size: 0.9em
}

ul.pagination li.page-item.disabled {
    opacity: 40%
}

#content-footer {
    text-align: center;
    font-size: 0.8em;
    margin: 20px 0px 10px 0px
}

#term-item-list li {
    font-size: 1.1em;
    margin: 4px
}

#term-item-list>.archives-item.mo {
    margin-left: 2rem
}

.block-separater {
    margin: 20px 0px 0px 0px
}

@media only screen and (min-width: 768px) {
    body {
        max-width: 800px;
        width: 90%
    }

    img {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    body {
        max-width: 90%;
        font-size: 14px
    }

    img {
        max-width: 100%
    }

    .neighbor {
        grid-template-columns: 1fr
    }

    .neighbor>div {
        margin: 5px 0px
    }
}

@media only screen and (max-width: 414px) {
    body {
        max-width: 90%;
        font-size: 14px
    }

    img {
        max-width: 100%
    }

    .neighbor {
        grid-template-columns: 1fr
    }

    .neighbor>div {
        margin: 5px 0px
    }
}