
html{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: whitesmoke;
}
a{
    text-decoration: none;
    color: black;
}
hr{
    background: grey;
}
#container{
    position: relative;
    display: flex;
}
#profile{
    flex: 15%;
    display: block;
    position: relative;
    margin: 5% 2% 0 10%;
    width: 100%;
    height: 100%;
}
#info-cards{
    flex: 55%;
    display: block;
    margin-top: 5%;
    margin-right: 10%;
    width: 100%;
    height: 100%;
}
#image{
    position: relative;
    overflow: hidden;
}
#image,#profile-photo{
    position: relative;
    width: 280px;
    height: 260px;
    border-radius: 10px;
}
#aws-icon{
    position: relative;
    width: 50px;
    height: 50px;
    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, #language-skills,#top-skills,.card > ul > li{
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
#about,#language-skills,#top-skills{
    font-size: 20px !important;
    padding: 0 !important;
}
#name, #about, #language-skills, #top-skills p{
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Language Skills Bars */
.language-skills {
    margin-top: 10px;
  }
.language {
    margin-bottom: 10px;
  }
.language span {
    display: block;
    font-size: 13px;
    color: #535353;
    margin-bottom: 3px;
  }
.language-bar {
    background: rgba(204, 33, 33, 0.3);
    border-radius: 5px;
    overflow: hidden;
    height: 8px;
  }
.language-bar .bar {
    height: 100%;
    background: #2d903e;
    border-radius: 5px;
  }
#email{
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: 'Cutive Mono',monospace;
}
#email,#education,#designation,#telephone, #tools{
    color: #555;
    font-size: 13.5px;
}
#job {
    color: #555;
    font-size: 13.5px;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Ensures vertical alignment */
}
strong,span{
    color: black;
    font-size: 16px;
}
#edit-intro{
    display: block;
    color:#097bbf;
    font-family: 'Nunito', sans-serif;
}
.fab{
    font-size: 1.1em;
}
.fab,.fas{
    color: whitesmoke;
}
.section {
    margin-bottom: 25px;
}

.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;
}
.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;
}
.tags{
    font-size: 17px;
    font-weight: bolder;
}
.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;
    }
    p.job-title {
        font-size: 16px;
    }
    p.job-duration {
        font-size: 14px;
    }
}

p.job-title {
    font-size: 20px;
    font-weight: 600;
}

p.job-duration {
    font-size: 14px;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 12px;
}

h3.workplace {
    font-size: 30px;
    color: #2d903e;
    margin-bottom: 12px;
}