body {
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;

  display: flex;
  min-height: 100vh;
  flex-direction: column;
  /*letter-spacing: normal;*/
}

.post {
  padding-top: 30px;
}

.home-page-content {
  padding-bottom: 20px;
}

.center-image
{
    margin: auto;
    display: block;
    max-width: 70%;
}

p {
    text-align: justify;
}

li {
    text-align: justify;
}

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

a.post-preview {
  color: inherit;
}

a.post-preview:hover div.post-preview-title {
  color: #B70B14;
  text-decoration: none;
  font-weight: normal;
}


.post-preview-title {
  font-weight: 700;
  font-size: 24px;
}

.post-metadata {
  display: inline-block;
  float: left;
  padding-top: 0.5em;
  padding-right: 20px;
  
}

.post-date {
  padding-bottom: 5px;
}

.tags {
  display: inline-block;
}

.tag {
    color: rgba(0,0,0,0.67);
    padding: 0.1em 0.5em;
    margin: 0;
    font-size: 80%;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

@media(min-width: 768px) {
  .post-metadata {
    width: 15%;
  }

  .post-github {
    float: right;
  }
}

.post-description {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.post-github {
  background-color: #E1E4FF;
  display: inline-block;
  font-size: 80%;
  margin-top: 10px;
  padding: 0.1em 0.5em;
  border-radius: 15px;
  margin-bottom: 5px;
  border: 1px solid rgba(0,0,0,0.4);
}

a.post-github {
  color: inherit;
}

a.post-github:hover {
  color: inherit;
  background-color: #C7EEAA;
  text-decoration: none;
}

.site-header {
  background-color: #223141;
}

.site-title {
  color: #FFF !important;
  float: none;
}

.page-link {
  color: #bbb !important;
}

.page-content {
  flex: 1;
}

.site-footer {
  background-color: #EEF1F5;
}


.api-pre {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    font-family: monospace;
    margin: 0 0 0px;
    font-size: 15px;
    line-height: normal;
    color: #333;
    word-break: break-all;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    overflow: auto;
    padding-top: 10px;
    padding: 0;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
/* 
.column {
  float: left;
  width: 50%;
  padding: 5px;
} */

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

div {
  text-align: justify;
}

div img {
  display: inline-block;
}

div:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.tab {
  display: inline-block;
  margin-left: 40px;
}