.pkp_structure_head {
    background-image: url(https://i.ibb.co/SPnBRdr/Header-2-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(#2937BC, #3742fa); */
}

.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: white;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
}

body {
    /* background: #ddd; */
    background-image: url(https://i.ibb.co/s9RmR88/background1.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
}

.pkp_footer_content {
    float: left;
    width: 70%;  padding-top: 10px;
    padding-bottom:10px;
}

.pkp_brand_footer a {
    float: right;
    display: block;
    max-width: 0;
  }

.obj_issue_toc .cover img {
    display: block;
    max-height: 400px;
    width: auto;
  }

.obj_issue_toc .cover img {
    margin-left: inherit;
    /* margin-right: auto; */
}

#leftmenu li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #e0e0e0;
    padding: 10px;
}