/* Ukuran logo jurnal */
.journal-logo .is_img img {
    max-width: 60%;
}

/* ukuran & warna teks navigation bar */
#navigationUser a {
    max-width: 140px;
    text-decoration: none;
    align-items: flex-end;
    color: white;
}

/* warna background navigation bar */
.user-nav {
    background-color: #2400FF;
}

/* warna background logo */
.journal-logo {
    background-color: #2400FF;
}

/* warna garis pada navigation bar */
.site-navbar-wraper {
    background: linear-gradient(#2400FF, #2400FF);
    border-bottom: 5px solid #D92318;
}

/* warna latest article & latest issue */
.site-navbar-wraper #navigationPrimary .nav-link, .pkp_page_article .site-navbar-wraper > a {
    color: #fff;
    font-weight: 600;
}

.site-navbar-wraper {
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10%;
}

/* warna tombol navigation bar pada mode Mobile */
button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(246, 184, 13)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ukuran & warna slider current issue */
.recent-issues-slider h3 {
   padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-left: -5px;
    margin-right: -5px;
    text-transform: capitalize;
}

.carousel-caption {
    color: #9c223f;
    background-color: #ffffff96;
    padding-top: 15px;
    font-weight: 700;
}

#carouselIndicators {
    margin-bottom: 30px;
}

.site-footer {
  background: linear-gradient(#2400FF, #2400FF);
  border-top: 5px solid #D92318;
}

#credits a {
    color: #D92318;
    margin-right: 0;
    font-weight: 700;
    text-decoration: underline;
}

#footer-row-1 p span {
    color: #D92318;
    font-weight: 700;
}

#issn .footer-header {
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}

.site-footer #issn p a {
    color: #fff;
}

#credits, #ccby {
    text-align: center;
}

.site-footer {
    font-size: 13px;
}

#ccby a {
    color: #D92318;
    margin-right: 0;
}

#ccby p {
    color: #fff;
}

#issn p {
    color: #fff;
}

#credits p {
    color: #fff;
}

.site-footer #footer-row-1 > div {
    margin-bottom: 2rem;
}

.obj_issue_toc .one-article-intoc .issue-auth, p {
    margin-bottom: 0.4rem;
}
