#section-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('img/head-bg.jpg');
    padding-bottom: 10vh;
}

#section-about {
    margin-top: 32px;
    margin-bottom: 32px;
}

#section-contact {
    /* min-height: 35vh; */
    background-color: #1375BC;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 48px;
}

.service-border {
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 10px;
}

div.service-card {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 48px;
}

div.service-card h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 36px;
}

div.service-card .service-card-link {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 25px;
    margin-bottom: 16px;
    border-radius: 8px;
    width: 200px;
    max-width: 200px;
    text-decoration: none;
}

div.service-card .service-card-link:hover {
    background-color: #126DAF;
}

#section-services {
    background-color: #1375BC;
    color: #ffffff;
    padding-top: 48px;
    padding-bottom: 48px;
}

.img-service {
    max-height: 120px;
}

.service-card p {
    max-height: 120px;
}

#melintasi-about {
    margin-top: 36px;
}

#melintasi-about h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 0.75em;
}

#section-hero {
    padding-top: 10vh;
}

.hero-container {
    margin-top: 8vh;
}

.btn-melintasi {
    border-color: #ffffff;
    color: #eaeaea;
}

.btn-melintasi:hover {
    color: #333;
    background-color: #eaeaea;
}

.intro-text {
    position: relative;
    top: 30%;
}

.img-effect {
    filter: drop-shadow(5px 5px 5px #444);
}

@media(max-width:767px) {
    .service-border {
        border-bottom: 0;
        margin-bottom: 0;
    }

    div.service-card {
        border-bottom: 1px dashed #CCC;
        margin-bottom: 24px;
        margin-top: 16px;
        padding-bottom: 24px;
    }

    div.small-no-border {
        border: 0;
    }

    #section-about, #section-contact {
        text-align: center;
    }

    #section-contact h3 {
        margin-bottom: 20px;
    }

    .intro-text {
        top: auto;
        text-align: center;
        padding: 36px 0;
    }

}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}