body {
	background: url("https://ojsrepo.unud.ac.id/sayagata.png") #f1b80a fixed !important;
}

.pkp_site_name .is_img img {
	max-height: 250px !important;
}

.pkp_site_name_wrapper {
	padding: 0 !important;
}

.pkp_site_name {
	padding: 0 !important;
}

.pkp_site_name > a {
	padding: 0 !important;
}

.pkp_navigation_user li {
	background: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
}

@media (min-width: 992px) {
	.pkp_navigation_user_wrapper {
		top: 5% !important;
    	right: 10% !important;
	}
}

.indexed-by .title {
	margin-bottom: 30px !important;
}

.indexed-by a {
	display: block;
	margin-bottom: 20px;
}

.footer p {
	text-align: center;
}

.block_make_submission a:hover {
	color: #FFF !important;
}

.pkp_navigation_user > li:last-child a {
	padding-right: 10px !important;
	transition-duration: .4s;
}

.page h2:first {
	margin: 0 0 20px !important;
}

.pkp_navigation_primary_row,
#navigationPrimary ul {
	background: #2c3e50d1 !important;
}

#navigationPrimary > li > a,
.pkp_head_wrapper .pkp_search .search_controls a,
#navigationPrimary ul a {
	color: #fff !important;
	transition-duration: .4s !important;
}

#navigationPrimary ul a:hover,
.pkp_nav_list [aria-haspopup] a:first-child,
.pkp_navigation_user > li > a {
	color: #00b24ed4 !important;
}

/* Struktur Sidebar */
.title {
	color: #ffffff; 
	background: #ffffff; 
	padding: -10px; 
	font-family: arial; 
	line-height: 23px;
	border-bottom: 4px solid #4eb849;
	font-weight: bold;
	text-align: center;
}

.contenta a {
	display: block; 
	padding: 10px; 
	border-bottom: 1px solid #429b3e;
	border-radius: 5px;
	background: #ebebeb; 
	color: black !important;
	text-align: center;
	transition-duration : .3s;
	box-shadow: 0 0 25px #9E9E9E !important;
}

.contenta {
	margin-top: -15px;
}


.contenta a:hover {
	background: #4eb84987;
	color: black !important;
	font-weight: bold;
	
}

/* Table of content */
.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #ebebeb
}

.obj_article_summary:hover {
	background:#4eb84936
}

.obj_article_summary .title{
	text-align: justify;
	background: fixed;
	border: 1px;
}

.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #4eb849 !important;
    font-size: 12px;
	
}


 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
	 
}

.pkp_structure_main a {
    color: #4CAF50 !important;
	
}

.pkp_structure_main a:hover {
	color: #0b3a09 !important;
	
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #9e9e9e6e !important;
    color: #ffffff !important;
    border: none !important;
}

.obj_galley_link:hover {
	background: #99704594 !important;
	color: #1F2027 !important;
}