.navbar a {
    color: white !important;
}

.hover:hover {
    color: #849199;
}

.summary-text {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8 !important;

    font-weight: 300 !important;

}

.summary-text:hover {
    cursor: pointer;
}

.me-h4 {
    font-size: 1.28em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2857em;
    text-transform: none;
    margin-bottom: 10px;
}

body {
    background-image: url(../img/bg.png);

}

.me-a {
    text-decoration: none;
}

.mini.fa {
    line-height: 1;
    font-size: .2em;

}

#comment textarea {
    border: #ccc solid 1px;
    width: 100%;
    height: 80px;
    resize: none;
}
#send-comment-btn button {
    width: 80%;
    height: 80px;
}

.bottom-line {
    border-top: #E5E9EF solid 1px !important;
    width: 90%;
    height: 1px;
    margin: 10px 30px;
}

.comment-date {
    color: #5c636a;
    font-size: smaller;
}

.divier {
    border-top: 1px solid rgba(34, 36, 38, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-color: rgba(34, 36, 38, .15) !important;
    border-left-color: rgba(34, 36, 38, .15) !important;
    border-bottom-color: rgba(255, 255, 255, .15) !important;
    border-right-color: rgba(255, 255, 255, .15) !important;
    color: white;
}

.footer-div {
    border-right: 1px solid #666666 !important;
}

.footer-div .me-h4 {
    font-weight: 200;

}

.footer-div .me-a {
    color: #666666;
    align-content: center;
    text-align: center;


}

.footer-div .me-a:hover {
    color: white;
}

/*复选框开关样式*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/****************/



.comment .avatar {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: .2em 0 0;
}
