@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

*, body {
    font-family: 'Source Sans Pro', sans-serif;
}

header {
    border: 0 !important;    
}

.navbar {
    background: rgb(42,39,40);
    background: linear-gradient(50deg, rgba(42,39,40,1) 0%, rgba(159,112,13,1) 49%, rgba(42,41,41,1) 100%);
}

.navbar ul li a {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar a:hover, .navbar a:focus {
    background-color: #f4b125 !important;
}

.navbar .dropdown-menu {
    background: rgb(42,39,40);
    background: linear-gradient(50deg, rgba(42,39,40,1) 0%, rgba(159,112,13,1) 49%, rgba(42,41,41,1) 100%);
}

.navbar .dropdown-menu a:hover {
    background-color: #f4b125 !important;
}

.pkp_page_index .journal-description {
    border: 1px dashed #ccc;
    padding: 10px;
    background-color: #F5E8C7;
}

.pkp_structure_page {
    /*    background-color: #002B5B !important;*/
    background: rgb(246,191,117) !important;
    background: linear-gradient(355deg, rgba(246,191,117,1) 0%, rgba(215,113,133,1) 32%, rgba(135,102,172,1) 72%, rgba(65,80,177,1) 100%) !important;
}

header > h1.page-header {
	font-size: 1.9em;
}


.article-summary .media-body {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
}

.article-summary .media-heading {
    font-style: italic;
    font-weight: 700;
}

.pkp_block {
    border: 1px dashed #2B4865;
    border-radius: 0;
}

.issue-toc .description {
    text-align: justify;
}


.menuku ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  border: 1px solid #555;
}

.menuku ul li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.menuku ul li {
  text-align: center;
  border-bottom: 1px solid #555;
}

.menuku ul li:last-child {
  border-bottom: none;
}

.menuku ul li a.active {
  background-color: #04AA6D;
  color: white;
}

.menuku ul li a:hover:not(.active) {
  background-color: #555;
  color: white;
}