h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #0f0f0e;
}

h3 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #0f0f0e;
}

.card-img {
  height: 100%;
  object-fit: cover;
  max-height: 250px
}

#pagination {
  text-align: center;
  margin-top:2rem;
  margin-bottom:6rem;
}

#pagination a {
  color:rgb(0, 0, 0);
  padding: 0 0.5rem;
}

#pagination a:hover {
  color: #013f71;
  cursor: pointer;
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px
}

.badge.badge-secondary {
  background-color: #323a45
}

.badge.badge-outlined {
  background-color: transparent
}

.badge.badge-outlined.badge-secondary {
  border-color: #323a45;
  color: #323a45
}

.badge.badge-secondary:hover {
  background-color: #ccc
}

.sidebar {
  position: fixed;
  top: 0;
  right: -30%;
  height: 100%;
  width: 30%;
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  overflow: auto;
}

.sidebar.show {
  right: 0;
}

.sidebar-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-content {
  padding: 10px;
}

.card {
  margin-bottom: 15px;
}

.card-header {
  background-color: #f8f9fa;
}

.card-header button {
  font-size: 18px;
  font-weight: bold;
  color: #343a40;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
}

.card-body {
  background-color: #f8f9fa;
}

#accordion>.card {
  border: 0 !important;
}
