.footerbb {
  /* float: left; */
  padding-right: 10px;
}

.header {
  background-color: #c8c8c8;
}


@media (min-width: 992px) {
  #navigationPrimary .nav-link {
    font-weight: bold;
  }
}

.journal-logo {
  max-height: 200px;
}

.footer-brand-image {
  width: 84px;
}

.block_make_submission_link {
  background-color: #fff;
}

.block_make_submission_link:hover {
  background-color: red;
  color: white;
}

.register-button:hover {
  background-color: red;
  color: white;
}

a.register.btn:hover {
  background-color: red;
  color: white;
}