* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei,"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/** Header **/
.site-header{
    padding-top:20px;
    padding-bottom:20px;
    width: 100%;
    position: fixed;
    margin: 40px 0 30px 0;
    top: 0;
    left: 0 !important;
    right: 0;
    z-index: 103;

    color: #000;
    background: #fff;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.site-header #site-header-brand {
    color: #2e2e2e;
    float: left;
}

.site-header a {
    text-decoration: none;
}

.site-header a:hover {
    color: #4183c4;
}

#site-header-brand, #site-header-brand .octicon {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
}

.site-header-nav{
    float:right;
    margin-bottom: -20px;
}

.site-header-nav-item {
    color: #000;
    display:inline-block;
    padding:10px;
    margin-left:1.25rem;
    font-size: 20px;
}

/******* Scroll Start *******/
.site-header {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.site-header.site-header-nav-scrolled {
    margin: 0;
    background-color: white;

    -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
/******* Scroll End *******/

/** Jumbotron **/
.jumbotron {
    padding-top: 200px;
    padding-bottom: 100px;
    color: #fff;
}

.jumbotron a {
    color: #fff;
    text-decoration: none;
}
.jumbotron #jumbotron-meta-info {
    margin-top: 20px;;
}

.jumbotron .meta-info {
    font-size: 20px;
    margin-right: 15px
}

.jumbotron.meta-info, .jumbotron .meta-info .octicon {
    font-size: 18px;
}

/** Footer **/
.site-footer{
    position:relative;
    margin-top:40px;
    padding:40px 0;
    font-size:12px;
    line-height:1.5;
    color:#777;
    border-top:2px solid #eee
}

.site-footer .octicon-mark-github {
    position: absolute;
    left: 50%;
    color: #ccc;
}

.site-footer .octicon-mark-github:hover {
    color:#bbb;
}

/** Post List **/
.post-list-item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.post-list-title a {
    text-decoration: none;
}

.post-list-cover-img {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    color: #666;
}

.post-list-meta {
    margin-top: 8px;
    margin-bottom: 0;
    color: #888;
}

.post-list-meta, .post-list-meta.octicon {
    font-size: 18px;
}

.geopattern {
    background-size: contain; /* To fix strange behavior when zoom in/out */
}

.sidebar-title {
    text-align: center;
}

.blog-rights {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: 微软雅黑;
    font-size: 12px;
}

.blog-rights p {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
    display: inline-block;
}


aside.comments,
aside.create-comment {
    margin-bottom: 30px;
}

aside.comments hr,
aside.create-comment hr {
    margin-left: auto;
    margin-right: auto;
    border-top-color: #ddd;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
    aside.comments hr,
    aside.create-comment hr {
        width: 415px;
    }
}

@media (max-width: 767px) {
    aside.comments hr,
    aside.create-comment hr {
        width: 100%;
    }
}

aside.comments h2,
aside.create-comment h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
}

aside.comments h2 i,
aside.create-comment h2 i {
    font-size: 36px;
}

aside.comments .comment {
    margin: 30px 0 20px 0;
}

aside.comments .comment.reply {
    margin-left: 100px;
    line-height: 20px;
    margin-top: 5px;
}

aside.comments .comment header img {
    float: left;
    border-radius: 100px;
    width: 80px;
}

aside.comments .comment header .meta {
    margin-left: 100px;
    font-size: 14px;
}

.meta2 {
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: -22px;
}

aside.comments .comment header .meta h3 {
    margin: 10px 0 0 0;
    line-height: 27px;
}

aside.comments .comment header .meta h3 a {
    color: #5b6268;
}

aside.comments .comment header .meta a {
    color: #444;
}

aside.comments .comment .body {
    margin-top: 10px;
    margin-left: 100px;
    border: 1px solid #212121e3;
    padding: 20px;
    border-radius: 30px;
}

aside.comments .comment .reply-body {
    margin-top: 10px;
    margin-left: 62px;
    border: 1px dashed #444;
    padding: 15px;
    color: #444;
    border-radius: 25px;
}

.create-comment input,
.contact-form input,
.create-comment textarea,
.contact-form textarea {
    margin-top: 15px;
    border-radius: 25px;
}

.create-comment .btn,
.contact-form .btn {
    margin: 15px 0;
    width: 100%;
}
