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: #ffffff !important;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
 }

 .card-img{
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.345);
    border-radius: 30px;
    border: 1px solid grey;
}

 .card-img img {
     border-radius: 30px;
     object-fit: cover;
 }


#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;
    }
    .footer-sosmed {
        margin: 30px 0;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}