html {
}

body {
    margin: 0;
}

h1, h2, h3, h4, p {
    margin: 0;
}

.flex {
    display: flex;
    gap: 0rem;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.flex-children {
    flex-basis: auto;
}

.grow {
    flex-grow: 1;
}

.shrink {
    flex-shrink: 1;
}

.center-h {
    align-content: center;
    justify-content: center;
}

.center-v {
}

.left {
}

.right {
}

.wrap {
    word-wrap: normal;
}

.nav-main {
    background-color: rgba(0,0,0, .5);
    height: 40px;
    position: sticky;
    top: 0;
    z-index: 3;
}

    .nav-main > div {
        margin: 0px 10px 0px 10px;
    }

        .nav-main > div > a {
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            text-decoration: none;
        }

.menu-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    background: rgba(0,0,0, .2);
    border-radius: 10px;
    cursor: pointer;
}

    .menu-btn > i {
        font-size: 36px;
        color: rgba(255,255,255, 1);
    }

.nav-accordion {
    display: none;
    flex-direction: column;
    background-color: rgba(0,0,0, .5);
    width: 100%;
    position: sticky;
    top: 0;
}

    .nav-accordion > div {
        flex-grow: 1;
        margin: 0px 10px 0px 10px;
    }

        .nav-accordion > div > a {
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            text-decoration: none;
        }

@media (min-width: 1032px) {
    .menu-btn {
        display: none;
    }

    .nav-main {
        display: flex;
    }
}

@media (max-width: 1032px) {
    .menu-btn {
        display: block;
    }

    .nav-main {
        display: none;
    }
}

.header-outer {
    background-color: #fff;
}



.header-layout {
    max-width: 1200px;
    padding: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
}

.header-brand {
    align-items: center;
    display: inline-flex;
}

.header-logo {
    cursor: pointer;
    height: 60px;
    width: 90px;
    padding: 0px 10px 0px 10px;
}

.header-title {
    color: #228E50;
    cursor: pointer;
    font-family: Arial;
    text-shadow: 2px 2px 8px #225050;
}

.div-border {
    border: 1px solid #000000;
    border-radius: 10px;
}

.div-border-white {
    border: 1px solid #fff;
    border-radius: 10px;
}

.jadwal-sholat {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

    .jadwal-sholat > li {
        display: inline-block;
        flex-basis: auto;
        padding: 1px 10px 1px 10px;
        /*border: 1px solid #000000;
        border-radius: 10px;*/
        text-align: center;
    }

        .jadwal-sholat > li > label {
            align-items: center;
            font-family: Calibri;
        }

        .jadwal-sholat > li > p {
            align-items: center;
            color: #228E50;
            font-family: Calibri;
        }

marquee {
    height: 45px;
    align-content: center;
    left: 0px;
    position: fixed;
    bottom: 0px;
    vertical-align: middle;
    width: 100%;
}

    marquee > label {
        background: rgba(0,0,0, .2);
        border: 2px solid rgba(255,255,255, .2);
        border-radius: 40px;
        box-shadow: 0 0 1px rgba(0,0,0, .2);
        color: #fff;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: 500;
        padding: 0px 20px 0px 20px;
        text-align: center;
    }

#gotopscroll {
    background: rgba(0,0,0, .2);
    border-radius: 10px;
    bottom: 10px;
    cursor: pointer;
    position: fixed;
    right: 10px;
}

    #gotopscroll > i {
        font-size: 36px;
        color: rgba(255,255,255, 1);
    }

