.navbar-brand {
  font-size: 0px !important;
  color: transparent !important;
}

.pkp_site_name .is_img img {max-height: 200px !important;}

header .container {
  background-size: cover;
}

footer .container {
    color: #fffafa;
}

footer .copyright-wrapper {
    color: #fff9f9;
}

.container.main_menu {
  background: #051046;
}

p.menu_item .fa {
  color: #e1711f;
}

.pkp_block h2.title, .pkp_block .content span.title, .pkp_block span.title {
  color: white;
  background-color: #051046;
}


.btn-info {
  color: #fff;
  background-color: #db7632;
  border-color: #db7632;
}

div.issn {
  padding-top: 145px;
}

div.issn span {
  font-weight: bold;
  color: white;
}

@media (max-width: 768px) {

  /* Sembunyikan logo / banner */
  .pkp_site_name .is_img img {
    display: none !important;
  }

}