body {
    margin-top: 50px;
}
.hero {
    background-image: url('/img/jumbotron.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -30px;
    color: white;
    padding-top: 50px;
    height: 80vh;
}
nav {
    background-color: #F08535 !important;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
 }

.sejarah {
    margin: 70px 0;
}

.ekskul {
    margin-top: 100px;
}
.ekskul h1 {
    font-weight: bold;
    margin-top: 50px;
}
.ekskul p {
    font-size: 20px;
}

.staggered-image-left #satu {
    background-color: rgb(196, 196, 196);
    width: 220px;
    height: 230px;
    border-radius: 30px;
    margin-right: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,.3);
}

.staggered-image-right #satu {
    background-color: rgb(196, 196, 196);
    width: 220px;
    height: 270px;
    margin-top: 50px;
    border-radius: 30px;
    margin-right: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,.3);
}

.staggered-image-left #dua {
    width: 220px;
    height: 250px;
    background-color: rgb(196, 196, 196);
    margin-top: 12px;
    border-radius: 30px;
    margin-right: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,.3);
}

.staggered-image-right #dua {
    width: 220px;
    height: 140px;
    background-color: rgb(196, 196, 196);
    margin-top: 12px;
    border-radius: 30px;
    margin-right: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,.3);
}

.program-unggulan {
    margin-top: 40px;
}
.program-unggulan .card {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(228, 228, 228);
    border: none;
    /* min-height: 300px; */
    margin-top: 10px;
}
.program-unggulan p {
    padding: 10px;
}
.program-unggulan h5 {
    background-color: rgb(67, 88, 133);
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px;
    font-weight: bold;
}

#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
}

#footer img{
    width: 40px;
    margin-right: 10px;
}

/* TABLET VIEW */
@media (max-width: 768px) {
    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;
    }

    .footer-sosmed {
        margin: 30px 0;
    }
    
}

/* MPBILE VIEW */
@media (max-width: 425px) {
    .hero {
        height: 85vh !important;
    }
    .staggered-image-left #satu {
        width: 130px;
    }
    
    .staggered-image-right #satu {
        width: 130px;
    }
    .staggered-image-left #dua {
        width: 130px;
    }
    
    .staggered-image-right #dua {
        width: 130px;
    }
    .ekskul img {
        width: 80px !important;
        height: 89px !important;
    }
    .hero {
        height: 70vh;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}