/* 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;
    justify-content: left;
}

.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;
}

.maps {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact {
    width: 100%;
    background-color: #ffffff;
    justify-content: center;
    padding-bottom: 40px;
}

.our-contact {
    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;
}

.location {
    justify-content: center;
    width: 75%;
    height: 25vw;
}

h1 {
    text-align: center;
    color: #000000;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    font-size: 2.6rem;
}

.Headquarters {
    width: 90%;
    justify-content: center;
    padding-left: 20%;
    padding-right: 20%;
    text-align: left;
    padding-top: 20px;
}