img[src$="center"]{
  display:block;
  margin: 0 auto;
}

h1 {
   width: 100%;
   font-family: 'barlowextralight';
   font-size:3rem;
   color: #d4d4d4;
   text-align: center;
}

p { overflow:auto;
  overflow-wrap: break-word;
  text-align: left;
  text-justify: distribute;
  text-align-last: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
div .codehilite {border-radius: 10px; border: 1px solid grey; padding: .5rem; margin-bottom: .5rem; margin-top: .5rem;}
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #0b0c0f}
.codehilite .c { color: #3D7B7B; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #9C6500 } /* Comment.Preproc */
.codehilite .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #E40000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #008400 } /* Generic.Inserted */
.codehilite .go { color: #717171 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #687822 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #717171; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #767600 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #A45A77 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */


.markdown-box {
    font-family: 'barlowthin';
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 4rem;
    max-width: 45rem;
    margin: auto;
    text-align: justify;
    word-wrap: break-all;
    text-justify: distribute;
    overflow: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;

}

.posts {
    margin: auto;
    margin-top: .3rem;
}

td {
    text-align: justify;
    border-color: #4d4d4d;
}
body {

    box-sizing: border-box;
    background-color: #121924;
    color: #fff;
    width: 100%;
    height: 100%; padding: 0px;
    margin: 0px;
}

a {
    color: #d4d4d4;
}

table {
    border-color: #4d4d4d;
}

h2 {
   font-family: 'barlowextralight';
   font-size:2rem;
   color: #d4d4d4;
   text-align: left;
}

@media screen and (min-width: 1200px) {
    .nav {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

.nav-bar-spacer {
    height: 1px;
    background-color: #d4d4d4;
    border-radius: 10px;
    margin: auto;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@font-face {
    font-family: 'barlowthin';
    src: url('barlow-thin-webfont.woff2') format('woff2'),
         url('barlow-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowmedium';
    src: url('barlow-medium-webfont.woff2') format('woff2'),
         url('barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'barlowextralight';
    src: url('barlow-extralight-webfont.woff2') format('woff2'),
         url('barlow-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.card {
    background-color: transparent;
    border: 1px solid grey;
    width: 100%;
}



@font-face {
    font-family: 'barlowsemibold';
    src: url('barlow-semibold-webfont.woff2') format('woff2'),
         url('barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.postcard {
    padding: 0px;
}
.card-img {
  height: 32rem;
  width: 32rem;
}

@media screen and (max-width: 480px) {
    .markdown-box {
        font-family: 'barlowthin';
        border-radius: 5px;
        padding: 2rem;
        max-width: 40rem;
        margin: auto;
        word-wrap: break-all;
        overflow: auto;
        text-align: justify;
        text-justify: distribute;
        hyphens: auto;
        -webkit-hyphens: auto;
        word-spacing: -0.05em;

    }
  p {
    font-size: 1.0rem;
  }
  .card-img {
      width: 100%;
      height: 100%;
  }
  td {
     width: .5rem;
     word-break: break-word;
     display: justified;
  }
  .posts {
    width: 20%
  }
  .postcard {
    width: 19rem;
  }
  .nav-bar-spacer {
   width: 20rem;
  }
}

img[src*='#clay'] {
  object-fit: cover;
  border-radius: 50%;
  height: 20rem;
  width: 20rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
