:root {
  --warna-1: #fbc00c;
  --warna-2: #26be5b;
}

html,
body {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  /* background: url(../img/bodi.png); */
  overflow-x: hidden;
}

#map {
  height: 100%;
}

#peta {
  height: 87%;
  position: relative;
}

#navbar {
  height: 8%;
}

#footer {
  height: 5%;
}

.navbar {
  font-family: "Fjalla One", sans-serif;
  background-color: var(--warna-2);
  z-index: 10;
}

.navbar a {
  color: #000;
}

#main .container {
  margin-top: 10px;
  width: 100%;
  /* background-color: rgba(181, 214, 219, 0.5); */
}

#main .lampu-bar {
  font-family: "Squada One", "Teko", "Fjalla One", sans-serif;
}

.traffic {
  position: relative;
  height: 460px;
  font-size: 0.8rem;
}

.nama-traffic {
  height: 40px;
  position: relative;
}

.nama-traffic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(42, 145, 177, 0.3), rgba(255, 255, 255, 0.2));
}

.nama-traffic h2 {
  /* font-family: "Fjalla One", sans-serif; */
  font-family: "Squada One", "Teko", "Fjalla One", sans-serif;
  color: #222;
}

/* .status-traffic {
  margin-top: 10px;
  height: 100px;
} */

.status-traffic {
  /* font-size: 16px; */
  font-family: "Squada One", "Teko", "Fjalla One", sans-serif;
  font-style: italic;
}

/* footer */
.gelombang {
  margin-top: -300px;
  z-index: -1;
  position: relative;
}

footer {
  color: #000;
  background-color: var(--warna-2);
  font-family: "Fjalla One", sans-serif;
}

footer p {
  font-size: 12px;
  margin: 0 auto;
}

footer hr {
  opacity: 0.2;
}

footer .copyright {
  font-size: 10px;
}

/* Mobile VERSION */
/* @media (max-width: 1200px) {
  .judul-sidebar {
    z-index: -100;
  }
} */

@media (max-width: 992px) {
}
