*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #202124;
    font-family:Arial, Helvetica, sans-serif;
    border: 15px double darkblue;
}

hr{
    margin: 0 auto;
    border-color: #808080;
    height: 1px;
    width: 94%;
}

i.fa{
    color: rgb(33, 151, 241);
}

.pb100{
    width: 100%;
}

.pb80{
    width: 80%;
}

.pb85{
    width: 85%;
}

.pb70{
    width: 70%;
}

.pb25{
    width: 25%;
}

.label{
    padding: 3px 5px;
    background-color: rgb(33, 151, 241);
    border-radius: 5px;
}

.container{
    width: 98%;
    padding: 1%;
}

.left-side{
    background-color: #303134;
    display: inline-block;
    width: 25%;
    margin: 0.5%;
    vertical-align: top;
    border-radius: 3px;
}

.right-side{
    display: inline-block;
    width: 72%;
    margin: 0.5%;
    vertical-align: top;
}

.right-side section{
    background-color: #303134;
    margin-bottom: 2%;
    border-radius: 3px;
    padding: 30px;
}

#profile-box{
    position: relative;
}

#profile-box #profile-image{
    width: 100%;
    height: 60%;
    border-radius: 3px 3px 0 0;
}

#profile-box #profile-name{
    width: 96%;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    padding: 2%;
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 21px;
}


#description-box ul{
    list-style: none;;
}

#description-box{
    padding: 15px;
}

#description-box ul li i{
    color: rgb(33, 151, 241);
    font-size: 18px;
}

#description-box ul li{
    margin-bottom: 15px;
}

#description-box ul li span{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.aside-items{
    padding: 15px;
    color: #fff;
    margin: 5px 0 25px;
}

.item-title{
    margin-left: 5px;
}

.skill-item{
    margin-top: 15px;
}

.progress-box{
    border-radius: 15px;
    background-color: #eee;
    width: 100%;
    text-align: center;
}

.progress-box .progress-bar{
    background-color: darkblue;
    padding: 2px;
    border-radius: 15px;
    margin-top: 15px;

}

h1.head-title{
    font-size: 32px;
    color: #fff;
}

.right-side-item{
    color: #fff;

}

.right-side-item h3,
.right-side-item h4{
    margin: 20px 0;
}

.right-side-item p{
    margin: 15px 0 40px;
}

footer{
    background-color: darkblue;
    color: #fff;
    width: 100%;
    height: 20px;
    text-align: center;
    padding: 20px 0px;
}

footer a{
    color: #fff;
}

@media only screen and (max-width: 768px){
.left-side{
    display: block;
    width: 99%;
}

.right-side{
    display: block;
    width: 99%;
}
}