@font-face {
  font-family: "Metropolis Bold";
  src: url(/pameran-virtual/2020/assets/fonts/Metropolis-Bold.woff2);
}

@font-face {
  font-family: "Metropolis Extra Bold";
  src: url(/pameran-virtual/2020/assets/fonts/Metropolis-ExtraBold.woff2);
}

@font-face {
  font-family: "Metropolis Medium";
  src: url(/pameran-virtual/2020/assets/fonts/Metropolis-Medium.woff2);
}

@font-face {
  font-family: "Metropolis Regular";
  src: url(/pameran-virtual/2020/assets/fonts/Metropolis-Regular.woff2);
}

@font-face {
  font-family: "Richie Brusher";
  src: url(/pameran-virtual/2020/assets/fonts/Richie-Brusher.woff2);
}

.metropolis-regular {
  font-family: "Metropolis Regular";
}

.metropolis-medium {
  font-family: "Metropolis Medium";
}

.metropolis-bold {
  font-family: "Metropolis Bold";
}

.metropolis-extra-bold {
  font-family: "Metropolis Extra Bold";
}

.richie-brusher {
  font-family: "Richie Brusher";
}

body {
  background-color: white;
}

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

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

.peruja-orange {
  color: #f15e22;
}

.peruja-blue {
  color: #6dc5c9;
}

.peruja-red {
  color: #e95345;
}

.peruja-white {
  color: #f5f8e1;
}

.kota-brown-1 {
  color: #976c41;
}

.kota-brown-2 {
  color: #af9471;
}

.torang-red {
  color: #9e0d0d;
}

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

.header-link {
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: black !important;
  font-size: 2rem;
}

.manifesto7-toggler {
  color: black;
  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;
}

.text-black {
  color: black !important;
}

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

@media (max-width: 992px) {
  .manifesto7-extra-margin {
    margin-bottom: 16px;
  }
  .manifesto7-dropdown-item {
    white-space: normal !important;
    color: black;
    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;
  }
}
