

#main {
  /*  background: url("../images/background-disnaker.jpg") rgba(0, 217, 255, 0.761);*/
  background: url("../images/background-disnaker.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  min-height: 80vh;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

#content .card {
  min-height: 205px;
  transition: 0.5s ease-in-out;
  border-style: solid;
  border-color: #ffffff;
  border-width: 5px;
}

#content .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

#content .card:hover {
  bottom: 5px;
  /*background-color: rgb(90, 238, 255);*/
}

#main,
#content {
  top: 50%;
  left: 50%;
  margin: auto;
}

#pre_footer {
  width: 100%;
  background-color: rgb(255, 222, 219, 0.6);
}

#footer {
  width: 100%;
  min-height: 24vh;
  background-color: #222222;
}
/* * {
  outline: 1px solid red;
} */

.card {
  border-radius: 25px;
  padding-top: 5px;
}
.judul_pemkot {
  background-color: #e6c714;
  color: #0a423f;
  line-height: 2;
  display: inline-block;
  padding: 0 8px;
  margin-top: 8px;
  font-weight: 600;
}
.head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
}
.center-img {
  display: flex;
  justify-content: flex-start;
  /* position: relative;
  transform: translateY(0px); */
  margin-top: -90px;
  margin-bottom: 70px;

  /* margin-block-end: -70px; */
}

/* @media (min-width: 769px) {
  .center-img {
    margin-top: -20px; 
  }
} */


@media (max-width: 768px) {
  .center-img {
    margin-top: -20px; /* atau bahkan 0 */
    justify-content: center;
  }
}

.row.mb-2 {
  margin-top: -100px; /* atau nilai negatif yang sesuai */
}





.judul_gerai {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e6c714;
  font-size: 22pt;
  margin-left: auto;
  margin-right: auto;
  color: #0a423f;
  display: inline-block;
  padding: 0 8px;
}

.judul_running {
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgb(255, 255, 255, 0.7);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: rgb(10, 66, 63);
}

.warna {
  background-color: rgb(110, 50, 171, 0.7);
  color: #ffffff;
}

.gelap {
  opacity: 1;
}

.kecil {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e6c714;
  font-size: 16pt;
  margin-left: auto;
  margin-right: auto;
  color: #0a423f;
   display: inline-block;
  padding: 0 8px;
}
