body {
    overflow-x: hidden; 
    font-family: 'Roboto Slab'; 
}
.logo {
    height: 100px;
}
.hero {
    min-height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    backgound-size: cover;
    background-position: center top;
    background-image: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('../img/bg-sekolahan.png');
}
.content {
    min-height: calc(100vh - 300px);
}
.content .display-3 {
    color: white;
    font-size: 6vh;
    text-shadow: 1px 1px 50px #000000;
}
.kategori {
    height:200px;
    font-size: 25px;
}
.zoom{
    transition: transform 0.2s;
}
.zoom:hover {
    transform: scale(1.1); 
    z-index: 2; 
}
.card-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
}
.card-icon i {
    font-weight: bold;
    font-size: 100px;
}

/*--------------------------------------------------------------
# data table
--------------------------------------------------------------*/
.table {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}