body{
    font-family: Secular One; 
    font-weight: bold;
    padding: 0%;
    margin: 0%;
}
body a{
    text-decoration: none;
}
body a:hover{
    opacity: 0.5;
    text-decoration: none;
}
.header{
    background-image: url("/images/layout.png");
    background-repeat: no-repeat;
    background-size: contain;

}
nav{
    font-family: Secular One; 
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 30px;

}
.navbar-collapse{
    display: flex;
    justify-content: center;
}
.dropdown-item:hover {
    background-color: #0060AF;
}

.menu_logo{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.navbar{
    display: flex;
    justify-content: center;
}
#navbar-content{
    background-color: #074C8C;
    box-shadow: 0px 2px 5px white;
    border-radius: 20px;
    padding: 0px 15px;
}

.nav-item{
    padding: 0px 0px;
}
#navbar-content a{
    color: white;
}
#navbar-content li:not(:first-child):before{
    content: " | ";
}
#navbar-content ul li{
    display: inline;
    color: white;
}
#navbar-content li a{
    display: inline-block;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


.logo_jdih{
    margin-top: 10px;
    width: 80px;
    height: auto;
    margin-left: 50px;
}
.logo_kominfo{
    margin-top: 10px;
    width: 150px;
    height: auto;
    margin-right: 25px;
}

.navbar-toggler{
    width: 20%;
    height: auto;
    background-color: #074C8C;
    box-shadow: 0px 2px 5px white;
    border-radius: 15px;
}

.judul_halaman{
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-family: Secular One; 
    font-weight: bold;
    padding-top: 120px;
    padding-bottom: 30PX;
    padding-left: 50px;
    display: flex;
    
}
.judul_halaman a{
    font-size: 40px;
    color: white;
    margin-right: 20px;
    margin-top: -160px;
}
.judul_halaman h1{
    margin-top: -160px;
    font-size: 40px;
}
.content{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -30px;
}

.judul_footer{
    display: flex;
    color: white;
    font-family: Bree Serif;
    text-align: center;
    align-items: center;
    align-self: center;
}
.footerHome h4{
    margin-left: 10px;
}
.footerHome{
    background-image: linear-gradient(#074C8C, #4AB3FF);
    border-radius: 40px 40px 0px 0px;
    margin-top: 70px;
    padding: 20px;
    color: white;
    font-family: Secular One; 
    font-weight: bold;
     
}
.footerHome a, .footerHome li{
    list-style: none;
    text-decoration: none;
    color: white;
}
.socialMedia i{
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}
.socialMedia{
    color: white;
    font-family: Secular One; 
    font-weight: bold;
    align-items: center;
    text-align: center;
}
.footerHome hr{
    border: 2px solid white;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.footerHome .sekertariat{
    margin-left: -20px;
}
.footerHome .sosmed img{
    width: auto;
    height: 20px;
    margin: 0 10px;
}

@media (max-width: 500px) {
    .navbar-toggler{
        width: 50px;
        height: 30px;
        margin-top: -30px;
    }
    .navbar-toggler-icon{
        font-size: 15px;
    }
    .logo_jdih{
        margin-top: 0px;
        width: 18px;
        margin-left: 20px;
    }
    .logo_kominfo{
        margin-top: 0px;
        width: 40px;
        margin-right: 20px;
    }
    .judul_halaman{
        padding-top:45px;
        padding-bottom:10px;
        padding-left: 20px; 
    }
    .judul_halaman a{
        margin-top: -60px;
        font-size: 15px;
        margin-right: 10px;
    }
    .judul_halaman h1{
        font-size: 18px;
        margin-top: -60px;
    }
    .content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerHome h4, .footerHome h6, .footerHome a{
        font-size: small;
    }
}
  

@media (min-device-width: 500px) and (max-device-width: 900px) {
    .header
    {
        background-size:contain;
    }
    .logo_jdih{
        margin-top: 5px;
        width: 50px;
        margin-left: 20px;
    }
    .logo_kominfo{
        margin-top: 5px;
        width: 100px;
        margin-right: 20px;
    }
    .judul_halaman{
        padding-bottom:30px; 
    }
    .judul_halaman a{
        font-size: 30px;
        margin-top: -150px;
    }
    .judul_halaman h1{
        font-size: 40px;
        margin-top: -150px;
    }
    .content{
        margin-top: -90px;
    }
}
@media (min-device-width: 1300px) and (max-device-width: 1500px) {
    .header
    {
        background-size:contain;
    }
}
@media (min-device-width: 1500px) {

    .header{
        background-size:cover;
    }
    .judul_halaman{
        padding-top: 200px;
        margin-bottom: 50px;
    }
}