.navbar{
    margin-bottom: 10px !important;
    border-radius: 0;
}

.img-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.longread .text-wrap {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.longread .text-block {
    color: #fff;
    padding: 5px 20px;
    bottom: 65px;
    width: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.longread .title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 62px;
}


.longread-body article p {
    font-family: Georgia;
    line-height: 1.6em;
    padding: 3px 10px;
}

@media only screen and (min-width: 1024px){
    .longread-body article p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .longread .title {
        font-size: 30px;
    }

    .longread .text-wrap{
        bottom: 20px;
    }

    .longread-body article p {
        font-size: 18px;
    }

}

@media only screen and (max-width: 375px) {
    .longread .title {
        font-size: 20px;
    }

    .longread .text-wrap{
        bottom: 10px;
    }
}


.img-wrap img {
    width: 100%;
    height: 100%;
}

.longread-head{
    margin-bottom: 20px;
}

.longread-head .date{
    margin-bottom: 10px;
}

.longread-head .soc{
    margin-bottom: 10px;
}

.longread-head .author .photo{
    float: left;
    width: 90px;
    height: 90px;
    padding: 0px;
    position: relative;
}

.longread-head .author .photo img {
    border-radius: 45px;
}

.longread-head .author .info {
    margin-left: 100px;
}

.longread-head .author .info .name {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

.longread-head .author .info .prof {
    font-size: 13px;
    padding-bottom: 10px;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

