div.fp-watermark {
    display: none;
}
/* Navbar */
.navbar{
    background: transparent;
    backdrop-filter: blur(8px);
}
.navbar .nav-link{
    color: #4d4d4d;
    font-weight: 400;
    font-size: 18px;
}
.navbar .nav-link:hover{
    color: #4d4d4d;
    font-weight: 500;
    font-size: 18px;
}
.navbar .nav-underline .nav-link.active{
    border-bottom: 2px solid white;
    color: white;
}
/* copyright */
.copyright {
    background-color: #fff;
}
.copyright-item small {
    display: flex;
    height: 60px;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    color: #000;
}
.copyright-item small a {
    text-decoration: none;
    color: #000;
}
.copyright-item small a:hover {
    color: #434343;
}
.copyright small{
    font-size: 16px;
}
/* Hidding sections under 960px width */
@media screen and (max-width: 600px) {
    /* Mengubah warna bingkai (border) tombol */
            .navbar-toggler {
                border-color: white !important;
            }
            .shortcode h1 {
                margin-top: 20px;
            }
.copyright small{
    font-size: 14px;
    }
}       