/* Navbar */
.navbar {
  z-index: 1;
}

.navbar-brand {
  font-family: viga;
  font-size: 32px;
}

/* jumbotron */

.jumbotron {
  background-image: url(assets/img/Designer5.jpeg);
  background-size: cover;
  height: 540px;
  text-align: center;
  position: relative;
}

.jumbotron .container {
  z-index: 1;
  position: relative;
}

.jumbotron::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}

.jumbotron .display-4 {
  color: white;
  margin-top: 150px;
  font-weight: 100;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 31px;
}
.jumbotron .display-4 span {
  font-weight: 600;
}

.jumbotron h3 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}

.jumbotron h5 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}

/* Info Panel */

.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: -100px;
  background-color: white;
  padding: 30px;
}

.info-panel span {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.info-panel span img {
  width: 90px;
}

.info-panel h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  font-size: 14px;
  color: #acacac;
  margin-top: -5px;
  font-weight: 200;
}
/* hal-panel */
.hal-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 90px;
  background-color: white;
  padding: 30px;
}
.panel-judul {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 90px;
  background-color: white;
  padding: 30px;
}
.panel-layanan {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 50px;
  background-color: white;
  padding: 30px;
}
.panel-layanan h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(156, 149, 149, 0.7);
}

/* alamat */

.alamat p {
  text-align: center;
}
/* workingspace */

.workingspace {
  margin-top: 100px;
  text-align: center;
}

.workingspace img {
  height: 300px;
  width: 500px;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
}
.workingspace h3 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 10px;
}
.workingspace h3 span {
  font-weight: 500;
}

.workingspace p {
  font-size: 16px;
  color: #acacac;
  font-weight: 200;
  margin: 25px 0;
}

.infoData {
  margin-top: 100px;
  background-color: darkgrey;
}
.infoData h5 {
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  margin-top: 50px;
  color: white;
}

.infoData figure img {
  width: 70px;
  height: 70px;
  margin: 20px 30px 0;
}
.infoData figure img.utama {
  width: 100px;
  height: 100px;
  margin: 20px 30px 0;
}

.infoData figure h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: rgb(8, 3, 78);
  margin-top: 10px;
}
.infoData figure p {
  font-size: 12px;
  color: dimgray;
  text-align: center;
  margin-top: -10px;
  color: white;
}

/* waktu */
.waktu {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}
/* footer */

.footer {
  margin-top: 100px;
}

.footer p {
  color: #acacac;
  font-size: 18px;
}

/* profil */
.profil {
  margin-top: 20px;
}

.profil h3 {
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  margin: auto;
}
.profil h4 {
  font-weight: 200;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}

/* kontak */
.kontak {
  margin-top: 50px;
}

.dinas h4 {
  font-size: 18px;
}

.bidang h5 {
  font-size: 15px;
}

.seksi p {
  font-size: 12px;
}

/* peraturan */
.aturan {
  margin-top: 40px;
}
.aturan h3 {
  font-weight: 400;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}

.pilih {
  margin-left: 5px;
  margin-top: 20px;
}

.judul h3 {
  font-weight: 200;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}
/* login */
.login {
  margin-top: 100px;
}
.card-header {
  background-color: green;
}

.card-header h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}

/* peta */
.peta {
  margin-top: 20px;
}

/* reg-login */
.reg-login {
  margin-top: 100px;
  text-align: center;
}

/* komit */
.komit {
  margin-top: 50px;
}

.card-header-komit {
  background-color: rgba(0, 255, 191, 0.856);
  height: 50px;
}
.card-header-jk {
  background-color: rgba(5, 203, 238, 0.788);
  height: 50px;
}
.card-header-komit h3 {
  color: white;
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}
.info-user {
  font-family: viga;
  text-align: center;
}

/* utiliti*/

.tombol {
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-pilih {
  text-transform: uppercase;
}

.pagination {
  flex-wrap: wrap;
}

.pagination .page-link {
  padding: 6px 10px;
  font-size: 14px;
}

@media (max-width: 576px) {
  .pagination {
    justify-content: center;
  }

  .pagination .page-link {
    padding: 4px 8px;
    font-size: 12px;
  }

/* desktop */

@media (min-width: 992px) {
  .navbar-brand,
  .nav-link {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .nav-link {
    text-transform: uppercase;
    margin-right: 30px;
  }
  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #0066ff;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }
  .jumbotron {
    margin-top: -80px;
    height: 640px;
  }

  .jumbotron .display-4 {
    font-weight: 200;
    font-size: 62px;
  }

  .jumbotron h3 {
    font-size: 31px;
    font-weight: 200;
  }

  .workingspace {
    text-align: left;
  }
  .aturan h3 {
    font-size: 30px;
  }
  .judul h3 {
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
    text-align: center;
  }

  .card-header h3 {
    font-weight: 400;
    font-size: 20px;
  }
  .dinas h4 {
    font-size: 25px;
  }

  .bidang h5 {
    font-size: 20px;
  }

  .seksi p {
    font-size: 15px;
  }

  .card-header-komit h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
  }
}
