.img-carousel {
    width: 100%;
    height: 630px;
    background-color: #133A57;
    display: block;
    padding-top: 100px;
    background-image: url('../images/image1.png');
    background-size: cover;
}

#tagline {
    color: white;
    text-align: center;
    vertical-align: middle;
    margin-top: 110px;
}

#slogan {
    color: white;
    text-align: center;
}

.coba-btn {
    margin-top: 45px;
    margin-left: 35.5%;
    margin-right: auto;
    height: 13%;
    width: 28%;
    padding: 0;
    font-size: 30pt;
    background-color: white;
    border-radius: 10px;
    border: none;
}

.coba-btn a, .coba-btn a:hover {
    text-decoration: none;
    color: #133A57;
}

#about-us {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 30%;
    padding: 8%;
}

.headline {
    text-align: center;
    color: #133A57;
}

.content {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    line-height: 2.5;
}

#our-partner, #list-job {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 40%;
    padding: 8%;
    border-top: 1px solid gray;
}
.jobs {
    width: 24.5%;
    display: inline-block;
    text-align: center;
}

.job-img {
    height: 140px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.desc {
    text-align: center;
    margin-top: -5px;
}

footer {
    margin-top: 30px;
    height: 165px;
    background-color: #133A57;
    color: white;
    position: relative;
}

.company{
    height: 100%;
    width: 30%;
    margin-left: 5%;
    padding: 35px;
    float: left;
}

.company img {
    width: 200px;
}

.tagl {
    margin-top: 10px;
}

.kontak {
    display: inline-block;
    height: 100%;
    width: 28%;
    margin-left: 6%;
    padding: 30px;
}

.titel {
    margin-bottom: 25px;
}

.subheadl {
    font-size: 12pt;
    margin-top: -10px;
}

.sosmed {
    display: inline-block;
    width: 24%;
    margin-right: 3%;
    padding: 30px;
    padding-top: 0px;
}

.soc {
    width: 25px;
    height: 25px;
    margin-top: -5px;
}


@media screen and (max-width: 500px) {

    .img-carousel {
        width: 100%;
        height: 25%;
        background-size: cover;
    }

    .coba-btn {
        width: 100%;
        height: 15%;
        font-size: 12pt;
    }

    #about-us, .headline {
        width: 100%;
        display: block;
        text-align: center;
        padding: 8%;
    }

    .content {
        width: 100%;
        height: auto;
        display: block;
    }

    #list-job {
        width: 100%;
        height: auto;
        padding: 3%;
    }

    .jobs {
        width: 50%;
        display: block;
    }

    .job-img {
        width: 50px;
        height: 13px;
    }

    footer {
        width: 100%;
        height: auto;
    }

    .company, .kontak, .sosmed, .titel {
        width: 100%;
        display: block;
    }
}