@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif;
}

header {
    background-color: white;
}

section {
    background-color: rgb(247, 247, 247);
    padding-top: 30px;
    padding-bottom: 20px;
}

section .container .row .col h5 hr {
    color: rgb(114, 192, 44);
}

section .container .row .col h5 u {
    width: 100%;
    border-bottom: 5px;
    background-color: rgb(114, 192, 44);
}

.transparansi {
    width: 100%;
}

.transparansi .card .card-header {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

section .container .row .warning {
    background-color: rgb(237, 123, 1);
    width: 100%;
    height: 130px;
    color: white;
    border-right: 5px;
}

section .container .row .city {
    background-color: rgb(255, 165, 0);
    width: 100%;
    height: 130px;
    border-left: 20px;
    color: white;
}

section .container .row .col .peringatan {
    padding-top: 100px;
}

section .container .wellcome p {
    text-align: justify;
}

section .container .peringatan .warning {
    text-align: center;
}

section .peringatan {
    margin-bottom: 20px;
}

section .peringatan .city p {
    font-size: small;
    font-family: 'Courier New', Courier, monospace;
}

.berita {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgb(247, 247, 247);
}

.berita .container .row .col-md-4 .side-berita {
    display: inline;
}

.berita .container .row .col-md-4 .side-berita img {
    display: inherit;
}

.berita .container .row .col-md-4 .side-berita h5 {
    display: inherit;
}

.informasi {
    margin-top: 30px;
}

.container .dasarian {
    margin-top: 30px;
}

.container table .table {
    margin-top: 30px;
}

.container table tbody tr {
    margin-top: 30px;
}

.footer {
    margin-bottom: -21px;
    background-color: rgb(21, 21, 21);
}

.footer .container .row .col-md-4 h6 {
    color: rgb(255, 255, 255);
}

.footer .container .row .col-md-4 p {
    font-size: small;
    color: rgb(255, 255, 255);
}

.profil {
    height: 700px;
}

.profil .container {
    margin-bottom: 100px;
}

.profil .container .carousel .carousel-item img {
    height: 600px;
}

.informasi .container .col-md-4 ul li {
    list-style: none;
    padding-left: -100px;
}

.footer .container {
    padding-top: 15px;
}

.footer .container .row .col-md-4 i {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer .container .row .col-md-4 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer .copyright {
    background-color: rgb(0, 0, 0);
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: small;
    text-align: center;
}

.sosmed ul li {
    list-style: none;
    margin-left: -40px;
}

.public {
    z-index: 10;
}

.public li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid rgb(107, 107, 107);
}

.public li a {
    text-decoration: none;
}

@media (max-width: 576px) {
    .berita {
        margin-top: 300px;
        height: 900px;
    }
    .profil {
        display: block;
        height: 280px;
    }
    .profil .container .carousel .carousel-item img {
        height: 400px;
    }
    section .container .wellcome .row .col h5 hr {
        color: rgb(114, 192, 44);
    }
    section .container .peringatan .city {
        height: 200px;
    }
}