:root {
  --cassiopeia-color-primary: #000000;
  --cassiopeia-color-hover: #880808;
  --cassiopeia-color-link: #1C5E5A;
  --body-bg: #000000;
  --body-color: #ffffff;
  /*--template-text-light: #ffffff; */
}
/* Adds space below and to the right of the full article image */
.left.item-image {
    margin-bottom: 20px;
    margin-right: 20px;
}
@media (max-width: 767px) {
  .container-component {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.brand-logo {
  text-decoration:none;
}
