/** header styles */
.pkp-to-header-ribbon {
  height: 3px;
  background: #ffcd00;
}
.journals {
  margin-top: 0px !important;
}
.pkp_structure_main {
  margin-top: 0px !important;
}
.pkp_structure_content {
  padding-top: 0px !important;
}
.pkp_site_name {
  display: flex;
  align-items: center;
}
.pkp-ribbon-blue {
  background: #00247d;
  height: 3px;
}
.pkp-ribbon-yellow {
  background: #ffcd00;
  height: 3px;
}
.pkp-ribbon-black {
  background: #000000;
  height: 3px;
}

/** body **/
.thumb img {
  border-radius: 5px;
}
.journals .links {
  margin-top: 1rem !important;
}
.journals .links li.view {
  margin-top: 10px 10px 0px 0px;
}
.journals .links li.view > a {
  text-decoration: none;
  color: #fff;
  background-color: #1d73be;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

/** footer styles **/
/* Disable footer brand log for OJS */
.pkp_brand_footer {
  display: none;
}
.pkp_structure_footer_wrapper {
  background-color: #1d73be;
}
.pkp_footer_content {
  background-color: #1d73be;
  padding: 1rem;
}
.pkp_footer_content a {
  text-decoration: none;
  color: white;
}
.pkp_footer_content_columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pkp_footer_copyright {
  text-align: center;
}
