
body{
	font-family: 'Noto Serif', serif; 
	font-size: 16px; 
	color: rgba(0, 0, 0, 0.8); 
	text-align: justify; 
	text-justify: inter-word;
}

.pkp_page_index .pkp_structure_head
{
background-color: #ddd !important;
}

.obj_article_summary {
    border: solid #888888;
    padding: 10px;
    border-radius: 10px;
}

.obj_galley_link{
    background: #ddd;
    border: #ddd;
    color: #000;
}

@media (min-width: 992px) {
    .pkp_structure_head {
        background: url(https://scholarsresearchacademy.in/templates/images/ijaai.png);
        background-repeat: no-repeat;
        background-size: contain;
	background-color: #ddd;
    }

    .pkp_site_name_wrapper {
        height: 122px;
    }

    .pkp_site_name .is_text {
	display: none;
    }
	
    .pkp_navigation_primary>li>a { color:#000; }
    .pkp_site_nav_menu a { color:#000; }

    .pkp_site_nav_menu {
         background-color: #DDD;
    }
}


.pkp_structure_footer_wrapper {
    background: rgb(189,189,189) !important;
}

.pkp_site_nav_menu a { color:#000; }

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	background: rgb(189,189,189);
	/* color: #FFF; */
}

.pkp_block .title {
    background: rgb(189,189,189);
    padding: 5px;
    /* color: #fff; */
}
