.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto
}

body {
    height: 100%;
    background-image: url("https://ejournal.almarkazibkl.org/public/motif.jpg");
    background-repeat: repeat;
    background-position: left top;
}

.pkp_structure_content {
    background: #ffff;
}
/* Judul artikel di detail */
.page_title {
    color: #990099;
}

/* nama penulis pada detail */
.name {
    color: #990099;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #990099;
    color: white;
    font-weight: bold;
}


  /* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
  }

/* untuk daftar artikel */
a {
    color: #990099;
}

a:hover {
    color: #66cc99;
}

.cmp_button_wire,
.obj_galley_link {
    background: #990099;
    border: 1px solid #990099;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #990099;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #990099;
}

/* Menu Side Bar  Menu Head*/

.head-menu {
    border-bottom: 3px #990099 solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #990099;
    color: white;
    font-weight: bold;
}

.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #F8F8F8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #990099;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #66cc99;
    border-bottom: 5px solid #66cc99;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}


/* Menu Lain */
/* .kepala {
    color: #ffffff;
    background: #075C07;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
} */

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    text-align: center;
    transition: 0.5s;
    color: black;
}

.badan {
    margin-top: -15px;
}

.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative
}