/*
Theme Name: DPMK Jayapura Modern
Theme URI: https://dpmk.jayapurakota.go.id
Author: DPMK Kota Jayapura
Description: Theme Modern Portal Pemerintahan DPMK Kota Jayapura
Version: 1.0
*/

body {
    margin:0;
    font-family: 'Segoe UI', sans-serif;
    background:#f5f7fa;
}

.top-header {
    background:#0b3d91;
    color:white;
    padding:15px;
    display:flex;
    align-items:center;
}

.top-header img {
    height:60px;
    margin-right:15px;
}

.site-title {
    font-size:18px;
    font-weight:bold;
}

.navbar {
    background:#d4af37;
    padding:5px;
}

.navbar a {
    color:black;
    text-decoration:none;
    margin-right:15px;
    font-weight:bold;
}

.hero {
    background:#0b3d91;
    color:white;
    padding:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.hero img {
    height:260px;
    border-radius:10px;
}

.section {
    padding:20px;
}

.footer {
    background:#0b3d91;
    color:white;
    padding:20px;
    text-align:center;
}
