@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
.header {
  background-color: #162f56;
}
/* .journal-logo {
  max-height: 100% !important;
  max-width: 100%;
} */

@media (max-width: 746px) {
  .header {
    background-color: #162f56;
    overflow: hidden;
  }

  .journal-logo {
    width: 100%;
  }

  .card-body .row .col-md-4 {
    display: flex;
    justify-content: center;
  }

  .card-body .row .col-md-4 img {
    max-width: 48%;
  }
}

.nav-link {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.nav-link:hover {
  background-color: #fff;
}

.container-page {
  padding-top: 40px;
  padding-bottom: 70px;
}

.additional_content {
  margin-top: -100px;
}

.announcements {
  margin: -100px 0 140px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar_wrapper {
  display: contents;
}

.homepage_image {
  /* min-height: 50vh; */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px;
}

.additional_indexing_container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.journal-logo {
  max-height: 100%;
}
@media (max-width: 746px) {
  .additional_indexing_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .homepage_image {
    min-height: 10vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .additional_content {
    margin-top: -68px;
  }

  .announcements {
    margin: -68px 0 140px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.pkpbrand-wrapper {
  max-width: 25%;
  flex: 0 0 25%;
  display: none;
  justify-content: flex-end;
}
.user-page-footer {
  max-width: 100%;
  flex: 0 0 70%;
}

main {
  text-align: justify;
}

.page_index_journal .container-page {
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.current_issue {
  margin-top: 40px;
}

.current_issue header {
  margin-bottom: 10px;
}

.site-footer {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
