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: 50vh;
}
nav {
    background-color: #F08535 !important;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
 }
.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;
}


.kaskasgo {
    margin-bottom: 120px;
}
.kaskasgo h1 {
    font-weight: bold;
}
.kaskasgo p {
    font-size: 20px;
}


.podcast {
    background-image: url('/img/studio.jpeg');
    background-position-x: -250px;
    background-size: cover;
    padding-bottom: 240px;
    padding-top: 60px;
    color: white;
}
.podcast h1, .podcast p {
    text-shadow: 5px 5px 5px black;
}
.btn-podcast {
    border-radius: 30px;
    color: white;
    background-color: #F08535;
}

#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;
}

/* 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: 80vh;
    }
    .staggered-image-left #satu {
        width: 150px;
    }
    
    .staggered-image-right #satu {
        width: 150px;
    }
    .staggered-image-left #dua {
        width: 150px;
    }
    
    .staggered-image-right #dua {
        width: 150px;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}
