* {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    width: 1100px;
    margin: auto;
    position: relative;
}

.logo a {
    font-size: 30px;
    font-weight: 700;
    float: left;
    font-family: courier;
    color: #402218;
}

.menu {
    float: right;   
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 70px;
    position: sticky;
    position: -webkit-sticky; /*ini position untuk browser safari*/
    top: 0;
    background: #FFFFFF;
    z-index: 1;
    border-bottom: 5px solid #402218;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;    
}

nav ul li a {
    color: #865439;
    font-weight: bold;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;    
}

section {
    margin: auto;
    display: flex;
    margin-bottom: 60px;
}

.kolom {
    margin-top: 70px;
    margin-bottom: 70px;
}

.kolom .deskripsi {
    font-size: 20px;
    font-weight: bold;
    font-family: 'comic sans ms';
    color: #C68B59;
    text-decoration: underline;
}

h2 {
    font-family: 'comic sans ms';
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 50px;
    color: #D7B19D;
    width: 100%;
    line-height: 20px;
}

h6 {
    margin-bottom: 25px;
}

p {
    font-family: 'comic sans ms';
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
}

.freepik-1 figcaption {
    font-family: 'comic sans ms';
    font-weight: 300;
    font-size: 15px;
    text-align: left;
}

.freepik-1 img {
    margin-top: 100px;
}

.freepik-2 figcaption {
    font-family: 'comic sans ms';
    font-weight: 300;
    font-size: 15px;
    text-align: right;
}

.freepik-2 img {
    margin-top: 120px;
}

a.tbl-mud {
    background: #F5D782;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: #B7472A;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-mud:hover {
    background: #F9B208;
    text-decoration: none;
}

.tengah {
    text-align: center;
    width: 100%;
}

.tengah p {
    text-align: center
}

.skill-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.my-skill {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.my-skill img {
    width: 50%;
    margin: 0 auto;
}

.work-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tempat-bekerja {
    width: 20%;
    margin: 0 auto;
}

.tempat-bekerja img {
    width: 80%;
}

.tempat-bekerja-baru {
    width: 20%;
    margin: 0 auto;
}

.tempat-bekerja-baru img {
    width: 50%;
}

.work-list figcaption {
    font-family: 'comic sans ms';
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    color: black;
}

.certificate-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.certificate-list img {
    width: 150px;
    margin-bottom: 10px;
}

.my-certificates {
    width: 20%;
    margin: 0 auto;
}

.certificate-list figcaption {
    font-family: 'comic sans ms';
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    color: black;
    margin-bottom: 100px;
}

#about {
    background: #EADCA6;
    padding: 50px 0px 50px 0px;
}

.footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.footer-section {
    width: 30%;
    margin: 0 auto;
}

h4 {
    font-family: 'comic sans ms';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    color: #FF884B;
    width: 100%;
    line-height: 50px;
}

.footer-section p {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 5px;
}

#copyright {
    text-align: center;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin-top: 10px;
}

@media screen and (max-width: 999.99px) {
    .wrapper {
        width: 90%;
    }

    .logo a {
        display: block;
        width: 100%;
        text-align: center;
    }

    nav .menu {
        width: 100%;
        margin: 0;
    }

    nav .menu ul {
        text-align: center;
        margin: auto;
        line-height: 60px;
    }

    nav .menu ul li {
        display: inline-block;
        float: none;
    }

    section {
        display: block;
    }

    section img {
        display: block;
        width: 100%;
        height: auto;
    }

    .my-skill {
        width: 50%;
        margin-bottom: 10px;
    }

    .my-skill img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .tempat-bekerja {
        width: 50%;
        margin-bottom: 10px;
    }

    .tempat-bekerja img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .tempat-bekerja-baru {
        width: 50%;
        margin-bottom: 10px;
    }

    .tempat-bekerja-baru img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .my-certificates {
        width: 50%;
    }

    .my-certificates img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer-section {
        text-align: center;
        display: block;
        width: 100%;
    }
}