html, body{
    margin: 0;
    padding: 0;
    background: #333333;
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 24px!important;
}
h4{
    font-size: 15px!important;
}
h5.socialMediaTitle{
    font-size: 15px!important;
    font-weight: 100;
    margin-top: 20px;
    text-align: right;
    width: 100%;
}

.footerText{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

h2.title{
    margin-top: 20px;
    width: 100%;
    font-weight: 100;
    font-size: 20px!important;
}
h2.nameSurname{
    width: 100%;
    font-weight: 300;
}
h4.position{
    width: 100%;
    font-weight: 100;
}

.pageFrame {
    max-width: 1300px;
    margin: 50px auto;
    background-color: #fff;
    position: relative;
    padding: 50px;
}
@media only screen and (max-width: 767px) {
    .pageFrame {
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .infoTitle{
        margin-bottom: 20px;
    }
    .imgFrame{
        margin:0 auto;
    }
    .nameAndTitle, .socialMediaLinks h5{
        text-align: center;
    }
    .socialMediaLinks{
        text-align: center;
    }
    .socialMediaLinks ul{
        display: inline-block;
    }
}
.pageFrame .imgFrame{
    max-width: 250px;
}
.pageFrame .imgFrame img{
    max-width: 220px;
    border: 1px solid #ccc;
    padding: 3px;
}

.socialMediaLinks ul{
    padding: 0;
}
.socialMediaLinks ul li{
    list-style: none;
    margin: 5px;
    font-size: 24px;
    float: right;
}
.socialMediaLinks ul li i{
    color: #337ab7;
}


.generalInfos{
    padding: 50px 0;
}
.generalInfos a{
    background: #337ab7;
    color: white;
    margin-top: -10px;
    margin-bottom: 20px;
}
.generalInfos>.row{
    padding: 30px 0;
}
.generalInfos .infoTitle{
    font-weight: 200;
    font-size: 20px!important;
}
.generalInfos .infoPlace{
    font-weight: 400;
    font-size: 16px!important;
}
.generalInfos p{
    font-weight: 200;
    font-size: 16px!important;
}
.generalInfos .infoPlace span{
    font-weight: 100;
    float: right;
    font-size: 12px!important;
}

.generalInfos .experience{
    padding: 0;
}
.generalInfos .experience li{
    float: left;
    list-style: none;
    height: 8px;
    width: 8%;
    margin-right: 3px;
    border-radius: 3px;
    background: #00A8E8;
}
.generalInfos .experience li.empty{
    background: #b6e7f9!important;
}