* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}
.banner {
    background: url(img/banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 0%;
    color: #fff;
}

.logo {
    margin-left: 12.5%;
    width: auto;
}
.kepala {
    font-size: 28px;
}

.lingkaran {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    color: white;
    background-color: #212529;
}
.lingkaran i {
    position: relative;
    top: 14px;
    line-height: 125px;
    float: center;
    color: white;
}
.hijau:hover {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    color: white;
    background-color: green;
}
.garisbawah {
    text-decoration: none;
    color: #212529;
    text-align: center;
}

.head title {
    font-size: 36px;
}
.navbar-brand {
    font-size: 28px;
    padding-top: 0px;
}

.btn:hover {
    color: #ffffff;
}

.card-img-top {
    display: inline-block;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: auto;
    color: #212529;
    background-color:  #212529;
} 
.bwt-justify {
    text-align: justify;
}
.bwt-center {
    text-align: center;
}
.active {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

h4 {
    font-size: 40px;
    margin: 20px 0;
    text-align: center;
}
.tim img {
    border: 8px solid #cccccc;
    }
    
    .listsitemap1 {
        text-decoration: none;
    }
    
a.medsos {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: white;
    background-color: #333;
    border-radius: 50%;
    line-height: 38px;
    font-size: 90px;
}

.mediasosial {
    display: inline-block;
    width: 120px;
    height: 120px;
    color: white;
    background-color: #333;
    border-radius: 50%;
    line-height: 120px;
    font-size: 90px;
}
.mediasosial:hover {
    display: inline-block;
    width: 122px;
    height: 122px;
    color: white;
    background-color: #333;
    border-radius: 50%;
    line-height: 120px;
    font-size: 92px;
}

.container2 {
    width: auto;
    max-width: 1290px;
    height: 500px;
    background-color: #ffffff;
    margin: auto;
    padding-top: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.gallery li {
    width: 257px;
    height: 257px;
    border-radius: 50%;
    /*overflow: hidden;*/
    border: 3px solid #212529;
    float: left;
    margin-right: 10px;
}

.gallery img {
    border-radius: 50%;
    position: absolute;
    padding-left: 0;
}

.gallery li span {
    display: block;
    width: 250px;
    height: 250px;
    background-color: rgba(200, 200, 200, .1);
    border-radius: 50%;
    position: absolute;
    padding-top: 260px;
}

.clear {
    clear: both;
}

.overlay {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    transition: 300ms;
    text-align: center;
    padding-top: 200px;
    
}

.overlay:target {
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.overlay img {
    max-height: auto;
    max-width: auto;
    border-radius: 0px;
    text-align: center;  
}

.overlay:target img {
    animation: zoom 1s;
}

.overlay .close {
    position: absolute;
    top: 170px;
    left: 50%;
    text-decoration: none;
    opacity: 0;
}

.overlay:target .close {
    animation: zoom .5s .5s forwards;
}

@keyframes zoom {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.responsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.buttonbawah {
    color: white;
    background-color: #9B6906;
    height: 38px;
    text-align: center;
    line-height: 20px;
}
.client img {
    height: auto;
    max-height: 23px;
}

.content {
    width: fit-content;
    float: center;
}
@media screen and (max-width:1400px) {
    .content {
        width: 100%;        
    }
    .logo {
        width: 100vh;
    }

}
@media screen and (max-width:1200px) {
    .content {
        width: 100%;        
    }
    .logo {
        width: 100vh;
    }

}
@media screen and (max-width:992px) {
    .content {
        width: 100%;        
    }
    .logo {
        width: 80vh;
    }

}
@media screen and (max-width:768px) {
    .content {
        width: 100%;        
    }
    .logo {
        width: 60vh;
        margin-left: 12.5%;
    }
    .banner {
        padding-top: 10%;
    }

}
@media screen and (max-width:576px) {
    .content {
        width: 100%;        
    }
    .logo {
        width: 50vh;
        margin-left: 0%;
    }
    .banner {
        padding-top: 10%;
    }
    .navbar-brand {
        font-size: 22px;
    }
    .kepala {
        font-size: 22px;
    }

}
}