body {
  background-color: #090d0e;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.header-logo {
  height: 24px;
  width: auto;
}

.manifesto7-navbar {
  background-image: url("/pameran-virtual/2020/assets/images/bg-home.jpg");
  background-position: 10% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.header-link {
  font-size: 0px;
  margin-left: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.manifesto7-toggler {
  color: white;
  padding: 12px;
  border: 0px;
  height: 48px;
  width: 48px;
  font-size: 24px;
}

.manifesto7-toggler:focus {
  outline: none;
}

.manifesto7-dropdown-item.active,
.manifesto7-dropdown-item:active {
  background-color: #343a40;
}

@media (max-width: 576px) {
  .header-logo {
    height: 20px;
    width: auto;
  }
  .header-link {
    margin: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 992px) {
  .manifesto7-extra-margin {
    margin-bottom: 16px;
  }
  .manifesto7-dropdown-item {
    white-space: normal !important;
    color: white;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
  }
  .manifesto7-dropdown-menu {
    background-color: unset;
    margin: 0px;
    border: 0px;
  }
  .manifesto7-dropdown-item:focus,
  .manifesto7-dropdown-item:hover {
    color: white;
    background-color: unset;
  }
  .manifesto7-dropdown-item.active,
  .manifesto7-dropdown-item:active {
    background-color: unset;
  }
}
