/* .navbar-dark .navbar-nav .nav-link {
  color: hsl(0deg 0% 97.67%);
}
.hero-section,
.hero-section > .container > .row {
  height: 60vh;
  min-height: 300px;
}

.hero-section.inner-page .hero-text {
  margin-top: 200px;
}
.hero-section.inner-page {
  height: 30vh;
  min-height: 0;
}
#header {
  background-color: #106f783d;
  height: 98px;
}
.page_login {
  background-color: #007b8b3d;
}
#header .logo img {
  padding: 31px;
  margin: 0;
  max-height: 160px;
} */
@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 166px;
  }
}
.pkp_brand_footer {
  padding: 2.143rem;
  display: none;
}
@media (min-width: 992px) {
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    margin: -4.857rem -2.143rem;
  }
}
body {
  background-image: url("https://www.bhj.com.bt/index.php/bhj/libraryFiles/downloadPublic/53");
  background-repeat: no-repeat;

  /* Centers the image vertically and horizontally */
  background-position: center;

  /* Scales the image to fill the container, even if it has to crop a bit */
  background-size: cover;

  /* Optional: Keeps the image fixed when scrolling (Parallax effect) */
  background-attachment: fixed;
}

.pkp_structure_main:first-child:last-child {
  background-color: rgba(255, 255, 255, 0.8);
}

.pkp_structure_content {
  width: auto;
}

.pkp_structure_main:first-child:last-child {
  width: 75%;
}
/* 
.hero-section {
  background:
    linear-gradient(to right, rgb(252 0 0 / 56%) 0%, rgb(245 227 5 / 69%) 100%),
    url(https://bhj.com.bt/public/journals/1/homepageImage_en_US.png);
  position: inherit;
}
.btn-primary {
  color: #fff;
  background-color: #12a4f1;
}
.footer {
  background-color: #048f71;
}
a {
  color: #0b49af;
}
.hero-section .wave {
  width: 0%;
}
.footer .copyright,
.footer .credits {
  display: none;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translateZ(1);
}
.nav-link {
  font-size: 14px !important;
}
#header.header-scrolled {
  height: 98px;
}

.row,
.column {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
/* Editorial Card */
/* Font */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #ef8d9c 40%, #ffc39e 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.made_by {
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}
/* static page columns*/
.scol,
.srow {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.scolumn {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.srow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .scolumn {
    width: 100%;
  }
}
.iphone-wrap {
  position: relative;
  display: NONE;
}
.galley_view iframe {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  border: solid;
  background-color: snow;
}
.galley_view {
  text-align: center;
}
*/ .pkp_brand_footer {
  display: none;
}
