1118-1776-4200-8844-0590-6076@import url('https://fonts.googleapis.com/css?family=Libertinus:400,700|Crimson+Text:400,400i,600,600i,700,700i&display=swap');

* {
   font-size: 18px;
   font-family: 'cinnamon', sans-serif;
}

a {
    color:#1A747D;
}

a:hover, a:focus {
  color: black;
}

a:link {
    text-decoration: none;
}

li.profile a {
  color:white;
  font-weight:700;
  background-color: #1A747D;
}
.links{
   color:black;
}

.links:hover{
  color:#1A747D;
}

.title:hover a {
    color: #1A747D;
}

.title a {
    color:black;
}

#title {
  background-color: #1A747D;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.pkp_block > .title {
  background-color: #1A747D;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.obj_article_summary > a{
   color: #1A747D;
}

.obj_article_summary > a:hover{
   color: black;
}

.page_index_journal > .current_issue {
    order: 2;
}
.page_index_journal {
    display: flex;
    flex-direction: column;
}

.authors{
    background: none;
    padding-left: 0;
    color: #6d7587;
    font-style: italic;
}

.button {
    display:block;
    width: 100%;
    height: 50%;
    background-color: #1A747D;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    /*text-align: left;*/
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    margin-top:2%;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #1A747D;
}

.button1:hover {
  background-color: #1A747D;
  color: white;
}


.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: #1A747D;
    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: #1A747D;
    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;
}

.item.abstract {
    text-align: justify;
}


.most_read_article_title > a {
	color:black;
}

.most_read_article_title > a:hover {
	color:#1A747D;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #1A747D;
    border: 1px solid #1A747D;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: white;
    text-decoration: none;
}

.conta {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pkp_site_name .is_img img{
  max-height: 200px;
}