body{ 
    background-color: #F8F9FB;
}
.title-page{ color:#F06807; font-weight: bold; text-align:center;margin:20px 0px 20px 0px; }
.card-layanan{ background-color: #FFF; padding:20px; border-radius: 20px; margin:20px;}
.footer-develop{ background-color: #000;text-align: center;color: #FFF; font-size: 12px;padding:10px;}
.info-top a{ color: #FFF;}
header{ background-color: #7d0101; border-bottom: 0px solid #FEB546; height: 50px; padding: 5px;}
.bg-layanan{ background-image: url('../img/bg-layanan.webp'); padding: 20px;}
.navbar-custom,
.dropdown-menu{ font-size: 14px;}
.navbar-custom .navbar-nav .nav-link {
    color: #FFF;    
}
.navbar-custom .nav-item.active .nav-link {    
    color: #FEB546;
    font-weight: bold;
}
.text-primary{ color: #078BB2;}
.counter{
    background-color: #F06807;
    font-size: 14px;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    color: #FFF;
}
.counter h5{ text-align: center; margin:0px;padding:0px;}
.form-login{ border: 1px solid #DDD; background-color: #FFF; padding: 20px; margin-top: 20px;}
.btn-primary{ background-color: #1A1A1A;border: 1px solid #1A1A1A; color: #FFF;}
.content{ background-color: #FFF; padding: 20px;}
.title-content{ padding-bottom: 10px; border-bottom: 1px solid #DDD; margin-bottom: 20px;}
.text-info{ font-size: 12px; font-style: italic;}
.loading{ display: none;}
.menu{ background-color: #1A1A1A; padding:0px; height: 40px;}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */        
    .logo-top{ width:30px; position:absolute; top:5px;}
    .navbar{ padding-top: 0px;}
    .navbar-title{ color: #FFF; font-size: 18px;}    
    .footer{
        background-color: #f5f5f5;
        padding-top: 20px;
        background-color: #1A1A1A;
        color: #D2A623; 
        text-align: center;
    }
    .footer a{ color: #D2A623;}
    .logo-footer{ width: 50px;}
    .footer a{ color: #FFF;}
    .footer li{ color: #FFF;}
    .card-fkip, .card-fe, .card-fst{ margin-bottom: 20px;}
}

@media only screen and (min-width: 768px) {
    /* For desktop */
    html {
        position: relative;
        min-height: 100%;
    }
    body {
        margin-bottom: 200px; /* Margin bottom by footer height */
    }
    .info-top{ background-color: #F4A641; font-size: 12px; color:#FFF; padding:5px; text-align: right;}
    /*header{ background-color: #7d0101; border-bottom: 4px solid #C0951B;}*/       
    .logo-top{ width:30px; position:absolute; top:10px;z-index: 9999;}
    .navbar{ padding-top: 0px;}
    .navbar-title{ color: #FFF; font-size: 24px;margin-left: 40px; margin-top: 20px;}
    .navbar-dark .navbar-nav .nav-link {        
        font-size: 14px;
    }    
    .title-layanan{ color:#F06807; text-align:center;margin:20px 0px 0px 0px; }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 190px; /* Set the fixed height of the footer here */
        line-height: 20px; /* Vertically center the text there */
        background-color: #f5f5f5;
        padding-top: 20px;
        padding-bottom: 0px;
        background-color: #1A1A1A;
        color: #D2A623;
    }
    .footer{ font-size: 14px;}
    .footer a{ color: #FFF; font-size: 14px;}
    .footer li{ color: #FFF;}
    .logo-footer{ width: 100%;}
    .card-fkip, .card-fe, .card-fst{ min-height: 420px;}
    
}