.site-content-contain{
    margin-top: 200px;
}
#top-head{
    top:0;
}
#global-nav ul li a:link, #global-nav ul li a:visited{
    color: #fff;
}
.single-post article,.site-content article{
    width: 600px;
    margin: 0 auto;
}
.main-title{
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-family: 'Chivo', sans-serif;
}
.post header{
    text-align: center;
    color: #fff;
    font-family: 'Chivo', sans-serif;
    font-size: 12px;
    margin: 0 0 80px 0;
}
.post header .entry-meta{
    margin: 100px 0 30px;
}
.entry-header .entry-title{
    font-size: 16px;
    color: #888;
}
.entry-header .entry-title a{
    text-decoration: none;
    color: #888;
}
.entry-content img{
    max-width: 600px;
    padding: 30px 0;
}
.entry-content p{
    margin: 30px 0;
    line-height: 2.6;
    font-size: 14px;
    color: #666;
}
blockquote{
    background-color: #595758;
    padding: 60px;
    box-sizing: border-box;
    color: #fff;
    margin: 80px 0;
}
.entry-content blockquote h1{
    font-weight: bold;
}
.entry-content blockquote p{
    color: #ddd;
}
.byline{
    display: none;
}
.posted-on span{
    display: none;
}
.posted-on a,.entry-meta a{
    text-decoration: none;
    color: #fff;
}
article footer{
    display: none;
}
.screen-reader-text{
    display: none;
}
.post-navigation{
    width: 100%;
    max-width: 900px;
    margin: 60px auto 150px;
}
.post-navigation::after{
    content: "";
    display: block;
    clear: both;
  }
.nav-previous{
    float: left;
}
.nav-next{
    float: right;
}
.nav-links a{
    text-decoration: none;
    color: #777;
}
.nav-links a:hover{
    text-decoration: underline;
}
.updated{
    display: none;
}
@media screen and (max-width: 768px) {
    #global-nav ul li{
        padding: 0 16px 0 0;
    } 
}
@media screen and (max-width: 640px) {
    .single-post article,.site-content article{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .entry-content img{
        width: 100%;
        height: auto;
    }
    blockquote{
        padding: 30px;
    }
    .nav-previous,.nav-next{
        float: none;
        text-align: center;
        margin: 20px 0;
    }
}