.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.content {
  text-align: justify;
}

.content h2 {
  font-size: 24px;
}

.content h3 {
  font-size: 22px;
}

.content h4 {
  font-size: 20px;
}

.content h5 {
  font-size: 18px;
}

.content h6 {
  font-size: 18px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content figure {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content figcaption {
  font-style: italic;
  font-size: 15px;
  text-align: center;
}

#menu-menu-header li {
  padding: 0 10px;
}

#menu-menu-header li:last-child {
  padding-right: 0;
}

#menu-menu-header li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination .page-numbers.current {
  color: #fff;
  background-color: #0d6efd;
}

footer.footer {
/*   background-color: rgba(248, 249, 250, 1) !important; */
}