
html, body {  
    background-image: url("https://sihojurnal.com/public/motif.jpg");  
    background-size: cover;
    background-attachment: fixed;
}

.pkp_structure_content {
    background: #ffffff;
}

/* Judul artikel di detail */
.page_title {
    color: #028A0F;
    font-weight: bold;
}

/* nama penulis pada detail */
.name {
    color: #028A0F;
}

/* Judul blok sidebar */
.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #028A0F;
    color: white;
    font-weight: bold;
}

/* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
}

/* untuk daftar artikel */
a {
    color: #028A0F;
    text-decoration: none;
}

a:hover {
    color: #DE9304;
}

/* Tombol & link galley */
.cmp_button_wire,
.obj_galley_link {
    background: #028A0F;
    border: 1px solid #028A0F;
    color: #fff;
    transition: 0.3s;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    background: #DE9304;
    border: 1px solid #DE9304;
}

/* Card artikel */
.obj_article_summary {
    border: 1px solid #028A0F;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #028A0F;
    transition: 0.3s;
}

.obj_article_summary:hover {
    box-shadow: 3px 3px #DE9304;
}

/* header */
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

/* Menu Side Bar  Menu Head*/
.head-menu {
    border-bottom: 3px #028A0F solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #028A0F;
    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: #028A0F;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #DE9304;
    border-bottom: 5px solid #DE9304;
}

.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 */
.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;
}
