body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: auto;
    max-width: 50em;
}

blockquote{
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  border-left:8px solid #78C0A8 ;
  position: relative;
  background:#F0F0F0;
}

.post-title{
  font-size: 2rem;
  font-weight: 200;
  text-align: center;
}

a:hover.home-list-urls {
  color: red;
}


#page-title {
    text-align: center;
    margin-bottom: 20px;
}

#page-title h1 a {
    color: black;
    font-size: 2.7rem;
}

.post a {
    color: black;
}

#author-name h6 a {
  color: black;
  font-weight: normal;
  font-size: small;
}

#page-title a:hover, .post a:hover {
    text-decoration: underline;
}

.date-time-title {
    font-family: 'Lato';
}

.blog-post-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.posts_listing li {
  list-style-type: none;
}

h1,h2,h3,h4,h5,h6{
  margin-bottom: 20px;
  margin-top: 20px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

h4  {
  font-size: 1.2rem;
}

h5  {
  font-size: 1rem;
}

h6  {
  font-size: 0.8rem;
}

code {
  font-family: 'Lato', monospace;
  white-space: pre;
  overflow-x: auto;
}

pre {
  overflow-x: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid lighten(#111, 90);
  background-color: #efefef
}

footer  {
  text-align: center;
}
