body {
/*  font-family: Arial, sans-serif; */
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue", "Arial", sans-serif;
	text-align: justify;
	font-size: 1rem;
}

.obj_issue_toc>.galleys h2,
.obj_issue_toc .section h2 {
  position:relative;
  display:inline-block;
  top:auto;
  left:auto;
  padding:1rem 0 .357rem;
  border-bottom:3px solid #042d4b;
  background:transparent;
  text-transform:uppercase;
  font-weight:700
}
.buttonvjs {
  background-color: white; 
  color: #3f51b5; 
  border: 2px solid #f44336;
  border-radius: 8px;
  padding: 15px 32px;
}

.buttonvjs:hover {
  background-color: #f44336;
  color: white;
  border-radius: 8px;
  padding: 15px 32px;
}


 .pkp_site_name {
    width: 100%;
    margin-left: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  
.btn-primary {
    background: #10beca;
    border-color: #10beca;
    color: #000;
}
.btn {
    padding: .5em 1em;
    border-radius: 0;
    border: 1px solid #757575;
    background: transparent;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}


.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #961a18;
    border-radius: 3px;
    font-size: .73rem;
 /*   line-height: calc(2.143rem - 5px); */
    color: #961a18;
    text-decoration: none;
}

a {
    color: #961a18;
    text-decoration: none;
}

a:hover,
a:focus {
  color:#008acb
   text-decoration: none;
}

@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 200px;
  }
}

@media (min-width: 1201px){
   .pkp_site_name .is_img img {
    max-height: 200px;
  }
}

.buttonvjs {
  background-color: white; 
  color: #3f51b5; 
  border: 2px solid #f44336;
  border-radius: 8px;
  padding: 15px 32px;
}

.buttonvjs:hover {
  background-color: #f44336;
  color: white;
  border-radius: 8px;
  padding: 15px 32px;
}



details > p {
  background-color: #eeeeee;
  padding: 4px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
}

.pkp_brand_footer{
	display:none;
}