/* Stylesheet for basic UAL OJS theme. */
/* Developed by Emma in 2020 for OJS 3.1 */


  /* The following elements may need tweaking. */
      /* Handling site header image. Remove max-width for logos under 900px wide. */
      .pkp_site_name .is_img img {
        display: block;
        max-height: 200px;
        max-width: 75%;
        width: auto;
        height: auto;
        }

  /* The following elements require no editing. They are monochrome. */
      /* hide PKP logo */
      .pkp_brand_footer img {
        max-height:0px;
      }

      /* fonts + bg color */
      body {
        font-family: 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
        background-color: #ffffff;
      }

      .cmp_manuscript_button:hover, .block_make_submission a:hover, .obj_galley_link:hover, .custbutton:hover {
      box-shadow: 0 0 0 3px #042D44;
      	background: #fff;
        font-weight: 800;
        text-shadow: 0 0.1em 0.31em rgba(0,0,0,.2);
      	color: #000;
      }

      /* Submission and custom button formatting */
      .cmp_manuscript_button, .block_make_submission a, .obj_galley_link, .custbutton {
       box-shadow: 0 0 0 2px #000000;
        background: #fff;
        text-shadow: 0 0.1em 0.31em rgba(0,0,0,.2);
        color: #000;
        margin: 1.5em;
        border-radius: 1em;
        border: none;
        padding: 0 1em;
        font-weight: 700;
        font-family: 'Open Sans';
        text-transform: uppercase;
        text-align: center;
      }

      .block_make_submission a, .custbutton{
        display: block;
        text-align: center;
      }


/* this is to make sure the Categories work */
@media (min-width: 768px) {
.page_catalog_category h2.title {
    clip: rect(1px, 1px, 1px, 1px);
    position: relative !important;
    left: 0;

}