@import url('https://fonts.googleapis.com/css?family=Libertinus:400,700|Crimson+Text:400,400i,600,600i,700,700i&display=swap');

* {
   font-size: 15px;
   font-family: 'cinnamon', sans-serif;
}

a:link {
    text-decoration: none;
}

li.profile a {
  color:#ff8704;
  font-weight:700;
}

.links{
   color:black;
}

.links:hover{
  color:#77099C;
}

.title:hover a {
    color:  #77099c;
}
.title a {
    color:black;
}
/*
.page_index_journal > .current_issue {
    order: 2;
}*/
.page_index_journal {
    display: flex;
    flex-direction: column;
}

.button {
    display:block;
    width: 100%;
    height: 50%;
    background: black;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    margin-top:2%;
}

.button:hover{
    background: #91D75D;
    color: black;
}

.pkp_navigation_primary > li > a {
    color: white;
    font-weight: bold;
}

.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
    color: #ffd700;
    outline: 0;
    border-color: #ffd700;
}

.pkp_block.block_make_submission a {
    color: white;
    background-color: #01b23c;
    border-radius:20px;
    width:100%;
    padding:5px;
    text-align:center;
    font-size:15px;
}

.pkp_block.block_make_submission:hover a{
    background: #91D75D;
    color: black;
}

.proses a {
    display:block;
    color: white;
    background-color: #01b23c;
    border-radius:20px;
    width:100%;
    padding:5px;
    text-align:center;
    font-size:15px;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    line-height: 28px;
    font-weight: 700;
}

.proses:hover a{
    background: #91D75D;
    color: black;
}
.obj_article_summary { border: 1px solid #77099c; padding: 10px; border-radius: 5px; box-shadow: 3px 3px #77099c;

.item.abstract {
    text-align: justify;
}