.card-inner {
    top: 0;
    height: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

@media (max-width: 560px) {
    .container {
        padding-top: 0;
    }
    
    .card-started .profile {
        height: calc(100vh);
        min-height: 560px;
    }
}

.card-started .profile {
    padding: 0px;
}


.card-started .profile .image {
    margin: 0px 0 60px 0;
    width: 200px;
}

.card-started .profile .image:before {
    background: none;
    top: 0;
    left: 0;
}

.content .title {
    font-weight: normal;
    text-transform: uppercase;
}

.skill-title .name {
    font-size: 20px;
}

.card-started .profile .image img {
    border: 3px solid #dddddd !important;
}

.content .title {
    padding: 0 0 10px 0;
    min-height: 10px;
}

.skills-list.list ul li {
    padding-top: 5px;
    padding-bottom: 10px;
}

.content:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .content.about .row .col:first-child {
        padding-bottom: 20px;
    }
}

.leaflet-bottom {
    display: none !important;
}

.card-inner .card-wrap {
    padding: 0 30px 0 30px;
    position: relative;
    align-content: space-around;
}

.subtitle {
    color: #213889;
    margin-top: 1em !important;
}

.subtitle a:hover {
    color: #213889;
    margin-top: 1em !important;
}

.row .col {
    padding: 20px 30px 20px 30px;
}

.fa {
    margin-right: 20px;
}

.skills-list.list ul li {
    font-size: 1.2em;
}