body {
    margin-top: 140px;
}
nav {
    background-color: #ffffff !important;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
 }

 .swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0,0,0,.02);
    border-radius: 20px;
    padding: 5px;
}

.swiper-slide a {
    text-decoration: none;
    color: black;
}

.swiper-slide.active {
    background: #f86c1a;
}

.swiper-slide.active a{
    color: white;
}


#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
    margin-top: 100px;
}

#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;
    }
}