/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.blogpost .posttitle {
font-size: 18px;
font-weight: 600;
}

.blogpost .articledate {
margin-bottom: 15px;
}

.blogpost .article-detail {
margin: 40px auto 0 auto;
width: 90%;
}

.backtoblog {
margin-top: 30px;
padding: 5px 10px;
background-color: #d2d2d2;
display: inline-block;
border-radius: 3px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: white;
float: left;
border-radius: 3px;
}

.backtoblog:link,
.backtoblog:active,
.backtoblog:visited{
color: white;
}

.backtoblog .glyphicon {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
position: relative;
top: 2px;
}

.backtoblog:hover {
background-color: #b5b5b5;
}

.backtoblog:hover {
color: white;
}

@media (max-width: 992px) {

    .blogpost .article-detail {    
    width: 100%;
    }
   
}