/* CSWR Custom Styles */

/* modify header fonts */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.navbar-default {
  font-family: 'Playfair Display', serif;
}

/* change h2 text on homepage */

.page_index_journal .cmp_announcements .page-header h2 {
  visibility: hidden;
}

.page_index_journal .cmp_announcements .page-header h2:after {
  content: 'Read The Amsterdam';
  visibility: visible;
  position: absolute;
  left: 0;
  padding: 0 0 0 15px;
}

/* header customizations OJS-241 */

#headerNavigationContainer {
  background-color: white;
}

#headerNavigationContainer .navbar-header {
  float: none;
}

#headerNavigationContainer .navbar-brand {
  display: block;
  float: none;
  height: 200px;
  margin: 0 auto;
  max-width: fit-content;
  padding: 10px;
}

#headerNavigationContainer .navbar-brand img {
  max-height: 90%;
  max-width: 95%;
}

/* sidebar customizations OJS-241 */

#sidebar .pkp_block {
  background: #d1dff2;
  border: 0;
}