html {
    scroll-behavior: smooth !important;
}

/* Navbar */
.navbar-brand {
    font: 32px Viga;
}


/* Jumbotron */
.jumbotron {
    background: url('../img/hero-bg1.jpg') no-repeat center center;
    /*background-size: cover;*/
    /* background-attachment: fixed; */
    height: 10%;
    position: relative;
    z-index: -1;
}

.jumbotron .container {
    color: white;
    text-align: center;
    position: relative;
    z-index: 0;
}

.jumbotron .display-3 {
    font-weight: 200;
    font-size: 20px;
    margin-top: 3%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 5%;
}

/* Workingspace */
.pemateri {
    margin-top: 120px;
    text-align: left;
}

.pemateri img {
    margin-bottom: 20px;
}

/* .pemateri h2 {
    font-size: 52px;
    text-transform: capitalize;
    font-weight: 200;
} */


.pemateri p {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 200;
}

.tombol {
    border-radius: 40px;
    text-transform: uppercase;
}

hr {
    color: #FFFFFF;
}

#hubungi {
    padding: 12% 0;
}


/* RESPONSIVE */
@media (min-width: 992px) {
    .navbar {
        padding-top: 20px;
    }
    
    .navbar-brand, .nav-link {
        color: white !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
    }

    .nav-link {
        text-transform: uppercase;
        margin-right: 20px;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        margin: auto;
        margin-bottom: -8px;
        width: 50%;
        padding-top: 5px;
    }


    .jumbotron {
        margin-top: -90px;
        height: 640px;
    }

    .jumbotron .display-4 {
        font-size: 5em;
        margin-top: 150px;
    }


    .pemateri {
        text-align: left;
    }


}