.sidebarImgs {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebartitle1 {
    padding: 15px 20px 15px 20px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.sidebartitle2 {
    border-bottom: solid 1px #fff;
    padding: 5px 25px;
}

.singlearticleCnt {
    padding: 30px 30px;
}

.backBtnNew {
    background-color: #333333;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
}

.backBtnNew:hover {
    color: #c19a7b;
}

.social {
    margin-bottom: 15px;
}

.publication_title {
    color: #2a8241;
    text-shadow: #ffffff 1px -1px 4px;
    margin-top: -16px;
    padding-left: 0px;
    text-transform: none;
}

.publication_title:hover {
    color: #2a8241;
    text-decoration: none;
}

.button.hollow {
    background-color: #2a824142;
}

.footer-section {
    background-color: #d4d4d4;
    background-image: none;
}

.library_home_section {
    margin-bottom: 160px;
    text-align: center;
}

.library_home_section .library_btn {
    margin: 0px 10px;
}

.library_home_section.home_library {
    margin-bottom: 100px;
    background-image: linear-gradient(180deg, #fff 6%, hsla(0, 0%, 100%, .25)), url(https://www.clubdessciences.com/home/uploads/1/process.jpg);
    background-position: center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    min-height: 350px;
    padding-top: 90px;
}

.library_home_section.home_library .library_btn {
    margin: 20px;
}