html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor:default;
}

body {
    background-color:#FAFBFD;
    font-family: 'Inter', sans-serif;
    font-size:1rem;
    color:#828FA0;
}

hr {
    border-top: 1px solid #f4f4f4;
}

h6, .h6 {
    font-size: 0.9rem;
}

.summary{
    border-bottom: 4px solid #16EDC6;
}

.skill-container {
    padding:15px 0;
}

.skill {
    display: flex;
    align-items: center;
}

.skill .title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.01rem;
    color:#2F4662;
    width:15%;
}

.skill .level {
    width: 100%;
    background: #F5F5F5;
    border-radius: 50px;
    height:15px;
}

.level .value {
    height:15px;
    border-radius:50px;
    background:#16EDC6;
}

span.hashtag {
    color: #ad2a2a;
}

a {
    color:#16EDC6;
    text-decoration: unset !important;
    transition: transform 0.2s;
}

a:hover {
    color:#16EDC6;
}

svg {
    transition: transform 0.2s;
}

.arrow-link:hover svg {
    transition: transform 0.2s;
    transform:scale(1.3) rotate(-90deg);
}

a.highlighted {
    border-bottom: 4px #a9d6ff solid;
}

a.highlighted:hover {
    background:#a9d6ff;
}
.fill {
  min-height: 100%;
  height: 100%;
}

.home-background {
    position: relative;
    top:0;
  left:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.home-background .container-fluid, 
.home-background .row {
    height: 100%;
}

.home-box {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.home-box div:first-child {
    position: relative;
    top: 47%;
    -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: center;
}

.home-box img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.home-box svg {
    position: absolute;
    bottom: 55px;
    width: 50px;
    border: 2px solid #17edc7;
    border-radius: 100%;
    padding: 8px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: float 2s ease-in-out infinite;
}

.home-box svg:hover {
    -webkit-transform: scale(1.2) translateX(-40%);
    transform:scale(1.2) translateX(-40%);
}

.home-background h1 {
    margin-top: 20px;
}

.job {
    margin:25px 0;
}
.card .meta {
    display: flex;
    margin-bottom:20px;
}

.meta .icon {
    width:50px;
}

.meta .icon img {
    max-width:100%;
    border-radius:200px;
}

.job-title {
    display: flex;
    flex-grow: 1;
    margin-left:10px;
    flex-wrap:wrap;
}

.job-title .title {
    flex-grow:1;
    font-weight: 600;
    font-size: 1.2rem;
    color: #2f4662;
}

.job-title p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #81909f;
    margin-bottom:0;
}

.sub {
    margin-left: 50px;
}

.job .sub-title, .activities-title {
    font-weight:600;
}

h1,h2,h3,h4,h5,h6 {
    color:#2F4662;
    letter-spacing: -0.01rem;
    font-weight:600;
}

h1 {
    font-size:1.2rem;
}

h2, .h2 {
    font-size: 1.8rem;
}

h4, .h4 {
    font-size:1rem;
}

.home-background p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.social ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.social li {
    display: inline-block;
    font-size: 1.8rem;
    margin-right:10px;
} 

@media screen and (max-width: 767px) {
    
}



.card {
    padding:50px;
    border:none;
    box-shadow: 0 10px 14px -4px rgba(81,108,179,.16);
    margin:30px 0;
}


.jumbotron {
    background-color:#f4f4f4;
    transition: transform 0.3s;
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.h800 {
    height:800px;
}


#footer {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 50px;
}

@keyframes float {
    0% {
        transform: translateX(-50%) translateY(0px);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0px);
    }
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 994px) {
    
}





.experience, .project {
    /*background:#f0f2f8;
    box-shadow:0px 8px 7px -6px rgba(81,108,179,.26);*/
    background:#f3f5f9;
    box-shadow:0px 8px 7px -6px rgba(81,108,179,.26);
    border-radius:5px;
    height: calc(100% - 20px);
    margin:20px 0;
    position: relative;
    transition:box-shadow 0.3s;
}

.experience:hover, .project:hover {
    transition:box-shadow 0.3s;
    box-shadow: 0px 8px 9px -4px rgba(81,108,179,.26);
}

.project {
    height: calc(100% - 30px);
    margin-bottom:40px;
}

.project .arrow-link {
    position:absolute;
    bottom:20px;
    left:25px;
}

img.logo {
    width: 60px;
    position: absolute;
    top: 45px;
    left: 25px;
    border-radius: 100px;
}

.experience .banner, .project .banner {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.experience .body {
    padding:20px 25px;
    height: calc(100% - 100px);
}

.project .body {
    padding:20px 25px;
}

.experience .company {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01rem;
    color: #2f4662;
}

.experience .role, .project .title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01rem;
    color: #2f4662;
    line-height: 1.2;
    margin: 5px 0 10px;
}

.experience .role {
    height: calc(100% - 115px);
}

.experience .date {
    font-weight: 600;
    letter-spacing: -0.01rem;
    color: #2f4662;
}

.view-more {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul.tags {
    margin: 0;
    list-style: none;
    padding: 0;
}
li.tag {
    display: inline-block;
    background: #dbe4ea;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.arrow-link {
    color:#16EDC6;
    font-weight:500;
    letter-spacing: -0.03rem;
    display: flex;
    align-items: center;
}

.arrow-link svg {
    transform:rotate(-90deg);
    width: 22px;
    margin-left:5px;
}


.view-all {
    margin:0 auto;
}

.btn-outline {
    border: 2px solid #16EDC6;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .card {
        padding: 20px 25px 35px;
    }

    .skill .title {
        width: 25%;
        margin-right: 20px;
    }

    .skill .level {
        width:65%;
        height:10px;
    }

    .skill .value {
        height:10px;
    }
    .experience .banner {
        height: 150px;
    }

    .experience .role {
        height: calc(100% - 110px);
    }

    .project .body {
        height:unset;
    }
}
