body {
    background-color: #eff2f6;
}

/* ===============================
   HERO SECTION
   =============================== */
#container-hero {
    background: url("../../images/bg-hero-mobile.jpg") center center no-repeat;
    /* background-color: red; */
    background-size: cover;
    height: 425px;
}

#hero-logo_dinas {
    position: relative;
    height: 250px;
}

#hero-img_kab {
    width: 60px;
    position: absolute;
    left: 0;
    top: 25px;
}

#hero-diskopukmperindag {
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 1;
    position: absolute;
    left: 75px;
    top: 38px;
}

#hero-kabupaten_sumenep {
    font-size: 16px;
    color: white;
    position: absolute;
    left: 75px;
    top: 60px;
}

#hero-tagline {
    position: absolute;
    margin-top: 115px;
    color: white;
}

#hero-img_kecil {
    display: none;
}

/* ===============================
   NAVBAR DISKOPUKMPERINDAG
   =============================== */

/* Warna teks menu default */
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    /* font-weight: 500; */
}

/* Hover menu */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #f39c12 !important;
}

/* Menu aktif */
.navbar-dark .navbar-nav .nav-item.active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f39c12 !important;
}

/* Dropdown item */
.navbar-dark .dropdown-menu .dropdown-item {
    color: #333;
}

/* Hover dropdown */
.navbar-dark .dropdown-menu .dropdown-item:hover {
    background-color: #f39c12;
    color: #fff;
}

/* Brand text */
.navbar-dark .navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-img {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    #container-hero {
        background: url("../../images/bg-hero.jpg") center center no-repeat;
        background-size: cover;
        height: 450px;
    }

    #hero-logo_dinas {
        position: relative;
        margin-top: 45px;
    }
    #hero-img_kab {
        width: 82px;
        position: absolute;
        right: 400px !important;
        left: auto;
    }
    #hero-diskopukmperindag {
        font-size: 36px;
        font-weight: bold;
        color: white;
        line-height: 1;
        position: absolute;
        right: 0px !important;
        left: auto;
        top: 38px;
    }
    #hero-kabupaten_sumenep {
        font-size: 32px;
        color: white;
        position: absolute;
        right: 0px !important;
        left: auto;
        top: 64px;
    }
    #hero-tagline {
        margin-top: 150px;
        color: white;
        font-size: 24px;
    }

    #hero-img_kecil {
        display: block;
        position: absolute;
        top: 250px;
        right: 250px;
    }
}
