@import url('https://fonts.googleapis.com/css?family=Libertinus:400,700|Crimson+Text:400,400i,600,600i,700,700i&display=swap');

* {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 17px;
}

a {
    color:#780402;
}

a:hover, a:focus {
  color: black;
}

a:link {
    text-decoration: none;
}

.links{
   color:black;
}
.links:hover{
  color:#780402;
}

.title:hover a {
    color: #cc0b08;
}
.title a {
    color:#780402;
}

#title {
  background-color: #780402;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.button {
    display:block;
    width: 100%;
    height: 50%;
    background: #780402;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    margin-top:2%;
}

.button:hover{
    background: #f4b6bb;
    color: black;

}

.item.abstract {
    text-align: justify;
}

.page_index_journal > .current_issue {
    order: 2;
}

.page_index_journal {
    display: flex;
    flex-direction: column;
}

.pkp_block > .title {
    background-color: #780402;
    color:white; 
    padding: 10px;
    color: white;
    border-radius: 5px;
  }

.pkp_block.block_developed_by > .content > .title {
   background-color:#780402;
   color:white; 
   width: -webkit-fill-available;
   border-radius:5px;
   padding: 10px;
}


.pkp_block.block_Keywordcloud > .title {
    background-color: #780402;
    width: -webkit-fill-available;
    color:white;
}

.most_read_article_title > a {
	color:black;
}

.most_read_article_title > a:hover {
	color:#780402;
}

.pkp_structure_footer_wrapper {
    background:linear-gradient(to right, #fae6e6, #fae6e6);
}

.pkp_navigation_user > li:last-child a {
    color: red;
    font-weight: bold;
}

.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
    color: red;
    font-weight: bold;
}

.description {
    text-align: justify;	
}

#pkpDropdown1 {
  background-color: white;
  border-radius: 5px;
  text-shadow: 0px 0px 1px black;
}