html {
    scroll-behavior: smooth;
}

body {
    color: white;
    background-color: #252526;
    font-family: 'Lato', sans-serif;
}

/* Navbar */
.navbar {
    background-color: #252526;
}

.nav-link {
    color: white !important;
    text-decoration: none;
    position: relative;
}

.nav-link:hover {
    color: #F69809 !important;
}

.nav-link::before {
    content: "";
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 2px;
    background-color: #F69809;
}

.nav-link:hover::before {
    right: 0;
    left: 0;
}
/* Navbar */

/* Jumbotron */
.carousel-item img {
    margin-top: 60px;
    object-fit: fill;
}
/* Jumbotron */

/* ABG */
.abg img {
    cursor: pointer;
    object-fit: cover;
    width: 100%;
    margin-top: 100px;
    border-radius: 10px;
}
/* ABG */

/* Ibadah */
.ibadah {
    margin-top: 100px;
    margin-bottom: 100px;
}

.raya {
    margin-bottom: 50px;
}

.minggu h1 {
    font-size: 30px;
    font-weight: bold;
}

.minggu h3 {
    font-size: 20px;
    font-weight: 300;
}

.minggu p {
    font-weight: 100;
}

.divider {
    display: none;
}

.btn-watch {
    color: white;
    border-color: #F69809;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 20px;
}

.btn-watch:hover {
    background-color: #F69809;
    transition: 0.3s;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
}
/* Ibadah */

/* hubungi */
#about h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about h4 {
    font-size: 20px;
}

.about p {
    font-size: 16px;
    font-weight: 400;
}
/* hubungi */

/* footer */
.footer {
    margin-top: 100px;
    border-top: 1px solid #6A6868;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* footer */

@media (min-width: 768px) {
    .sticky {
        transition: 0.5s;
        background-color: #252526;
    }

    .divider {
        display: block;
        border-left: 1px solid #F69809;
        height: 200px;
    }

    .raya {
        margin-top: 10px;
        margin-right: 30px;
    }

    .minggu h3 {
        font-size: 18px;
    }

    .sekolah {
        margin-top: 10px;
        margin-left: 30px;
    }

    #about h1{
        font-size: 30px;
    }

    .about h4 {
        font-size: 22px;
    }

    .about p {
        font-size: 18px;
    }

    .copy {
        margin-top: 30px;
    }

    .footer {
        margin-top: 100px;
        border-top: 1px solid #6A6868;
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .carousel-item img {
        margin-top: 70px;
    }
}

@media (min-width: 1025px) {
    /* navbar */
    .navbar {
        background-color: transparent;
    }

    .sticky {
        transition: 0.5s;
        background-color: #252526;
    }
    /* navbar */

    /* carousel */
    .carousel-item img {
        margin-top: 0px;
        object-fit: cover;
        width: 0%;
        height: 100vh;
    }
    /* carousel */

    /* abg */
    .abg img {
        margin-top: 300px;
    }
    /* abg */

    /* ibadah */
    .ibadah {
        margin-top: 300px;
        margin-bottom: 300px;
    }

    .minggu h1 {
        font-size: 50px;
    }

    .minggu h3 {
        font-size: 29px;
        margin-top: 60px;
    }

    .minggu p {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .divider {
        display: block;
        border-left: 1px solid #F69809;
        height: 432px;
    }

    .raya {
        margin-top: 70px;
        margin-right: 90px;
    }

    .sekolah {
        margin-top: 70px;
        margin-left: 90px;
    }

    .btn-watch {
        font-size: 16px;
        border-radius: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .btn-watch:hover {
        padding-left: 50px;
        padding-right: 50px;
    }
    /* ibadah */

    /* hubungi */
    #about h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .about h4 {
        font-size: 29px;
    }

    .about p {
        font-size: 20px;
    }
    /* hubungi */
}