.parallax {
    background-image: url('/Assets/Images/home.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-device-width: 1032px) {
    .parallax {
        background-attachment: scroll;
    }

    .kontak-img {
        background-attachment: scroll;
    }
}

.footer {
    background-color: rgba(0,0,0, .5);
    justify-content: center;
}

    .footer > div {
        margin: 25px;
    }

.mapouter {
    justify-content: left;
}

    .mapouter > h2 {
        color: #fff;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

.alamat-tautan {
    flex-direction: column;
    max-width: 600px;
}

    .alamat-tautan > div {
        margin: 10px;
    }

        .alamat-tautan > div > h2 {
            color: #fff;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

        .alamat-tautan > div > h3 {
            color: rgb(255,244,163);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

        .alamat-tautan > div > p {
            color: #fff;
            font-family: Calibri;
        }

.tautan-sosial {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left;
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

    .tautan-sosial > li {
        display: inline-block;
        flex-basis: auto;
        padding: 1px 10px 1px 10px;
        /*border: 1px solid #000000;
        border-radius: 10px;*/
        text-align: center;
    }

        .tautan-sosial > li > a {
            color: #fff;
            display: flex;
            font-size: 28px;
            text-decoration: none;
            vertical-align: middle;
        }

            .tautan-sosial > li > a > span {
                color: #fff;
                font-family: Calibri;
                font-size: 16px;
                margin: 0px 0px 0px 10px;
            }

.donasi {
    flex-direction: column;
    margin: 5px;
    max-width: 800px;
}

    .donasi > div > h2 {
        color: #fff;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .donasi > div > label {
        color: #fff;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 36px;
    }

    .donasi > div > div > div {
        margin: 10px 30px 10px 0px;
    }

        .donasi > div > div > div > h3 {
            color: rgb(255,244,163);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

        .donasi > div > div > div > p {
            color: #fff;
            font-family: Calibri;
        }

        .donasi > div > div > div > img {
            height: 120px;
            width: 120px;
        }

.copyright {
    background-color: rgba(0,0,0, .5);
}

    .copyright > div {
        color: #fff;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        padding: 0px 0px 50px 0px;
        text-align: center;
    }

.kontak-img-outer {
    width: 100%;
}

.kontak-img {
    /*background-image: url('/Assets/Images/home.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    justify-content: center;    
}

    .kontak-img > img {
        min-height: 100vh;
		max-width: 100%;
    }

.kontak-outer {
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0px;
}

    .kontak-outer > div {
        text-align: center;
        flex-grow: 1;
    }

        .kontak-outer > div > h3 {
            color: #fff;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            padding: 0px 0px 20px 0px;
        }

.kontak-form {
    border: 1px inset rgba(0,0,0,.1);
    border-radius: 10px;
    box-shadow: rgba(0,0,0,.5) 5px 5px;
    height: 100%;
    width: 320px;
    backdrop-filter: blur(2px);
    flex-direction: column;
    padding: 30px;
}

    .kontak-form > div {
        width: 100%;
        flex-grow: 1;
        padding: 10px 30px 0px 0px;
    }

        .kontak-form > div > input {
            border: 1px inset rgba(0,0,0,.5);
            border-radius: 10px;
            box-shadow: rgba(0,0,0,.5) 3px 3px;
            height: 31px;
            width: 100%;
        }

            .kontak-form > div > input::placeholder {
                background-color: white;
                font-family: Arial;
                font-size: 18px;
                font-weight: 600;
            }

        .kontak-form > div > textarea {
            border: 1px inset rgba(0,0,0,.5);
            border-radius: 10px;
            box-shadow: rgba(0,0,0,.5) 3px 3px;
            min-width: 100%;
            max-width: 100%;
            height: 300px;
            width: 100%;
            min-height: 200px;
            max-height: 350px;
        }


            .kontak-form > div > textarea::placeholder {
                background-color: white;
                font-family: Arial;
                font-size: 18px;
                font-weight: 600;
            }

.kontak-submit {
}

    .kontak-submit > div {
        width: 100%;
        flex-direction: row;
    }

        .kontak-submit > div > div {
            flex-grow: 1;
            text-align: right;
        }

            .kontak-submit > div > div > input {
                flex-grow: 1;
                background-color: rgb(4,170,109);
                border: 1px 1px rgba(0,0,0,.5);
                border-radius: 10px;
                box-shadow: rgba(0,0,0,.5) 3px 3px;
                color: #fff;
                cursor: pointer;
                height: 40px;
                width: 200px;
                font-family: Arial;
                font-size: 18px;
                font-weight: 600;
            }
