h1 {
    font-size: 50px;
    line-height:100%;
    text-align: center;
    color: #000000;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    top: 50%;
    font-family: "Montserrat", monospace;
}

h2 {
  font-family: "Montserrat", monospace;/*font-family: "Share Tech Mono", monospace;*/
  color: #000000;
  font-size: 25px;
  display:inline;
}

body {
  max-width: 800px;
  margin: auto;
  padding: .2em;
  line-height: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.terms a {
  white-space: nowrap;
}

.terms-main, .terms li {
  margin:5px;
  list-style-type: none;
}

.post_list ul {
  list-style-type: none;
}

.post_list a{
  font-weight:bold;
}

.category {
  font-size:0.75rem;
  background-color:#FFFF99;
  color:#FF8C00;
  font-weight:bold;
  padding:3px 5px 3px 5px;
  margin:5px;
  border-radius:5px;
}

.tags {
  font-size:0.7rem;
  background-color:#D2D6EF;
  color:#613DC1;
  font-weight:bold;
  padding:2px 5px 2px 5px;
  margin:5px;
  border-radius:5px;
}

div.tag-box {
}

.TableOfContents, .TOC {
  position:fixed;
  float:right;
  right: 0px;
  margin-right:-100px;
  margin: 0 auto;
  top:0px;
  width:20%;
  height: 100%;
  font-size: 1rem;
  background: #fff;
  border-left:2px solid #D2D6EF;
}

.TOC h3 {
  text-align: center;
  background: #613DC1;
  font-family: "Lucida Console" , "Liberation Mono";
  font-size: .875rem;
  color:#fff;
}
.TOC ul {
  padding:5px;
}

.TOC li {
  list-style:none;
  padding-left:10px;
}

/* Header and Footer */
.menu li { display: inline-block; }
.article-meta, .menu a {
  text-decoration: none;
  background: #dfe2f3;
  color: #000;
  padding: 5px;
  border-radius: 5px;
}

.terms { font-size: .9em; }
.menu, .article-meta { text-align: center; }
.title { font-size: 1.1em; }

.pull-left {
    float: left
}
.pull-right {
    float: right
}

a {
  color: #613DC1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Adjust background at your leisure! */
header {
    position: relative;
    width: 100%;
    height: 1.75rem;
    font-family: "Lucida Console" , "Liberation Mono";
    font-size: .875rem;
    background: #613DC1;
    border-bottom: 1px solid #000;
}

header ul,
header ol {
    margin: 0;
    padding: 0;
    list-style: none
}
header nav {
    padding: 0 0.5rem
}

header a {
    color: #fff;
    line-height: 1.75rem;
    padding: 0 0.5rem
}
header a:hover,
header .current a {
    color: #fff
}

/* Code Boxes */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  background: #f8f8f8;
  padding: 1em;
  overflow-x: auto;
}
code { background: #f9f9f9; }
pre code { background: none; }

/* Images, tables, misc. */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #eee }

.tag-cloud, .cat-cloud {
  text-align: center;
  padding-top:10px;
  padding-bottom:10px;
}

.tag-cloud a, .cat-cloud a {
    font-size:0.75rem;
    font-weight:bold;
    padding:3px 5px 3px 5px;
    display:inline-block;
  }

.cat-cloud a {
  color:#FF8C00;
  padding-top:10px;
  padding-bottom:10px;
}

  .tag-cloud a:hover {
    color: #fff;
    background-color:#613DC1;
    border-radius:3px;
    text-decoration: none;
  }

  .cat-cloud a:hover {
    color: #fff;
    background-color:#FF8C00;
    border-radius:3px;
    text-decoration: none;
  }

  .tag-cloud-count {
    background-color:#613DC1;
    color:#fff;
    border-radius:3px;
    padding: 0px 3px 2px 3px;
  }

  .cat-cloud-count {
    background-color:#FF8C00;
    color:#fff;
    border-radius:3px;
    padding: 0px 3px 2px 3px;
  }

  /* The sidebar menu */
  .tag-bar, .cat-bar {
    text-align: left;
    padding: 20px;
    font-size:12px;
  }

  .tag-bar a, .cat-bar a{
    text-transform:uppercase;
  }

/* https://codepen.io/crossbrowser/pen/OeEjJx */
#menu-toggle:checked + #sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 220px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 20; /* Stay on top */
  overflow-x: hidden; /* Disable horizontal scroll */
  display: block;
  font-size: 1rem;
  direction: rtl;
  margin-top:1px;
}

#sidebar  {
  display: none;
}

#sidebar li {
  list-style-type: none;
}

.toggle {
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 240px;
  height: 25px;
  background-color: #613DC1;
  color:#fff;
  display:block;
}

#menu-toggle {
  display: none; /* hide the checkbox */
}
.toggle label {
  cursor: pointer;
  display:block;
  text-align: center;
  background: #613DC1;
  font-family: "Lucida Console" , "Liberation Mono";
  font-size: .875rem;
  color:#fff;
  z-index:1;
}

.lastmod {
  font-style: italic;
  font-size: 12px;
}

.archive {
  list-style-type: none;
  text-align: center;
}

.next {
  float:right;
}

#sitemap h2 {
  margin-bottom:0px;
  display:block;
  }

#sitemap p {
  margin:0px;
  padding:0px;
}

.next-link {
  float:right;
}

.previous-link {
  float:left;
}
/* FOOTER */
footer a { text-decoration: none; }

footer ul{
  list-style-type: none;
  text-align:center;
}

footer li {
  display:inline-block;
  padding:5px;
}

/* added after 12/17 */

img.custom-icon {
  width:24px;
  vertical-align: middle;
  display: inline;
}

#mood, #tags {
  display:inline;
  padding-right:10px;
}

span.emoji {
  font-size:30px;
  vertical-align:middle;
}

#post_list li {
  list-style: none;
}
