

html{
    position: relative;
    
}
body{
    background-color: rgb(173, 173, 173);
}
body .containerfull{
    margin: 60px 50px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0px 5px 5px 5px rgb(0, 0, 0,.5);
}

.header{
    background-image: url(../img/foto\ di\ jembatan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    display: grid;
    justify-content: center;
    align-content: center;
}


.header img{
    width: 250px;
    border: 5px solid black;
    transition: .4s;
}

.header img:hover{
    width: 300px;
    border: 5px solid black;
}

.header h1{
    font-size: 5em;
    color: white;
    text-shadow: 0 5px 7px black;
    text-decoration: none;
}
.header a{

    text-decoration: none;
}
.header a:hover{

    text-decoration: none;
}
.about{
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;

}

.col-sm-5 p{
    font-size: 1.3em;
}
.pengalaman{
    text-align: center;
    font-size: 1.5em;
}

.about .container .row .col-sm-5{
    justify-items: center;
}
hr{
    width: 250px;
    border-top: 4px solid black;
}
.downloadcv{
    border: solid 3px black;
    padding: 5px;
    border-radius: 10px;
    color: black;
    background-color: rgba(37, 255, 37, 0.7);
}
.downloadcv:hover{
    text-decoration: none;
    color: white;
    background-color: rgba(2, 70, 22, 0.7);
}

section{
    min-height: 600px ;
}
.skill{
    background-color: rgb(255, 255, 255);
}

.psychology{
    background-color: #eee;
}

.skill .background{
    height: 40px;
    width: 90%;
    background: white;
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0,.5);
}
.skill .indikator{
    top: 0;
    left: 0;
    height: 40px;
    background: rgb(65, 121, 241);
    border-radius: 7px;
}

.skill .col-sm-6{
    transition: .3s;
    margin-top: 15px;
}
.skill .col-sm-6 h5{
    color: black;
    font-size: 18px;
    font-style: italic;
    font-weight: 1000;
}
.skill .col-sm-6:hover{
    transform: scale(1.1);
}
.skill .col-sm-6:hover .background .indikator h4{
    opacity: 1;
    text-align: end;
    color: white;
    line-height: 40px;
}
.skill .background .indikator h4{
    transition: .3s;
    text-align: end;
    color: white;
    line-height: 40px;
    opacity: 0;
}
.indikator.p95{
    width: 95%;
}
.indikator.p90{
    width: 90%;
}
.indikator.p85{
    width: 85%;
}
.indikator.p80{
    width: 80%;
}
.indikator.p75{
    width: 75%;
}
.indikator.p50{
    width: 50%;
}

.pesan{
    background-color: rgb(255, 255, 255);
}



footer{
    background-color: black;
    min-height: 100px;
    width: 100%;
    
    padding: 10px;
}

footer p{
    color: #aaaaaa;
    font-size: 1em;
}

footer p a{
    transition: 300ms;
}
footer p a:hover{
    font-size: 1.2em;
}

.thumbnail{
    transition: 300ms;
}
.thumbnail:hover {
transform: scale(1.2);
}

.pesan .row h3 a{
    color: black;
    transition: .3s;
}

.pesan .row h3 a:hover{
    color: black;
    font-size: 1.2em;
}

.footer .row .in{
    display: inline-block;
    background-color: #0e76a8;
    padding: 0 3px;
}



@media (max-width: 900px){
    body .containerfull{
        margin: 70px 10px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 0;
        box-shadow: 0px 5px 5px 5px rgb(0, 0, 0,.5);
    }
    .skill .col-sm-6:hover{
        transform: scale(1.05);
    
    }
}

