/* Liwuram customization */
.footer-brand-image {
    margin-top: 0;
    display: none;
  }
  
  .navbar-logo img {
    max-height: 180px;
  }
  
  p {
    text-align: justify;
  }
  
  /* Research Journal of Science Customization */
  
  /* .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: none;
  } */
  
  /* .main-header {
    background-color: #bde8f7;
  }
  
  .site-footer {
    background: #0a063e;
  } */
  .modal-content {
    border-radius: 15px;
    background: #F6F291;
  }
  
  .page-content {
    margin-bottom: 3rem;
    padding-top: 0;
    border-top: 1px solid #ccc;
    font-size: 20px;
    line-height: 30px;
  }
  
  .container-homepage-issue {
    margin-top: 0;
    border: 0;
  }
  
  .site-footer-sidebar {
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  /* .pkp_structure_footer_wrapper {
    background-image: url(http://localhost/unimaid/public/journals/3/header2.png);
  } */
  
  .pkp_brand_footer img {
    max-width: 100%;
    width: 250px;
    height: auto;
  }
  .pkp_help_tab,
  .pkp_help_modal {
    position: absolute;
    top: -32px;
    right: 32px;
    padding: 8px 1em;
    background: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: none;
  }
  
  .pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    padding-top: 22px;
  }
  
  .container .site-footer-content p {
    text-align: center !important;
  }
  .col-md.col-md-2.align-self-center.text-right {
    display: none;
  }
  
  /* .site-footer {
    background: #030742;
    background-image: url(public_html/styles/images.jpg);
  } */
  .btn-primary {
    background: #F6F291;
    border-color: #F6F291;
    color: #000;
  }
  .site-footer {
    background: #000000;
  }


  #homepageDescriptionMore, #homepageDescriptionLess {
    color: #0C7A41;
    cursor: pointer;
}

.issue-toc-section-title {
  margin: 2rem 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  color: #0C7A41;
}