body {
  cursor: url('/assets/img/logo-biruni1.cur'), auto ;
}
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.hero h1 {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.hero p {
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  body {
    padding-bottom: 70px;
    cursor: url('logo-biruni11.png') 17 55, auto !important;
  }
}
footer a:hover {
  text-decoration: underline;
  color: #ffc107;
}
#sambutan blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #0d6efd;
}
.img-slide {
  height: 500px; /* atau tinggi yang kamu inginkan */
  object-fit: cover;
}
/* Warna latar dropdown */
/* Warna latar dropdown khusus */
.dropdown-menu.dropdown-kuning {
  background-color: #FFFF00 !important;
  border: none !important;
}

/* Warna teks item */
.dropdown-menu.dropdown-kuning .dropdown-item {
  color: #000 !important;
}

/* Hover item */
.dropdown-menu.dropdown-kuning .dropdown-item:hover {
  background-color: #f1c40f !important;
  color: #000 !important;
}




