.pkp_structure_head {
  	background-attachment: fixed;
	background-size: cover;
	background-color: #89d957;
	display: block;
    height:100%;
	width: 100%;
}

.pkp_site_name .is_img img {

    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}

.pkp_head_wrapper {
  background: #89d957;
  width="3100" height="696": ;
}
.pkp_navigation_primary_row {
    background: #89d957;
	color: White;
}

.pkp_structure_footer_wrapper {
    background: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid white;
}

.pkp_brand_footer {
    padding: 0px;
    float: right;
    display: block;
    max-width: 0px;
}

body {
   	background-attachment: fixed;
	background-size: cover;
	min-width: 130px !important;
}

.pkp_structure_main .content .hvr-underline-from-center img {
  max-width: 100%;
  width: 25px;
  height: 25px;
}

.pkp_structure_main .content img {
  max-width: 100%;
  width: 55px;
  height: 55px;
}


.column {
  float: left;
  width: 33.33%;
}

.badan a {
    display: block; 
    padding: 10px; 
    border-bottom: 1px solid #000000; 
    background: #fbba22; 
    color: #000000 !important;
                text-align: left;
}

.badan {
    margin-top: -15px;
}


.badan a:hover {
    background: #7e1111;
    color: #ffffff !important;
    font-weight: bold;
}


/* Table of content */

.obj_article_summary {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
    background: #ececec;
}

.obj_article_summary:hover {
    background:#ffffff
}


.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #003992 !important;
    font-size: 12px;
}


 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #003992 !important;
}

.pkp_structure_main a:hover {
    color: #003992a6 !important;
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #d1d0d0 !important;
    color: #ffffff !important;
    border: none !important;
}

.obj_galley_link:hover {
    background:#2c3b46 !important;
    color:#1F2027 !important;
}




/*Body and Abstrack*/
.main_entry .item.abstract {
    text-align: justify;
}






.current_issue{
    display:block;
}

@media (max-width: 600px) {
/* For mobile phones: */
  .homepage_about {
    width:100%;
  }
}


@media (max-width: 991px) {
    .homepage_about{
        margin-top:30px;
    }


}


@media (max-width: 360px) {
/* For mobile phones: */
    .homepage_image {
        width:90%;
        margin:0;
    }

        .homepage_about{
        margin-top:0px;
    }
}

.homepage_about p{
    text-align:justify;
}
