.pkp_site_name .is_img img { /* INI HEADER */
  max-height: 1650px !important;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
  height: auto;
  margin-top: -35px;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -5px;
}

.pkp_site_nav_menu .pkp_nav_list {
    margin-left: 30px;
}


body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section > h2 {
  display: none;
}

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img {
  display: none;
}
body > div > div.pkp_structure_footer_wrapper {
    width: 1160px;
    margin: auto;
    background-color: lightgrey;
}
.pkp_structure_content {
    background-color: white;
}
body { /* INI GANTI BACKGROUND BELAKANG */
  background-image: url(https://ejournal.upnvj.ac.id/public/site/images/admin_saraswati/bg.jpg); 
    background-size: cover; /* sesuaikan ukuran batik auto atau contain atau cover */
  background-repeat: repeat;
}

#customblock-menu > div > h2 { /* INI TITLE MENU */
  border-left: 6px solid #C9A227;
  background-color: purple;
  color: white;
  padding: 15px;
}


.pkp_block {
    padding: 5px;
}

.pkp_block .content ul li {
  padding: 0;
}

ul.sidemenu {
    padding-left: 0;
    margin: -10px -10px 0;
    list-style: none;
}
ul.sidemenu li {
    padding: 0;
}
ul.sidemenu li a { /* INI BUTTON DARI SIDEBAR MENU */
    display: block;
    padding: 15px;
    font-size: 14px;
    color: white;
    background-color: #c84e89;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid white;
}

ul.sidemenu li a:hover { /* INI BUTTON HOVER SIDEBAR MENU */
    background-color: purple;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}