/* Navbar */
.navbar {
    position: relative;
    z-index: 1;

}
.navbar-brand {
    font-family: Haettenschweiler; 
    font-size: 24px;
    letter-spacing: 1px;

}



/* Jumbotron */
.jumbotron {
    background-image: url(img/jumbotron-gapura1.png);
    background-size: cover;
    height: 540px;
    text-align: center;
    position: relative;
}
.jumbotron .container {
    z-index: 1;
    position: relative;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    position: absolute;
    bottom: 0;

}

.jumbotron .display-4 {
    font-family: Haettenschweiler; 
    font-size: 36px;
    letter-spacing: 1px;
    color: black;
    margin-top: 160px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 30px;
}
    

.jumbotron .display-4 span {
    font-weight: 500;
}

/* Info Panel */
.info-panel {
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
    border-radius: 12px;
    margin-top: -100px;
    background-color: white;

}

.info-panel img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-top: auto;
    
}

.info-panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5 px;
    position: relative;
}

.info-panel p {
    font-size: 14px;
    color: #3c3d41;
    margin-top: -5px;
    font-weight: 200;
    text-align: justify;
}

/* About */
.about {
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
}   
.about h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.about p {
    text-align: justify;
}
.visi {
    margin-top: 200px;
}

/* Sejarah */
.sejarah {
    margin-top: 0px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.sejarah h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px;
    text-align: justify;

}
.sejarah p {
    margin: 30px 0;
    text-align: justify;
}

/* Our Services */
.col-lg-6 img {
    margin-left: 200px;
}
.section {
    min-height: 420px;
}
/* Feature */
.features {
    margin-top: 100px;
    min-height: 420px;
}
.features h2{
    font-family: Raleway;
    font-size: 30px;
}

/* Section header */
.section-header {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}
.section-header h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-header p {
    font-size: 18px;
    
}
.single-service {
    border: 1px solid #ebebeb;
    text-align: center;
    background: #ffffff;
    height: 100% !important;

}
.service-bg {
    height: 200px;
    position: relative;
}
.service-bg-1 {
    background: url("img/service1.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.service-bg-2 {
    background: url("img/service2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.service-bg-3 {
    background: url("img/service3.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.service-bg-4 {
    background: url("img/service4.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.service-bg h2{
    color: #ffffff;
    background: #d2ac67;
    border: 1px solid #d2ac67;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    position: absolute;
    left: 8%;
    width: 84%;
    margin: 0;
    bottom: -25px;
    border-radius: 50px;
    letter-spacing: 2px;
}
.single-service:hover .service-bg h2{
    background: #ffffff;
    transition: .9s;
    color: #d2ac67;

}
.service-text{
    padding: 50px 30px 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.service-text p:last-child{
    margin: 0;
    line-height: 1.8;
}


/* Gallery */
.gallery {
    margin-top: 80px;
    margin-bottom: 120px;
}
.gallery h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.card {
    height: 100% !important;
}
.card img {
    width: 538px;
    height: 300px;
    position: relative;
}


/* Footer */
.footer {
    margin-top: 0px;
}
.footer p {
    color: #ACACAC;
    font-size: 12px;
}
.page-footer {
    margin-top: 10px;
    color: #ffffff;
}
/* Utility */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
}
/* Footer */
.footer-bs {
    background-color: #3c3d41;
	padding: 20px 80px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    
}
.footer-bs span {
    font-weight: 500;

}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:16px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-social h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size: 12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/* Dekstop Version */
@media (min-width: 992px) {
    .navbar-brand, .nav-link {
        color: black !important;
        text-shadow: 1px 1px 1px white);
    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 18px;
        color: black !important;
    }
    
    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0057a2;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
        
    }

    .jumbotron {
        margin-top: -75px;
        height: 640px;
    }
    .jumbotron .display-4 {
        font-size: 62px;
    }

}