@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
}
/* Untuk header image agar full */
.pkp_site_name .is_img img {
    display: block;
    max-height: 100% !important;
    max-width: 100%;
    width: 1200px;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: -5px;
}

.pkp_structure_head {
    background-color: #1e629200;
    border-bottom: none;
}

/* Mengubah warna navbar */
.pkp_navigation_primary_wrapper {
    margin-top: -5px;
    padding-left: 50px;
    padding-right: 0;
    background-color: #03154c;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Untuk background dan font umum */
body {
    background: url(https://i.ibb.co/F430yYZr/jsba-wall2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: 'Poppins', sans-serif;
}

/* Warna halaman utama */
.pkp_structure_content {
    background: #fff;
}

/* tombol make a submission */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: flex;
    padding: 0 1em;
    background: #ffd20c;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(248, 8, 8, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 600;
    color: #03154c;
    text-decoration: none;
    justify-content: center;
}

/* Footer tulisan dan logo Copyright */
.pkp_footer_content {
    float: left; 
    width: 70%; 
    padding-top:10px; 
    padding-bottom:10px;
    color: #fff;
}

/* Mengganti warna hyperlink dari konten di atas "a" adalah hyperlink */
.pkp_footer_content a{
    color: #ffd20c;
}

/* Menghilangkan footer logo PKP */
.pkp_brand_footer a{
    display: none;
    }
/* Tulisan "About the Journal" menjadi di tengah */
.pkp_page_index .homepage_about h2 {
    text-align: center;
}

/* Mengganti warna footer */
.pkp_brand_footer {
    background-color: #03164d;
}

/* Membuat footer tidak sampe melebar penuh fullscreen */
.pkp_structure_footer_wrapper {
    background: rgba(221, 221, 221, 0);
}


/* Tombol Login dan Register */
@media (min-width: 992px){
.pkp_navigation_user a {
    padding-top: .357rem;
    padding-bottom: .357rem;
    line-height: 1.43rem;
    background-color: #1b0597;
    border-radius: 10px;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 70% !important;
    max-width: 100%;
    width: 1200px;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
}
/* Untuk mobile version */
@media (max-width: 825px){
.pkp_site_name .is_img img {
    display: block;
    max-height: 40% !important;
    max-width: 100%;
    width: 1200px;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: -10px;
    z-index: 100;
    margin-top: -20px;
}

/* agar height sesuai gambar header */
.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
    height: 90px;
    background-color: #031448;
}
.pkp_site_nav_toggle {
    position: absolute;
    top: 25px;
    left: 0;
    width: 2.857rem;
    height: 2.857rem;
    border: none;
    background: none;
    z-index: 999;
}
}
