html{
    font-family: 'Open Sans',sans-serif;
    background: whitesmoke;
    }
a{
    text-decoration: none;
    color: black;
}
hr{
    background: grey;
    margin-top: 2em;
    margin-bottom: 2em;
}
#container{
    position: relative;
    display: flex;
}
#profile{
    flex: 15%;
    display: block;
    position: relative;
    margin: 5% 2% 0 20%;
    width: 100%;
}
#info-cards{
    flex: 45%;
    display: block;
    margin-top: 5%;
    margin-right: 20%;
    width: 100%;
    height: 100%;
}
#image{
    position: relative;
    overflow: hidden;
    height: auto;
}
#image,#profile-photo{
    position: relative;
    /* original 150px los dos*/ 
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
#image,#profile-photo2{
    position: relative; 
    width: 100%;
    height: auto;
    border-radius: 10px;
}        
#image > a{
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5) !important;
    height: 100%;
    width: 100%;
    display: none;
}
#image > a > i{
    -webkit-text-stroke: 1px #ffffffdd;
    padding: 40%;
}
#image:hover a{
    display: block;
}
#name{
    font-size: 23px !important;
    line-height: 20px !important;
}
#about,.card > ul > li{
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
#about{
    font-size: 20px !important;
    padding: 0 !important;
}
#name, #about > p{
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}
#email{
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: 'Cutive Mono',monospace;
}
#college,#email,#year-graduation,#education,#telephone,#certs{
    color: #555;
    font-size: 13.5px;
}
strong,span{
    color: black;
    font-size: 16px;
}
#social-links,#about{
    display: inline-block;
}
#social-links{
    margin-bottom: 12px;
}
#social-links a{
    margin: 0 10px;
}
#edit-intro{
    display: block;
    color:#097bbf;
    font-family: 'Nunito', sans-serif;
}
.job-desc {            
    text-align: justify;
    margin-right: 2em;
    color: #738f93 !important;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.fab{
    font-size: 1.1em;
}
.fab,.fas{
    color: whitesmoke;
}

#about > i{
    float: right;
}
.edit{
    top: 19px;
    right: 10px;
}
#about > a, .edit{
    position: absolute;
    font-size: 15px !important;
}
.stroke-transparent {
-webkit-text-stroke: 1px #000;
-webkit-text-fill-color: transparent;
}
.blue{
    color: #097bbf !important;
    font-size: 13px;
}
.stroke-transparent-blue {
-webkit-text-stroke: 1px #097bbf;
-webkit-text-fill-color: transparent;
}
.card{
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    overflow-x: hidden;
    margin-bottom: 30px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
}
.card > p{
    color: #0e141e;
    font-weight: bolder;
    font-size: 18px;
    line-height: 2;
}
.card > p > i{
    font-size: 18px;
}
.card > a{
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    margin-left: 25px;
    padding: 0;
    border: 0;
    height: auto;
    background: transparent;
    color: #097bbf;
    outline: none;
    cursor: pointer;
}
.card > ul{
    list-style-type: none;
    padding-left: 2%
}
.tags{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 0px;
}
.tags ~ a{
    display: none !important;
}
.tags span{
    font-size: 14px;
    font-weight: normal;
    color: #0e141e;
}
.tags span span{
    color: #738f93;
}
@media screen and (max-width:1090px){
    #profile{
        margin-left: 5%;
    }
}
@media screen and (max-width:850px){
    #container{
        display: block;
    }
    #profile{
        width: 90%;
    }
    .card{
        margin: 0 5%;
        margin-bottom: 30px;
    }
    cert-item {
        flex-direction: column; 
        align-items: flex-start;
    }
    .cert-logo {
        margin-bottom: 5px;
    }
}

#certifications {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1em;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.cert-text {
    line-height: 1.4;
}
.cert-text > p {
    margin: 0%;
}

.blueicon {
    color: RoyalBlue !important;
}