* {
    text-decoration:none;
    margin: 0px;
    padding: 0px;

}

body {
    background-color: #223822;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Times New Roman', Times, serif;
    
    
}

.wrapper {
    width: 1100px;
    margin: auto;
    position: relative;
    
    
}

.logo a {
    font-size: 35px;
    font-weight: 200;
    float: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #F25912;
}

.menu {
    float: right;
}

nav {
    width: 100;
    margin: auto;
    display: flex;
    line-height: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #223822;
    z-index: 1;
    border-bottom:1px #223822;

}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: #CBD99B;
    font-weight: bold;
    text-align: center;
    padding: 0px 40px 0px 40px;
    text-decoration: none;
    font-size: 25px;
}
nav ul li a:hover {

    color: #F25912;
    border-radius: 5px;
    background-color: #CBD99B;
    transition-delay: .2s ease-in-out;
    transition: .3s;
    
}

section {
 margin: auto;
 display: flex;
 margin-bottom: 50px;
}
.con-wrapper {
    
    justify-content: center;
    display: flex;
    align-items: center;
    
}
.img-wrapper {
    width: 300px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 70vh;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

section {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.kolom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.kolom .deskripsi {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    color: #FEF3E2;
}

h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 800;
    font-size: 50px;
    color: #F25912;
    margin-bottom: 30px;
    width: 100%;
    line-height: 50px;
}

a.tbl.biru {
    
    border-radius: 50px;
    margin-top: 50px;
    padding: 10px 15px 10px 15px;
    color: #F25912;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #CBCBCB;
    background-color: #CBD99B;
    font-size: 15px;
    transition-delay: .5s;
}

a.tbl.biru:hover {
    background-color: #223822;
    text-decoration: none;
}
p {
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    color: #CBD99B;
}

.img-about {
    width: 500px;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

h3 {

    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 20px;
    color: #CBD99B;
    margin-bottom: 30px;
    width: 100%;
    line-height: 50px;
}


@media screen and (max-width: 991.98px) {
    .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;
    }
}
