body {
    margin:10px 0;
    background: #dfdfdf;
}
a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#header {
    padding-bottom:10px;
}
.bg-white,
#footer{
    background: #ffffff;
    padding:10px;
}
.navbar {
    padding: 5px;
}
.navbar.bg-dark {
    background: #232323 !important;
}
.navbar-dark .navbar-toggler{
    color: #ffffff !important;
    border-color: #ffffff;
    font-size:22px;
    outline: none !important;
}
.banner-bg {
    background: url("../images/bg_metro.png");
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
    padding:15px;
    border:solid 10px #ffffff;
     border-top : 0;
}
.banner-head {
    text-align: center;
    font-size:20px;
    font-weight:bold;
    text-transform: uppercase;
}
.img-responsive {
    max-width: 100%;
}
#footer {
    text-align: center;
    padding : 10px;
}
.list-dinas {
    text-align: center;
}
.item-dinas {
    display: inline-block;
    padding:10px;
    width:20%;
    float: left;
}
.item-dinas a {
    display: block;
    color: #ffffff;
    font-weight:bold;
    font-size: 18px;
    padding:10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline:none;
}

.item-dinas a:hover {
    text-decoration: none;
    background: #297af0;
    outline:none;
}
.item-dinas .fa, .item-dinas img {
    display: block;
    font-size:30px;
}
.modal {
    color: #212529;
}
.modal .text-title {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,0.09);
    margin-bottom: 10px;
}
.modal .modal-header {
    background: #00a0f0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.modal .modal-footer .btn {
    float: none;
}
.bg-kota {
    background: url("../images/bg_kota.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width : 991px) {

    .item-dinas {
        width : 50%;
    }
}
@media screen and (max-width : 400px) {

    .item-dinas {
        width : 100%;
    }
}