body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
    font-size: 16px !important;
	color: rgba(97, 96, 96, 0.87) !important;
}

#navigationPrimary a {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link, .pkp_head_wrapper, .pkp_search, .search_controls, .search_prompt, .pkp_block .title, .pkp_structure_main h2, .pkp_structure_main h1, .obj_issue_summary, .title {
    font-weight: 500 !important;
}

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto !important;
		display: block!important;
	}
}
.sub_item:last-child ul {
    margin-bottom: 0;
	column-count: 3;
}

.pkp_site_name .is_text {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    display: inline-block;
    position: relative;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none;
	background: url(/downloads/logo.png) no-repeat  !important;
	background-size: 80px !important;
	padding: 20px 0px 35px 100px !important;
	
	
	}
.pkp_block {
    padding: 10px 30px 10px 30px !important;
}
.pkp_head_wrapper {
    padding-top: 15px !important;
}