body {
  background-color: #616D93;
    text-align: justify;
	color: white;
}

.obj_issue_toc .pages
{
  color: White;
}

.pkp_block .title
{
  color: White;
}
.pkp_structure_page
{
        background-color: #030F38;
    }
	
a:link
{
  color: White;
}

.title
{
  color: White;
}

h1
{
    color:White;
}
h2
{
    color:White;
}
h3
{
    color:White;
}

.obj_article_details .main_entry .item.doi .label, .obj_article_details .main_entry .item.keywords .label
{
    color:White;
}

.obj_article_details .main_entry .item .label
{
    color:White;
}
.pkp_page_index .current_issue h2
{
    color:White;
}

.obj_issue_summary .series
{
    color:White;
}
.obj_article_details .authors .affiliation {
    color: white;
}
/* PDF Button Style */
.obj_galley_link.pdf {
    background-color: #ffffff !important;   /* white button */
    color: #030F38 !important;              /* theme color text */
    border: 2px solid #030F38 !important;   /* theme color border */
}

/* PDF icon color */
.obj_galley_link.pdf:before {
    color: #030F38 !important;
}

/* Hover effect */
.obj_galley_link.pdf:hover {
    background-color: #030F38 !important;
    color: #ffffff !important;
}