@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");

body {
  font-family: "Google Sans", Arial, sans-serif;
}

strong {
  font-weight: 700 !important;
}

.header-image {
  border: none;
  box-shadow: none;
}

.badge-primary {
  padding: 4px;
  background-color: #1a3966;
}

.btn-outline-primary {
  border-color: #1a3966 !important;
  color: #1a3966 !important;
}

.btn-outline-primary i {
  color: #1a3966 !important;
}

/* Menu */

a {
  color: #1a3966;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb a {
  border-bottom-color: #7690b4 !important;
}

.breadcrumb a:hover {
  color: #1a3966 !important;
  border-bottom-color: #1a3966 !important;
}

main > .container > .row:nth-child(3) {
  display: flex;
  flex-direction: column;
}

main > .container > .row:nth-child(3) > .col-lg-4 {
  display: flex;
  width: 100%;
  max-width: 100%;
}

main > .container > .row:nth-child(3) > .col-lg-4 > .card {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #355685;
  border-bottom: 1px solid #355685;
  box-shadow: none;
}

main > .container > .row:nth-child(3) > .col-lg-4 > .card > .card-block {
  padding: 12px 24px;
}

ul#navigationPrimary {
  display: flex;
  gap: 24px;
  justify-content: center;
}

ul#navigationPrimary > li {
  margin-top: 0;
}

ul#navigationPrimary > li > a {
  color: #1a3966;
}

ul#navigationPrimary > li:nth-child(1) > a {
  color: #DB131A;
}

ul#navigationPrimary > li:nth-child(3) {
  position: relative;
}

ul#navigationPrimary > li:nth-child(3) > a::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.25em;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  overflow: hidden;
}

ul#navigationPrimary > li:nth-child(3) > ul {
  display: none;
}

ul#navigationPrimary > li:nth-child(3):hover > ul {
  position: absolute;
  display: block;
  width: 300%;
  padding: 8px 16px;
  z-index: 1000;
  background-color: white;
}

ul#navigationPrimary > li:nth-child(3):hover > ul > li > a {
  color: #1a3966;
}

/* Duży content pod menu */

main > .container > .row:nth-child(3) > .col-lg-8 {
  display: flex;
  width: 100%;
  max-width: 100%;
}

main > .container > .row:nth-child(3) > .col-lg-8 > .card {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

main > .container > .row:nth-child(3) > .col-lg-8 > .card > .card-block {
  padding: 24px 0;
}

.current_issue > h2 {
  font-size: 16px;
}

.current_issue .obj_issue_toc > .media > .cover {
  margin-right: 32px !important;
}

.current_issue .obj_issue_toc > .media > .cover > img {
  max-width: 420px;
}

.current_issue .obj_issue_toc > .media > .media-body h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.current_issue .obj_issue_toc > .galley {
  margin-top: 32px !important;
}