/* This is a basic stylesheet adapted from eblip's stylesheet. It works well with Manuscript themes. */
/* The minimal stylesheet was adapted from this one so if you need more functionality than the minimal one provides then this is a good place to start */

/* footer appearance, max-height:0px gets rid the pkp brand footer entirely. NO TOUCH */
.pkp_brand_footer img {
	max-height:0px;
}

/* body, paragraph, header, and lists. Specifies color and font. The basic navigation bar css is in here. */
/* CAN TOUCH .pkp_navigation_primary_row, NO TOUCH ANYTHING ELSE */
body, p, h1, h2, h3, h4, li {
  color:#000000;
  font-size:0.95em;
  }
  .pkp_navigation_primary_row {
    background: #cc0000;
}

/* nav bar link hover function, CAN TOUCH color */
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#000000;
}

/* backup nav bar hover function, NO NEED TO TOUCH */
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#000000;
  background:#cc0000;
}

/* nav link font weight and size NO TOUCH */
#navigationPrimary a {
  font-weight: bold;
  font-size: 14px;
}

/* backup nav bar hover function, NO NEED TO TOUCH */  
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#000000;
  background:#cc0000;
}

/* nav bar padding and bottom width */
#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}

/* General nav bar text settings. CAN TOUCH to add background if you want to change nav bar background color */
#navigationPrimary a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

/* IGNORE */
element.style {
} 

/* Header settings and search bar settings, NO NEED TO TOUCH */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    padding-bottom: 10px;
    border-bottom: none;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

/* Header image size, CAN TOUCH but only TOUCH max-height */
.pkp_site_name .is_img img {
	display: block;
    max-height: 250px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* CAN IGNORE the rest of this stylesheet */ 
element.style {
}
.pkp_page_index .additional_content {
	    border-top: 0px solid #ddd;
		
}
@media (min-width: 480px)
css?name=stylesheet:1
.pkp_page_index .additional_content {
    padding-left: 20px;
    padding-right: 20px;
}
element.style {
}
.obj_article_details .item.doi .label, .obj_article_details .item.keywords .label {
    font-size: 15px;
}
.obj_article_details .main_entry .label {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #4ab2cc;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
}

element.style {
}
.obj_article_details .entry_details .galleys_links > li a {
    display: block;
}
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #000000;
    color: #cc0000;
    border: none;
}




