body {
    margin-top: 50px;
}

.hero {
    background-image: url('/img/jumbotron.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-y: -60px; */
    color: white;
    padding-top: 50px;
    height: 50vh;
}

nav {
    background-color: #F08535 !important;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
}

.kegiatan-sd h1 {
    font-weight: bold;
    margin-top: 130px;
}

.kegiatan-sd p {
    font-size: 20px;
}

.kegiatan-ra h1 {
    font-weight: bold;
    margin-top: 130px;
}

.kegiatan-ra p {
    font-size: 20px;
}

.staggered-image-left #satu {
    background-color: rgb(196, 196, 196);
    width: 220px;
    height: 230px;
    border-radius: 30px;
    margin-right: 12px;
}

.staggered-image-right #satu {
    background-color: rgb(196, 196, 196);
    width: 220px;
    height: 270px;
    margin-top: 50px;
    border-radius: 30px;
    margin-right: 12px;
}

.staggered-image-left #dua {
    width: 220px;
    height: 250px;
    background-color: rgb(196, 196, 196);
    margin-top: 12px;
    border-radius: 30px;
    margin-right: 12px;
}

.staggered-image-right #dua {
    width: 220px;
    height: 140px;
    background-color: rgb(196, 196, 196);
    margin-top: 12px;
    border-radius: 30px;
    margin-right: 12px;
}




.ruangan .card-footer {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.prestasi-siswa ul,
.prestasi-guru ul {
    font-size: 14px;
    background-color: #f9f9f9;
    padding: 20px 35px;
    border-radius: 10px;
}

#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
    margin-top: 80px;
}

#footer img {
    width: 40px;
    margin-right: 10px;
}
#btn-daftar-sekarang{
    display: none
}

/* TABLET VIEW */
@media (max-width: 768px) {
    #btn-daftar-sekarang{
        display: inline-block;
    }
    nav .btn-daftar {
        margin-top: 2px;
    }
    .navbar-brand img{
        width: 180px;
    }

    .staggered-image-left #satu {
        background-color: rgb(196, 196, 196);
        width: 180px;
        height: 230px;
        border-radius: 30px;
        margin-right: 12px;
    }

    .staggered-image-right #satu {
        background-color: rgb(196, 196, 196);
        width: 180px;
        height: 230px;
        margin-top: 50px;
        border-radius: 30px;
        margin-right: 12px;
    }

    .staggered-image-left #dua {
        width: 180px;
        height: 220px;
        background-color: rgb(196, 196, 196);
        margin-top: 12px;
        border-radius: 30px;
        margin-right: 12px;
    }

    .staggered-image-right #dua {
        width: 180px;
        height: 110px;
        background-color: rgb(196, 196, 196);
        margin-top: 12px;
        border-radius: 30px;
        margin-right: 12px;
    }

    .ruangan #satu,
    .ruangan #dua {
        width: 150px;
    }
    .footer-sosmed {
        margin: 30px 0;
    }

}

/* MPBILE VIEW */
@media (max-width: 425px) {
    #btn-daftar-sekarang{
        display: inline-block;
    }
    .hero {
        height: 60vh;
    }
    .staggered-image-left #satu {
        width: 140px;
    }
    
    .staggered-image-right #satu {
        width: 140px;
    }
    .staggered-image-left #dua {
        width: 140px;
    }
    
    .staggered-image-right #dua {
        width: 140px;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}
