/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

@media (max-width: 576px) { 

    header{
        position: relative;
        z-index: 9999;
        width:100%;
    }
    .container-banner, .isipostmain{
        margin: 0px 20px 0px 20px;
    }
    .navbar{
        display: flex;
        flex-wrap: wrap;
    }
    .navbar-bottom{
        margin-right: auto;
        margin-left: 0px;
    }

    section #banner{
        padding-top: 0;
        padding-bottom: 70px;
        background: none;
        max-width: 100%;
    }
    .gambarisipostmain{
        text-align: center;
        width: 100%;
    }
    
    .container-layanan{
        max-width: 100%;
    }
    .layanan-kami{
        padding: auto 0;
    }
    .col-6-hp{
        width: 50%;
    }
    .aplikasi-dmpku, .konter-dmpcell {
        margin: 20px auto;
    }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .navbar .navbar-title{font-size:1.7em;}
    header{
        position: relative;
        z-index: 9999;
        width:100%;
    }
    .navbar{
        display: flex;
        flex-wrap: wrap;
    }
    .navbar-bottom{
        margin-right: auto;
        margin-left: 0px;
    }

    section #banner{
        padding-top: 0px;
        padding-bottom: 70px;
        background-image: url(../img/img_hero_school_desktop.png);
        background-size: 70vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position:400px 50px;
        max-width: 100%;
    }
    .main-banner{
        padding-top: 0;
    }
    .gambarisipostmain{
        text-align: center;
        width: 100%;
    }

    .container-layanan{
        max-width: 500px;
        padding: 30px;
    }
    
    .usaha-pt{
        display: flex;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar .nav-link.active{
        border-bottom:5px solid var(--mobile50);
    }
    
    .section-title{
        margin-bottom:1em;
        font-size:2rem;
    }

    header{
        position: fixed;
        z-index: 9999;
        width:100%;
    }

    .navbar-bottom{
        margin-left: auto;
        margin-right: 0px;
    }
    section #banner{
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url(../img/img_hero_school_desktop.png);
        background-size: 70vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position:400px 50px;
        max-width: 100%;
    }
    .main-banner{
        padding-top: 75px;
    }
    .gambarisipostmain{
        text-align: center;
        width: 100%;
    }
    .container-layanan{
        max-width: 700px;
    }

    .kontak-list .section-title{
        font-size:1.75em;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .kolom-banner{
        width: 100%;
    }
    
    .container-layanan{
       max-width: 900px;
    }

 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }