body {
    font-family: "Nunito", sans-serif;
}

/* style navbar */
.lg {
    width: fit-content;
    border-radius: 7px;
    font-weight: bold;
    padding-top: 8px;
}

.lg:hover {
    background-color: #25d366;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.navbar {
    background-color: #e85a0c;
}

/* style jumbotron */
.jumbotron {
    background: rgba(0, 0, 0, 0.7) url(../../img/custom/workshop2.jpeg);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    height: 335px;
    color: white;
}

.display-4 {
    padding-top: 110px;
    font-weight: 750;
}

.penjelasan p {
    text-align: justify;
}

/* style pelatihan */
.pelatihan h5 {
    font-weight: 900;
    color: #e85a0c;
}

.pelatihan button {
    background-color: #e85a0c;
}

/* style footer */
footer {
    background-color: #092f3c;
    color: white;
    height: 550px;
}

footer .fa-brands {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 28px;
    color: #fff;
}

footer .fa-brands:hover {
    color: #000000;
}

/* ------------------------------------------------- */
/* CSS DESKTOP VERSION */
@media (min-width: 992px) {

    /* style jumbotron */
    .jumbotron {
        background: rgba(0, 0, 0, 0.7) url(../../img/custom/workshop2.jpeg);
        background-blend-mode: darken;
        background-size: cover;
        background-position: center;
        height: 500px;
        color: white;
    }

    .display-4 {
        padding-top: 180px;
        font-weight: 750;
    }

    .desc-jumb {
        font-size: 24px;
    }

    /* style pelatihan */
    .koldes {
        padding-right: 50px;
    }

    /* style footer */
    footer {
        background-color: #092f3c;
        color: white;
        height: 400px;
    }
}