html,
body {
  height: 100%;
  font-size: 100%;
  line-height: 1.4;
  font-family: 'Lato',Helvetica,Arial,sans-serif;
  /* The html and body elements cannot have any padding or margin. */
}
h1 {
  font-weight: 300;
}
h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2, h3 {
  letter-spacing: -.04rem;
}
h1 {
  font-size: 220%;
}
dd, dt {
  display: inline-block;
  width: 100%;
  padding: .35rem 0;
}
dd {
  font-size: 85%;
  line-height: 1.3;
}
dd a {
  color: #666;
}
pre {
  margin-bottom: 1.5rem;
  font-size: 75%;
  color: #777;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}
#wrap > .container {
  padding-bottom: 2rem;
}
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 80%;
}
h1.title {
  margin-bottom: 20px;
}
.posts-list {
  padding: 0;
  list-style: none;
}
.posts-list li {
  display: block;
  padding: 0.2rem 0;
}
.posts-list li a {
  display: inline-block;
  width: 100%;
}
.posts-list li a:hover {
  text-decoration: none;
}
.posts-list li h3 {
  color: #222;
  font-size: 130%;
  margin-top: 0;
}
.posts-list li a:hover p {
  color: #222;
}
.posts-list li p {
  color: #888;
  margin: 0;
}
.post-list img {
  max-width: 768px;
}
/* Article */
.post {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.post p, .post li {
  line-height: 1.45;
  font-size: 110%;
}
.post p {
  margin-bottom: 1rem;
}
.post ul {
  margin-bottom: 1rem;
}
.post li {
  margin-bottom: .5rem;
}
.post img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid #dfdfdf;
}
.post .embed-responsive {
  border: 1px solid #dfdfdf;
}
.post .embed-responsive {
  margin: 1.25rem 0 1.5rem;
}
table {
  width: 100%;
}
table td, table th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table th {
  background-color: #efefef;
}
.post-detail {
  display: inline-block;
  width: 100%;
  font-size: 80%;
  color: #888;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
}

/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}