body{font-family:Segoe UI;} h1,h2,h3{color:#0056a6;}
/* NAVBAR BASE */
.navbar-custom {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

/* SHRINK SAAT SCROLL */
.navbar-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* LOGO SHRINK */
.navbar-scrolled img {
    height: 40px;
}

/* MOBILE */
@media (max-width: 991px) {

.navbar-collapse {
    background: white;
    padding: 15px;
    border-radius: 10px;
}

.navbar-nav {
    text-align: center;
}
}

.carousel-caption{
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 10px;
}

.slider-img{
    height: 50vh;
    object-fit: cover;
}
@media(max-width:768px){
    .slider-img{
        height: 35vh;
    }
}


}
/* TEXT MOBILE */
@media(max-width:768px){

.container{
    padding-left: 20px;
    padding-right: 20px;
}

h1{
    font-size: 24px;
}

h2{
    font-size: 20px;
}

p{
    font-size: 14px;
}

}
#mainHeader {
    background: transparent;
    transition: 0.3s;
}

#mainHeader.scrolled {
    background: #0d6efd;
}
.main-slider {
    height: 100%;
}

.pengumuman-box {
    height: 100%;
}

.pengumuman-box .card-body {
    max-height: 450px;
    overflow-y: auto;
}

.pengumuman-box h6 a {
    text-decoration: none;
    font-weight: 600;
}

.pengumuman-box h6 a:hover {
    color: #0d6efd;
}
