/* Google Fonts - Roboto Slab */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

* {
    font-family: "Roboto Slab", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav {
    background-color: #382806;
    width: 100%;
}

.container-fluid {
    background-color: #382806;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.container-fluid .navbar-nav .nav-item .nav-link {
    color: #c8b57a;
}

.container-fluid .navbar-nav .nav-item .nav-link:hover{
    color: #ffffff;
}

footer {
    background-color: #382806;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

footer .icons,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -30px;
    width: 100%;
    height: auto;
    list-style: none;
}

footer .icons li a {
    font-size: 2em;
    color: rgb(144, 144, 144);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    list-style: none;
}

.social-icons:hover {
    background-color: #524323;
    border-radius: 50%;
}

.tulisan {
    font-size: x-large;
}

html {
    scroll-behavior: smooth;
    font-size: calc(10px + 0.390625vw);
}

.go-top-btn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #575757;
    border: 3px solid #000000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.go-top-btn:hover {
    opacity: 1;
}

.go-top-btn img {
    width: 30px;
    height: 30px;
}

.our-logo {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.logo, .logoKMA {
    justify-content: center;
    display: flex;
    height: auto;
}

.logoKMA {
    width: 60%;
    height: auto;
}

.our-profile {
    color: #ffff;
    text-align: center;
    padding: 11%;
    text-shadow: 2px 2px 8px #000000;
    background-image: url('Pt Kayu Mas Abadi/gudang1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content {
    background-color: #464646;
    width: 100%;
    height: auto;
    padding-bottom: 3%;
    padding-top: 2%;
}

.content .text {
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1vw;
    padding-right: 30px;
    color: #ffffff;
}

.content li {
    list-style: none;
    padding-top: 2vw;
}

.row {
    background-color: #ffffff;
    width: 100%;
    justify-content: center;
    display: flex;
}

.card {
    width: 40vh;
    border: none;
    text-align: center;
    font-size: 1rem;
    background-color: #ffffff;
    display: flex;
    padding-left: 35px;
    padding-bottom: 40px;
}

.our-proffesion{
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    padding-top: 2%;
}

@media screen and (max-width:600px) {
    .content .text {
        font-size: 1.2vw;
    }
    .logoKMA {
        width: 90%;
        height: auto;
    }
}