:root {
  --custom-primary: #6a5adf;
  --custom-primary-dark: #4a3f9c;
  --custom-primary-light: #978ce9;
}
.custom-bg-primary {
  background-color: var(--custom-primary);
}
.custom-bg-primary-light {
  background-color: var(--custom-primary-light);
}
.custom-bg-primary-dark {
  background-color: var(--custom-primary-dark);
}

.custom-text-primary-dark {
  color: var(--custom-primary-dark);
}
.custom-text-primary-dark:hover {
  color: var(--custom-primary);
}
.pkp_brand_footer {
  display: none;
}
.side {
  background-color: #e6f2ff;
  color: #073251;
  padding: 0.75em 1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Montserrat", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue";
  display: block;
  font-weight: bold;
  text-align: center;
}

a.side:hover {
  background-color: white;
  cursor: pointer;
  color: #073251;
  border: 1px solid #007ab2;
}

a.side:active {
  background-color: #0e66a4;
  color: white;
}

.col-md-2 {
  display: none;
}

.galley-link {
  background-color: #e6f2ff;
  color: #073251;
  border: none;
}

.media-heading {
  color: #073251;
}

.pkp_structure_sidebar {
  width: 25%;
}

.pkp_block block_custom {
  width: 25%;
}

.navbar-brand {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

h1.page-header {
  font-size: 26px;
}
h1 {
  font-size: 26px;
  font-weight: bold;
}
h2 {
  font-size: 22px;
  font-weight: bold;
}

/* Custom Footer */
.pkp_structure_footer_wrapper {
  background-color: #1c2331 !important;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  margin-top: 3rem !important;
}

.pkp_structure_footer {
  width: 100% !important;
}
.pkp_footer_content {
  padding: 0;
}

/* Border Bottom CLass */
.custom-border-bottom {
  border-bottom: 2px solid #f1541c;
}

.footer-link:hover {
  color: #f1541c !important;
  text-decoration: underline !important;
  text-decoration-color: #f1541c !important;
}

/* Custom Button */
.obj_galley_link {
  padding: 0.3em 1em;
  background: var(--custom-primary-dark);
  border: none;
  color: #fff;
}

.obj_galley_link:hover,
.obj_galley_link:focus {
  background-color: var(--custom-primary) !important;
}

/*  Side bar Buttons */
.sidebar_btn {
  background-color: transparent;
  color: #1c2331;
  border: 2px solid var(--custom-primary-dark);
}
.sidebar_btn:hover {
  background-color: var(--custom-primary-dark);
  color: #fff;
}

/* Navbar Dropdown Menu */
@media (min-width: 992px) {
  .pkp_nav_list ul {
    background-color: var(--custom-primary-dark);
  }
  .pkp_nav_list ul a {
    color: #fff;
  }
  .pkp_nav_list ul a:hover {
    border-left: 5px solid var(--custom-primary-light) !important;
    background: var(--custom-primary);
    color: #fff;
  }
}

.card-image {
  width: 100px;
  margin: 0.5rem auto;
}

#about_the_journal .journal-option-card:hover {
  background-color: #e4e7e4ab;
}
.list-group-item {
  border: none;
}

