body {
    font-family: "ubuntu", "Helvetica", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.4rem;
    color: white;
    /*background-color: #123c69;*/
    background-color: #1e1e1e;
    /* #0b0c10; */
    /* background: #ffde00; */
    /*rgba(255,230,0,1);*/
    /* rgba(100,230,0,1); */
    /*#ffde00*/
}


html, button, input, select, textarea {
    /* color: rgba(200,200,200,1); */
    color: lightblue;
}

::-moz-selection {
    /* background: #b3d4fc; */
    background: lightblue;
    text-shadow: none
}

::selection {
    background: lightblue;
    text-shadow: none
}

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

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

a img {
    border: none;
}

figure {
    margin: 0;
    text-align: center;
}

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

textarea {
    resize: vertical
}

blockquote {
    margin-left: 1rem;
    font-style: italic;
    font-size: 1.2rem;
    font-family: Georgia, bitstream charter, serif;
    border-left: 3px solid;
    border-color: rgba(55, 255, 0, 1);
    padding-left: 20px
}

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

blockquote em {
    font-weight: 600;
}

a {
    /* color: rgba(55,255,0,1); */
    /*color: rgba(155, 255, 155, 1);*/
    color: rgba(210, 255, 210, 1);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: raleway, "Helvetica", sans-serif;
    line-height: 1.2;
    /* color: rgba(33,33,66,1); */
    color: rgba(55, 255, 0, 1);
    font-weight: 100;
    text-transform: lowercase;
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.6rem
}

h4 {
    font-size: 1.2rem
}

h5 {
    font-weight: 300;
    font-size: 1rem
}

h6 {
    font-weight: 300;
    font-size: .9rem
}

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

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

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

.container {
    max-width: 80%;
}

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 inside
}

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

.post ul li p {
    display: inline;
}

pre {
    border-left: #75715e dashed 2px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 5%;
    padding: 5px;
    font-size: 70%;
    line-height: normal;
    font-kerning: normal;
    /*background-color: #061c33 !important;*/
}
pre code {
    font-size: 70%;
}

code {
    font-size: 90%;
    /*color: rgba(200, 255, 200, 1);;*/
    color: rgba(210, 255, 210, 1);

}

.highlight {
    background: 0 0
}

.wrapper {
    margin: 0 auto;
}

.container {
    margin-top: 50px;
}

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

.header h1,
.header h2 {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

.header h1 {
    font-size: 3rem;
    letter-spacing: 0.25em;
}

.header h2 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;

}

.header nav {
    margin-top: 20px;
    /*border-top: 1px solid rgba(67, 154, 0, 1);*/
    border-top: 1px solid rgba(55, 255, 0, 1);

}

.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;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.header .site-description {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.25em;
}

.header .site-description nav {
    margin: 0;
    padding: 0;
    border: none;
}

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

.section .section-header {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(55, 255, 0, 1);
    margin-top: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 0.25em;
}

.recent-posts .posts{
    margin-left: 1rem;
}
.recent-posts .posts .post {
    margin-bottom: 0.25rem;
}

.recent-posts .posts .post .meta,
.post .post-header .meta,
.list .posts .post .meta {
    font-size: 80%;
    font-family: monospace, monospace;
}

.list .posts .post .meta,
.recent-posts  .posts .post .meta {
    text-transform: uppercase;
}

.list .posts .post .description,
.recent-posts  .posts .post .description {
    text-transform: lowercase;
    font-size: 80%;
}

.list .posts .post a,
.recent-posts  .posts .post .title {
    text-transform: lowercase;
}

.list .posts {
    list-style-type: none;
    margin-left: 1rem;
}

.list .posts .post {
    margin-bottom: 0.25rem;
}

.list .posts .post .description:before,
.recent-posts  .posts .post .description:before,
.post .post-header .description:before {
    content: "\00ab";
}

.list .posts .post .description:after,
.recent-posts  .posts .post .description:after,
.post .post-header .description:after {
    content: "\00bb";
}

.post .post-header {
    margin: 1.0rem 0 1.0rem;
}

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

.post .post-header .description {
    font-size: 1.0rem;
    font-weight: 100;
    letter-spacing: 0.25em;
    /*color: rgba(155, 255, 155, 1);*/
    color: rgba(210, 255, 210, 1);
    text-transform: lowercase;
    text-align: left;
    margin: 0.5rem 1.5rem 0.5rem;
}

.post .post-header .meta {
    font-family: monospace, monospace;
    font-size: 1.0rem;
    letter-spacing: 0.25em;
    color: rgba(210, 255, 210, 1);
    /*color: rgba(155, 255, 155, 1);*/
    margin: 0.5rem 1.5rem 0.5rem;
}


.post {
    text-align: justify;
}

.footer {
    text-align: right;
    font-size: 0.75em;
    color: rgba(67, 154, 0, 1);
    /*border-top: 1px solid rgba(155, 255, 155, 1);*/
    /*border-top: 1px solid rgba(210, 255, 210, 1);*/
    border-top: 1px solid rgba(55, 255, 0, 1);
    padding: 20px 0;
    margin-top: 40px;
    max-width: 80%;
}

.footer a {
    color: rgba(67, 154, 0, 1);
}

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

@media (max-width: 767px) {
    body {
        padding: 5px;
        font-size: 0.8rem;
        background-image: none;
    }

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

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

    .header .social {
        display: none;
    }

    .header nav {
        margin: 0;
        border-top: 1px solid rgba(55, 255, 0, 1);
    }

    .header {
        margin: 0;
        padding-bottom: 10px;
    }

    .header nav ul.flat li {
        margin-right: 10px;
        margin-top: 10px;
        font-size: 0.75rem;
        letter-spacing: 0.15em;
    }

    .section .section-header {
        letter-spacing: 0.15em;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.1;
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1rem
    }

    h3 {
        font-size: 0.8rem
    }

    h4 {
        font-size: 0.8rem
    }

    blockquote {
        font-size: 0.8rem;
    }

    li {
        font-size: 0.75rem;
        line-height: 1;
    }

    .container {
        margin-top: 10px;
        max-width: 95%
    }

    .footer {
        margin-top: 10px;
        max-width: 95%;
    }

    .post .post-header .meta {
        margin: 0;
        padding: 0;
    }

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

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .post ul li {
        padding: 0;
        margin-bottom: 5px;
    }

    .post ul {
        padding: 0;
        margin-bottom: 15px;
    }
}
