.section-padding{
    padding: 100px 0 0 0;
}
.navbar-nav a{
    margin-right: 4px;
}

/* .content-img img{
    height: 300px;
    width: 270px;
} */
.content-title h1{
    text-align: center;
}
*{
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) { 
    .title-landing-page {
        font-size: 50pt !important;
    }
    .main-landing-page{
        margin-top: 160px !important;
    }
    .small-dev{
        display: none;
    }
    /* .jam-kabaktian{
        margin-top: 18%;
    } */
    .lokasi-and-jam{
        margin-top: 0px !important;
    }
    .konten-kontak{
        justify-content: center;
    }
    
    .konten-operasional-kantor{
        justify-content: center;
    }
    .judul-operasional-kantor{
        text-align: center;
    }
    .judul-kontak{
        text-align: center;
    }
}
@media (min-width: 768px) {
    .small-dev{
        display: none;
    }
 }
@media (max-width: 992px) {
    .large-dev{
        display: none;
    }
    .lokasi-and-jam{
        margin-top: 30px;
    }
    .konten-kontak{
        justify-content: start !important;
    }
    .judul-operasional-kantor{
       text-align: start;
    }
    .judul-kontak{
        text-align: start;
    }
 }
.title-landing-page{
    font-size: 30pt;
}
.main-landing-page{
    margin-top: 95px;
}
.main-container{
   height: 90vh;
}
.second-landing-page, .fourth-landing-page{
   background-color: rgb(231, 231, 231);
}

.menu-download, .menu-renungan{
font-size: 140pt;
}
.card:hover{
    background-color: rgb(225, 225, 232);
}
.jam-kabaktian{
    align-content: center;
}

/* home */
.card-download, .card-renungan{
    cursor: pointer;
}

.list-arsip:hover{
    text-decoration: underline;
    color: rgb(54, 54, 215);
}
/* ----------------------Galeri User------------------------------ */
.gallery img{
    max-width: 100%;
}
.image-gallery img{
    background-color: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    cursor: pointer;

}
#gallery-popup .modal-img {
    width: 100%;
    
}

