html, body {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size:16px;
  line-height: 24px;
}
div {
  border: 0px dashed;
}
.container {
  max-width: 768px;
  margin: auto;
}
.post-header {
  color: #fff!important;
  padding: 0 16px;
  height: 38vh;
  background : #42a4f5;
}
.post-content, .post-footer {
  padding: 0 16px;
}
.display-container {
  position: relative;
  height: 34vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.post-title h1 {
margin: 0 0 10px 0;
line-height: 1.0;
}
.post-subtitle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 10px 0;
}
.pst * {
    margin: 0 10px 0 0;
}
.ce {
  border-radius: 50%;
}
.hg {
display:flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
  margin-bottom: 24px;
}
.hg .post-categories {
display:inline-block;
list-style-type: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start:0px;
}
.hg a {
text-decoration:none;
text-transform:lowercase;
margin-right:5px;
}
.hg a:before {
content:"#"
}
.comment-list {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 16px;
    -webkit-margin-after: 0px;
    -webkit-margin-end: 0px;
}
.comment-list .comment {
    display: flex;
    flex: 1;
}
.comment-avatar {
    width: 48px;
    height: 48px;
  margin-right: 16px !important;
    margin-bottom: 0px;
  vertical-align: middle;
}
.comment-content {
    background-color: #ccc !important;
    color: #000;
    padding: 13px 13px !important;
    margin-bottom: 0;
}
.opacity {
    opacity: 0.60;
}
.comment-body-arrow {
	position:relative;
	left:-5px;
	top:30px;
	margin-top:-12px;
	display:block;
	width:0px;
	height:0px;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-right:6px solid #ccc;
}
.post-nav {
    display: flex;
    flex-direction: column;
}
.post-nav a {
  color: #fff!important;
  text-decoration: none;
}
.post-nav-content {
  padding: 16px 16px 0 16px;
  min-height: 65px;
  filter: grayscale(1000%);
}
.post-nav-content:hover {
filter: grayscale(0%);
}
.post-comment-time {
  margin-left: 5px;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5 {background-color: #555555;} /* Black */
