html, body {
    height: 99%;
    padding: 2px;
    background-color: white;
    font-family: Helvetica Neue, Helvetica;
    background: #F4F4F4 url('../images/bg_image.png');
    color: black;
    line-height: 1.5;
}
.margin-10 {
    margin: 10px;
}
section {
    display: flex;
}
div {
    border: 0px solid red;
    text-align: justify;
}
padd-2 {
    padding: 2px;
}
.header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-heading {
    text-decoration: underline;
    margin-bottom: 0px;
}
.margin-bt-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container {    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 300px;
    height: 100%;
}
.container-col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
}
.container-row {
    justify-content: space-between;
}
.logo-cls.img {
    border-radius: 2px;;
}
.circle {
    border: 5px solid #9e9e9e;
    background-color: #9e9e9e;
    width: 249px;
    height: 249px;
    border-radius: 500px; 
    margin: 0.5em;
    padding: 0px;    
}
.circle img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    color: white;
}
.center-cls {
    text-align: center;
    margin-top: 0px;
}
.user-name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}
.resume {
    border: none;
    cursor: pointer;
    background-color: #455e6c!important;
    display: table;
    border-radius: 2px;
    min-width: 160px;
    min-height: 20px;
}
.resume :hover {
    background-color: #576268;
    border-radius: 2px;
}
.resume a {
    text-decoration: none;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fa {
    font-size: 28px;
    min-width: 30px;
    margin-top: 5px;
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-linkedin-square {
    color: #0077b5;
}
.fa-envelope {
    color: #0077b5;
    margin-right: 10px;
}
.fa-skype {
    color: #009fe5;
    visibility: hidden;
}
@media only screen and (min-width: 770px){
    body {
        padding-right: 150px;
        padding-left: 150px;
    }
    /*
    .experience-tab {
        flex-direction: row !important;
    }
    .experience-tab div {
        flex: 1;
    }*/
}
.experience-tab {
    display: flex;
    flex-direction: column;   
}
.skills {
    display: flex;
    border-radius: 4px;
    border: 1px solid grey;
    margin: 3px;
}
.skills-title {
    display: flex;
    background: #455e6c;
    justify-content: center;
    color: white;
    flex-basis: 120px; 
    flex-grow: 0;
}
.p-bar {
    flex-grow: 1;
    flex-basis: 120px;
}
.p-bar-child {
    height:100%;
    background-color: #86a0ae;
}
.w-90 {
    width:90%;
}
.w-90-5 {
    width:90%;
}
.w-50 {
    width: 50%;
}
.w-50-5 {
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-60-5{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-70-5{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-80-5{
    width: 80%;
}