@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.header {
  background-color: #0a4d9b;
}
/* .journal-logo {
  max-height: 100% !important;
  max-width: 100%;
} */

body {
  font-family: "Nunito Sans", sans-serif !important;
}

p, li, a, blockquote {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}

@media (max-width: 991px) {
  #nav-small li {
      margin-bottom: 0;
      margin-top: -40px;
  }
}

@media (max-width: 767px) {
  #navigationUser li:first-child .nav-link {
      padding-left: 210px;
  }
}

.nav-link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.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;
}

.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: cover;
    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);
  }

  .journal-logo {
    max-height: 80%;
}

.addres-footer {
  padding-bottom: 26px;
}

.card-support {
  margin-bottom: 50px;
}

.card-issue {
  margin-bottom: 50px;
}


.card-tools {
  margin-bottom: 50px;
}
}

.page_index_journal .container-page {
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.container-page .current_issue {
  padding-top: 40px;
}