.sidebarmenu {
    background: url(../img/oldpaper.png) no-repeat
}

.sidebarmenu1 {
    background: url(../img/oldpaper.png) no-repeat
}

#sidebarmenu_ul {
    margin: 0px;
    padding: 0px;
}

#sidebarmenu_ul li {

    list-style: none;
    padding: 5px 0;
    background: url(../img/woodline.png) bottom repeat-x;

    margin-bottom: 2px
}

@media (max-width: 1050px) {
    #sidebarmenu_ul li {

        list-style: none;
        padding: 5px 0;
        background: none;
        padding-left: 10px;
        margin-bottom: 2px
    }

}

#sidebarmenu_ul li a {
    text-decoration: none;
    color: #3e2715; /* Elegant deep walnut brown for legibility on parchment */
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 12px;
    display: block;
    text-align: left;
    transition: all 0.3s ease;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8); /* Soft paper embossing shadow */
}

#sidebarmenu_ul li a:hover {
    color: #851b04; /* Brand Liturgical Red on hover */
    padding-left: 17px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

#sidebarmenu_ul li a.active {
    color: #851b04 !important; /* Brand Liturgical Red for active link */
    font-weight: 700 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
    padding-left: 12px !important;
    opacity: 1 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.oldpaper-top {
    background: url(../img/oldpape_top.png) no-repeat;
    height: 84px;

}

.oldpaper-bottom {
    background: url(../img/oldpaper_bottom.png) no-repeat;
    height: 60px;

}

.oldpaper-content {
    background: url(../img/oldpaper_body.png) repeat-y;


}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100% !important;
    }
}