body {
  background-image: url(https://hukum.upnvj.ac.id/wp-content/uploads/2025/08/19373.jpg); 
    background-size: cover; /* sesuaikan ukuran batik */
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
}

body > div > div.pkp_structure_content.has_sidebar {
    background-color: white;
}

#headerNavigationContainer > div > nav > div.pkp_navigation_primary_row > div > div > a {
    display: none;
}

#headerNavigationContainer > div > nav > div.pkp_navigation_primary_row > div {
    text-align: center;
}

.pkp_nav_list li {
    padding: 5px;
}

.pkp_navigation_primary>li>a:hover {
    background-color: #12499C;
    color: white;
}


.pkp_site_name .is_img img { /* LEBAR HEADER */
	        max-height: 1650px;
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
        margin-top: -34px;
}

#headerNavigationContainer { /* BELAKANG HEADER */
    width: 1160px;
    margin: auto;
}

ul.menunih li a { /* WARNA BUTTON DI SIDEBAR */
    background-color: #238DFD;
    padding: 10px;
    border-bottom: 1px solid white;
    color: white;
    display: block;
    text-decoration: none;
}


ul.menunih li a:hover {
    background-color: #12499C;
}


#navigationPrimary { /* NAVBAR JARAK */
    padding: 10px;
    margin-left: 10px;
}


.pkp_block .title {
    background-color: #12499C;
    padding: 10px;
    color: white;
    text-align: center;
}

.pkp_block { /* JARAK KOTAK ANTARA BLOCK SIDEBAR */
    padding: 10px;
    padding-top: 0;
    
}

.pkp_block .content ul li { /* JARAK ATAS BAWAH ANTAR MENU SATU SAMA LAIN PADA SIDEBAR BLOCK MENU  */
    padding: 0;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section > h2 {
    display: none;
}

.pkp_navigation_primary>li>a { /* WARNA TULISAN DI NAVBAR */
    color: white;
}

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img { /* HILANGKAN LOGO FOOTER */
  display: none;
}

body > div > div.pkp_structure_footer_wrapper { /* NGEPASIN BELAKANG FOOTER*/
    width: 1160px;
    margin: auto;
}