body{
    background-color: black;
    overflow-x: hidden;
    /* display: table; */
}

header{
    height: auto;
    width: auto;
}

header > img{
    width:100vw;
    max-height:30px;
    object-fit: cover;
    /* translate: 0 -50%; */
    object-position: 25% 63%;
}


.menus div{
    padding-left:20px;
    padding-right:20px;
    margin-left:1.5%;
    color:white;
    font-family: sans-serif;
    width:fit-content;
    display: table-cell;
    /* border: 2px solid black; */
    font-size: 0.8em;

    /* vertical-align: bottom; */
    vertical-align: middle;
    cursor: pointer;
}

.menu_home{
    background-color: #062B6F;
}

.menus{

    width: auto;
    height: 100%;
    display:table;
    /* height:fit-content; */
    margin-left:1.5%;
}

.garis_menu{
    /* margin-top: 20px; */
    background-color:#171616;
    width: 100vw;
    height:35px;
    display:flex;
    align-items:center;
}

main{
    /* translate: 10%; */
    width: 94vw;
    max-width: 1200px;
    width: auto;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 1vh;
    padding-left: 1vh;
    padding-top: 1vh;
    height: auto;
    background-color: #171616;
    display:flex;
    /* flex-direction:; */
    /* align-items: center; */
    /* align-content: space-evenly; */
}


#content{
    /* display: table-cell; */
    /* max-width: 75%; */
    width: 71%;
    margin-bottom: 1%;
    /* min-width: 10%; */
    height: 98.5%;
    /* display: block; */
    background-color: #808080;
}

aside{
    margin-top: 1%;
    /* display: table-cell; */
    margin-left: 1%;
    margin-right: 1%;
    width: 27%;
    min-width: 220px;
    height: fit-content;
    background-color: #808080;
}

.profil{
    max-width: 100%;
    width: 100%;
    height: 170px;
    background-color: black;
    position: relative;
    overflow: hidden;
    /* mask-image:url("./profil.png"); */
    /* color: black; */
    /* background-size: auto 100%;
    background-clip:unset;
    background-repeat: no-repeat; */
}

.profil > .background{
    /* z-index: -1; */
    /* width:100%; */
    
    /* height: 100%; */
    object-fit: cover;
    max-height:100%;
    min-width: 100%;
    /* object-position: ; */
    /* translate: -8.5%; */
}

.profil > .name{
    height: 100%;
    width: 100%;
    top: 23%;
    /* left: 32%; */
    left: 100px;
    color: black;
    position:absolute;
    font-size: 1.3em;
    /* z-index: 999; */
}


.circle{
    width: 70px;
    height: 70px;
    top: 10%;
    left: 5%;
    position: absolute;
    border-radius: 50%;
    background-color: black;
    overflow: hidden;
    
}

.circle img{
    object-fit: cover;
    /* max-height:100%; */
    /* min-width: 100%; */
    /* object-position: 40% 2%; */
    margin-left: -50px;
    margin-top: -50px;
    zoom: 25%;
    
}

.circle_github{
    width: 28px;
    height: 28px;
    bottom: 5%;
    left: 10%;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    /* border: 2px black solid; */
    overflow: hidden;
}

.profil .github{
    object-fit: cover;
    width: 30px;
    height: 30px;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    /* object-position: -1430% 10%; */
    /* position: absolute; */
}

.circle_linkedin{
    width: 28px;
    height: 28px;
    bottom: 5%;
    left: 38%;
    position: absolute;
    border-radius: 20%;
    background-color: white;
    /* border: 2px black solid; */
    overflow: hidden;
}

.profil .linkedin{
    object-fit: cover;
    width: 30px;
    height: 30px;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    /* object-position: -1430% 10%; */
    /* position: absolute; */
}

article{
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    width: 98%;
    height: auto;
    padding-bottom: 1%;
    /* background-color: white; */
    /* padding-top: 0.0001px; */
    padding-top: 1%;
    /* display: flex; */
}

.kotak_judul{
    /* margin-top: 2%; */
    /* padding: 10px; */
    /* margin-top: 1%; */
    height: auto;
    margin-left: 1%;
    width: 95%;
    padding-left: 3%;
    background-color: #333333;
    /* position: relative; */
    /* top: 1%; */

}

