@font-face {
    font-family: Chronicle Display Roman;
    src: url('../fonts/Chronicle Display Roman.otf');
    font-weight: bold;
}

@font-face {
    font-family: Karla-Regular;
    src: url('../fonts/Karla-Regular.ttf');
}




body{
  margin: 0;
}
h1,h3,h3,h4{
  font-family: Chronicle Display Roman;
}
.blog-header{
  height: 100vh;
  width: 60%;
  margin: 0 auto;
  display: table;
  font-family: Chronicle Display Roman;
}
.blog-title{

    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blog-title a{
  text-decoration: none;
  color: #000;

}
.blog-title h1{
  margin: 0;
  font-size: 96px;
}
.blog-title p{
  margin: 5px;
  font-size: 32px;
}
.blog-title ul{
  margin:15px;
}
.blog-title li{
  display: inline;
  padding-right: 20px;
  font-size: 20px;
}
.blog-title li a:hover{
  border-bottom: 1px #000 solid;
}
.post-block{
  height: 100vh;
  width: 100%;
  display: table;
  font-family: Chronicle Display Roman;
}

.post-details {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.post-details h1{
  font-size: 50px;
  margin: 3px;
}
.post-details span{
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  border-bottom:  1px solid #000;

}
.post-details a{
  text-decoration: none;
  color: #000;
  font-family: Chronicle Display Roman;

}
.wrapper{
  display: table;
  height: 30vh;
   width: 100%;
   background: #E1E1D6;
}
.nextpage{
  display: table-cell;
  vertical-align: middle;
   text-align: center;
}
.nextpage a{
  text-decoration: none;
  color: #000;
  font-size: 50px;
  font-family: Chronicle Display Roman;
}

.nextpage ul{
  margin: 0;
  padding: 0;
}
.nextpage li{
  display: inline;
  padding:40px;

}
.post-header{
  height: 100vh;
  width: 100%;

  display: table;
  font-family: Chronicle Display Roman;
 background: #000;
  color: #fff;
}
.post-title{
    padding: 80px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.post-title a{
  text-decoration: none;
  color: #000;

}
.post-title h1{
  margin: 0;
  font-size: 64px;
}
.post-title p{
  margin: 5px;
  font-size: 20px;

}
.post-title ul{
  margin:15px;
}
.post-title li{
  display: inline;
  padding-right: 20px;
  font-size: 20px;
}
.post-title li a:hover{
  border-bottom: 1px #000 solid;
}

.post-content{
  width: 60%;
  font-size: 20px;
  font-family: Karla-Regular;
  margin: 0 auto;

}
.post-content img{
  max-width: 100%;
  margin-bottom: 40px;
}
.post-content h1,h2,h3,h4{
  font-family: Chronicle Display Roman;
}
.post-meta{
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #000 solid;
}
.post{
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.post p{
  padding-bottom: 20px;
}
.share{
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}
.share ul{
  margin: 0;
  padding: 0;
}
.share li{
  margin: 6px;
  display: inline;

}
.share a{
  color: #000;

}
.share a:hover{
  text-decoration: none;
  border-bottom: 1px #000 solid;

}
.author{
  color: #fff;
  background-color: #000;
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  padding: 30px;
}
.comments{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.comments a{
  color: #000;
  border-bottom: 1px #000 solid;
}
.comments a:hover{

    text-decoration: none;
}
.more{
  background: #fff;
  color: #000;

}
.more h1{
  font-size: 45px;
  font-family: Chronicle Display Roman;
}
.more p{
  font-size: 18px;
}
.more a{
  color: #000;
}
.more a:hover{
  text-decoration: none;

}
.previous, .next{
     display: table;

}
.morecontent{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding:104px;
}
.more .col-md-12{
  padding: 0px;
}
