/* openwork Custom Styles */

/* fonts */

body,
.navbar-logo-text,
.list-group-item-heading,
.announcement-summary-date,
.article-details-issue-identifier,
.article-summary-title,
.article-summary-date,
.announcement-date,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
}

.page-content p,
.page-content li,
.submissions-checklist {
  font-size: 19px;
}

/* nav link color */

.navbar-light .navbar-nav .nav-link {
  color: #EE7600;
}

/* footer styling */

.site-footer {
  background: #EE7600;
}

/* modify footer blocks */

@media (min-width: 992px) {

  .site-footer .pkp_block {
    flex: 0 0 50%;
    width: 50%;
  }
}
