.pkp_structure_page {
  margin-top: 0;
}
.pkp_head_wrapper {
 /* background-image: url("http://journals.cut.ac.zw/public/site/CUT_journals_banner.png");*/
background-repeat: no-repeat;
width: 100%;
background-size: 100%;
height: 168px;
padding-top: 100px;
}
/* Actual title text */
.pkp_site_name,
.pkp_site_name h1,
.pkp_site_name a { /*white-space: nowrap; single line */
	  margin-left: 55px; /* move title off left margin */
	    font-size: 1.6rem; /* reduce width by reducing font size */
	      overflow: hidden;
	        text-overflow: ellipsis; /* optional safety */
		display: block; } /* Move primary navigation to the right */
		.pkp_navigation_primary { padding-left: 10px; /* align with title */ }

