html, body {
	background: url('https://lh3.googleusercontent.com/pw/AM-JKLV0TsG4jmlSaeUwTGZN-yr5Ld9UOMKYW_ODUZ5MsdZy-c3NKe_Hgs7dPk7d3wLmaQbYxRbJWC6kqWR2TnBXfyAf20N9zoaz0JXCpcccBugCquBA0FZyg957PNU8fSbbCxMY9Fy2qaG8BP1m06Euu5U9=s100-no') repeat;
	background-color: #f3faff;
}

section.item.abstract,
section.homepage_about {
	text-align: justify;
}

.cover_image .sub_item img,
.obj_issue_toc .heading .cover img,
.obj_article_summary .cover .file img,
.obj_issue_summary .cover img {
	border: solid 1px gray;
}

.references .value p {
	display: list-item;
    list-style-type: decimal-leading-zero;
    margin-left: 25px;
}

/*.pkp_brand_footer {
	display: none;
}*/

.pkp_structure_head {
	background: #0072BC;
}

.block_announcements_article_headline {
	margin-bottom: 0;
}
.block_announcements_article_content {
	display: none;
}

#customblock-visitors .content img {
	object-fit: cover;
    object-position: 0px 20px;
    margin-top: -20px;
}

ul#navigationPrimary li a {
	letter-spacing: -.5px;
}
@media only screen and (min-width: 576px) {
	.pkp_structure_footer {
		display: flex;
	}

	.pkp_footer_content {
		width: 85%;
	}
	
	.pkp_brand_footer {
		width: 15%;
		max-width: 160px;
		min-width: 140px;
	}
}
