.agenda {
    background-color: white;
}

.berita {
    text-align: left;
}

.berita p{
    padding: 0px;
}

.mu-blog-single-item {
    margin-bottom: 30px;
    /* border: 1px black solid; */
    /* height: 500px; */
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.caption {
    padding-left: 20px;
    padding-right: 20px;
}

.meta {
    padding-left: 20px;
    padding-right: 20px;
}

.ket {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: justify;
}

/* .ket mu-read-more-btn{
    padding: 0px;
} */

.mu-read-more-btn {
    /* padding-left: 0px; */
    margin-bottom: 10px;
}

.ketDetail {
    border-top: 1px #444 solid;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    /* text-indent: 20px; */
    /* text-align: justify; */
}

.ketDetail ul {
    list-style-type: circle;
}

.mu-from-blog-content .ketDetail p a:hover {
    color: black;
}

.mu-from-blog-content .ketDetail p img {
    width: 100%;
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.cover {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.cover-galeri {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
    object-fit: cover;
    border: black 1px solid;
    cursor: pointer;
}

.coverDetail {
    height: auto;
    object-fit: cover;
}

.pagination {
  display: inline-block;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination li.active {
  background-color: #01BAFD;
  color: white;
  border: 1px solid #01BAFD;
}

.pagination li:hover:not(.active) {background-color: #ddd;}

.pagination li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sideBar a {
    border-radius: 0px;
}

.meta-item {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #222 solid;
}

.mhs-item-1 {
    background-color: #FFEF00;
    color: black;
}

.mhs-item-2 {
    background-color: #009843;
    color: white;
}

.mhs-item-3 {
    background-color: #23B4EA;
    color: white;
}

.mhs-item-4 {
    background-color: #0D347E;
    color: white;
}

.galeri {
    margin-top: 30px;
}

.img-galeri {
    height: 200px;
    width: 400px;
    object-fit: cover;
}

.img-about {
    height: 365px;
    object-fit: cover;
}

.card-galeri {
    margin-bottom: 30px;
    height: 200px;
}

.kontakMe {
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

.footer-sosial a {
    background-color: white;
    display: inline-block;
    list-style: none;
    /* height: 40px; */
    width: 45px;
    font-size: 32px;
    margin-left: 5px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    border-radius: 5px;
}

.footer-sosial .fa {
    padding-top: 0px;
}

.footer-sosial span {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
    background-color: #fff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
}

.modal-dialog-download {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

@media (max-width: 640px) {
    .modal-dialog-download {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .modal-dialog-download {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 95%;
    }
}

.modal-body img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.modal-footer {
    text-align: left;
}

.tentang-btn {
    border: 1px solid #333;
    color: #333;
}

.teuMuncul {
    display: none;
}

/* coba2 */
.dropbtn {
    background-color: transparent;
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: all 0.5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.5s;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #01BAFD;
    color: #FFFFFF;
    transition: all 0.5s;
}

.dropdown:hover .dropdown-content {
    transition: all 0.5s;
    display: block;
}