.paragraf {
    font-size: 10pt;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header {
    background-image: url("../img/banner.jpg");
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.waktuacara {
    background-image: url("../img/bgacara.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

a {
    color: #a85e21;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.bannertext {
    color: #ddab07;
    text-align: center;
    padding-top: 100px;
}

.bannertextacara {
    color: #ddab07;
    text-align: center;
}

.bannertextcontent {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.76);
    border-radius: 5px;
}

@font-face {
    font-family: 'Aksara';
    src: url('AksaraBaru.ttf') format('truetype'), url('AksaraBali.otf') format('opentype');
    font-display: swap;
}

.aksarabali {
    font-family: Aksara;
    font-size: 75pt;
}

.content {
    padding: 15px;
}

.tabelmempelai {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cellmempelai {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.boxpengantin {
    border: 1px solid #a88921;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.boxpengantin, p {
    margin: 0px;
    font-size: 8pt;
}

@media only screen and (max-width: 550px) {
    .boxpengantin {
        height: 450px;
    }
}

.imgpengantin {
    width: 100%;
    border-radius: 15px;
}

.namapengantin {
    height: 65px;
    font-weight: bold;
    margin-top: 15px;
}

.orangtua {
    font-size: 12pt;
    font-weight: bold;
}

.boxwaktuacara {
    border: 1px solid #a88921;
    border-radius: 5px;
    padding: 10px;
}

.gallery {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 721px) {
    .thumb-img {
        max-height: 350px;
        width: auto;
        margin: 10px;
        border-radius: 10px;
        border: 1px solid rgba(204, 204, 204, 0.349);
    }
}

@media only screen and (max-width: 720px) {
    .thumb-img {
        width: 100%;
        margin-top: 10px;
        border-radius: 10px;
        border: 1px solid rgba(204, 204, 204, 0.349);
    }
}

@media only screen and (max-width: 700px) {
    .videocontainer {
        width: 100%;
        padding-bottom: 56.25%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 701px) {
    .videocontainer {
        height: 400px;
    }
    .video {
        width: 100%;
        height: 100%;
        max-width: 800px;
        border-radius: 10px;
    }
}

.buttonwhatsapp {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 14px 40px;
}