@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(0,43,91);
    background: linear-gradient(184deg, rgba(0,43,91,1) 0%, rgba(43,72,101,1) 35%, rgba(37,109,133,1) 100%);
}

.navbar ul li a {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar a:hover, .navbar a:focus {
    background-color: #256D85 !important;
}

.navbar .dropdown-menu {
    background: rgb(0,43,91);
    background: linear-gradient(184deg, rgba(0,43,91,1) 0%, rgba(43,72,101,1) 35%, rgba(37,109,133,1) 100%);
}

.navbar .dropdown-menu a:hover {
    background-color: #256D85 !important;
}

.pkp_page_index .journal-description {
    border: 1px dashed #ccc;
    padding: 10px;
    background-color: #F5E8C7;
}

.pkp_structure_page {
    background-color: #002B5B !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;
}