h1{
    color: white;
    height: 34px;
    /* align-items: center; */
    /* text-align: center; */
    /* align-content: center; */
    width: 95%;
    margin-bottom: 0;
    border-bottom: 4px black solid;
    padding-left: 3%;
    margin-left: 1%;
    margin-top: 0%;
    background-color: #333333;
    /* margin-top: ; */
    padding-top: 7px;
    /* vertical-align: middle; */
    /* font-style: normal; */
    /* font-style: ; */
    font-weight: 100;
    display: inline-block;
    /* inline-size: none; */
    /* line-height: 0; */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* font-size: ; */
    /* size: 0; */
    /* size-adjust: 0 0 0; */
    /* font-size: 2em; */
}


.garis{
    width: 100%;
    height: 2px;
    background-color: blue;
}

ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    /* flex-shrink: 4; */
    /* column-width: 140px; */
    /* column-fill: balance; */
    /* justify-content: center;
    display: flex;
    flex-wrap: wrap; */
}

li{
    /* break-inside: avoid; */
    /* margin-left: 2.23%;
    margin-right: 2%; */
    /* flex-wrap: wrap; */
    /* overflow: inherit; */
    /* align-items:center;  */
    /* float:left; */
    /* text-align: center; */
    /* display: inline-block; */
    /* margin-left: auto;
    margin-right: auto; */
    /* display: table; */
    /* flex-direction: column; */
    /* display:flex; */
    /* place-items: 5; */
    
    /* flex-wrap: wrap; */
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    /* width: 105px; */
    width: 140px;
    /* height: 15%; */
    height: 180px;
    /* float: left; */
    background-color: black;
    overflow: hidden;
    cursor: pointer;
    /* float: left; */
}


li img{
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    /* align-content: center; */
}

li{
    position: relative;
}

li div{
    width: 100%;
    height: 20px;
    background-color: rgba(17,17,17,0.7);;
    /* opacity: 0.6; */
    position: absolute;
    bottom: 0%;
    left: 0%;
    color: white;
    font-family: sans-serif;
    /* color: white; */
    text-align: center;
    /* text */

    /* bottom: 0%; */
}

li a{
    width: 30%;
    height: 15px;
    background-color: rgba(17,17,17,1);
    /* background-color: white; */
    /* opacity: 0.6; */
    font-size: 0.7em;
    position: absolute;
    top: 30%;
    right: 0%;
    color: white;
    /* content: "\f005"; */
    font-family: sans-serif;
    /* color: white; */
    text-align: center;
    inline-size: none;
    /* text */

    /* bottom: 0%; */
}

footer {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    background : #171616;
    color: rgb(255, 255, 255);
}


@media only screen and (min-width :1200px ){
    main{
        width: 94vw;
        max-width: 1200px;
        /* width: auto; */
        margin-left: 0vw;
        margin-right: 0vw;
        margin-left: calc((100vw - 1200px)/2);
    }
}

@media only screen and (max-width :600px ){
    main{
        flex-direction: column;
        /* margin-left: 0; */
        margin-left: 7vw;
        /* padding-left: ; */
    }
    
    #content{
        width: 98.5%;
        /* margin-left:;*/
        /* margin-right: 1%; */
        /* height: 1000px; */
        height: auto;
    }

    aside{
        margin-top: 10px;
        width: 98.5%;
        margin-left: 0;
    }

    .menu{
        display: flex;
        /* align-content: center; */
        font-size: 0.9em;
    }

    li{
        margin-top: 3%;
    }

    
}

@media only screen and (max-width :385px ){
    main{
        flex-direction: column;
        /* margin-left: 0; */
        margin-left: 7vw;
        /* padding-left: ; */
    }
    
    #content{
        width: 98.5%;
        /* margin-left:;*/
        /* margin-right: 1%; */
        /* height: 1000px; */
        height: auto;
    }

    aside{
        margin-top: 10px;
        width: 98.5%;
        margin-left: 0;
    }

    .menu{
        display: flex;
        /* align-content: center; */
        font-size: 0.9em;
    }

    li{
        margin-top: 3%;
        margin-left: 5%;
        width: 90%;
        height: 300px;
    }
    

}


