body {
    font-family: Lato, Helvetica, sans-serif;
    background-color: #f2f2f2;
    color: #333;
}

h4 {
    color: #000000;
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.relative {
    position: relative;
}

.clear-margin {
    margin: 0;
}

.mr-3 {
    margin-right: 3px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ft-15 {
    font-size: 15px;
}

.labels {
    line-height: 2;
}

.label-keyword {
    display: inline-block;
    color: black;
    font-size: 0.9em;
    padding: 5px;
    background: #e0c07555;
    border: 1px solid #000000;
    margin-right: 5px;
    margin-bottom: 5px;
}

.label-keyword:hover {
    background: #cbb400;
    border: 1px solid #000000;
}

.link-disguise {
    color: inherit;
}

.link-disguise:hover {
    color: inherit;
}

.clear-margin {
    margin: 0;
}

.main {
    padding: 5px;
}

.row {
    margin-left: -5px;
}

.card {
    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
}

.card-nested {
    min-height: 0;
    border-width: 1px 0 0 0;
    border-color: #e6e6e6;
    border-radius: 0px;
}

.card-nested:before,
.card-nested:after {
    content: " ";
    display: table;
}

.card-nested:after {
    clear: both;
}

.background-card {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 60px;
}

.background-details {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

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

.profile-card-wrapper {
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 8px;
}

.resume-card-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}

.background-details .detail {
    display: table;
}

.background-details .detail .icon {
    min-width: 45px;
    max-width: 45px;
    text-align: center;
    color: #505050;
    font-size: 16px;
}

.background-details .detail .info {
    width: 100%;
    display: table-cell;
    padding: 0 10px;
}

.background-details .detail .mobile-title {
    display: none;
}

.info .content.has-sidebar {
    width: 80%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #cdcdcd;
}

.info .sidebar {
    margin-left: 80%;
    box-sizing: border-box;
    padding: 10px;
}

.mop-wrapper>p:last-child {
    margin: 0;
}

/* Credits: http://codyhouse.co/demo/smart-fixed-navigation/index.html */
.floating-nav-trigger {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    font-size: 1.5em;
    color: #357ebd;
    z-index: 100;
    position: fixed;
    bottom: 25px;
    right: 25px;
    text-decoration: none !important;
}

.floating-nav-trigger>.close-icon {
    line-height: 50px;
}

.floating-nav-trigger .close-icon {
    display: none;
}

.floating-nav-trigger:hover {
    color: #1f496e;
    background-color: #e6e6e6;
}

.floating-nav-trigger.is-open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.floating-nav-trigger.is-open .close-icon {
    display: inherit;
}

.floating-nav-trigger.is-open .icon-bars {
    display: none;
}

.floating-nav-trigger.is-open:hover {
    background-color: white;
}

.floating-nav {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: transform 0.3s, visibility 0s 0.3s;
    -o-transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    position: fixed;
    z-index: 50;
    right: 25px;
    bottom: 25px;
    background-color: white;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    visibility: hidden;
    overflow: hidden;
}

.floating-nav ul {
    font-size: 1.2em;
    margin: 0;
}

.floating-nav ul li {
    border-bottom: 1px solid #eff2f6;
    /** menu section separators **/
}

.floating-nav ul li a {
    padding: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
}

.floating-nav ul li a:hover {
    color: #357ebd;
}

.floating-nav ul li:last-child {
    border-bottom: 0;
}

.floating-nav.is-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s, visibility 0s 0s;
    -o-transition: transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
    visibility: visible;
}

.profile-pic {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /** background-color: rgba(137, 107, 53, 0.6); **/
}

.contact-details {
    line-height: 2em;
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-details .detail {
    color: #505050;
}

.contact-details .icon {
    color: #505050;
    padding-right: 8px;
    font-size: 14px;
}

#profession {
    color: #505050;
}

.social-links {
    align-items: center;
    display: flex;
    justify-content: center;
}

.social-links a {
    text-decoration: none;
}

.social-link {
    margin-left: 5px;
    min-width: 35px;
    display: inline-block;
}

.social-link:first-child {
    margin-left: 0;
}

.social-link:hover {
    text-decoration: none;
}

.card-skills {
    position: relative;
}

.skill-info {
    margin-left: 15px;
}

ul.diamond {
    list-style: none;
}

li.mop-wrapper {
    padding-top: 0.1em;
    display: block;
    margin-left: 0.5em;
}

li.mop-wrapper::before {
    content: "\25C6";
    color: black !important;
    display: inline-block;
    font-size: 1em;
    margin-left: -1.4em;
    width: 1.3em
}

li.mop-wrapper p {
    display: inline;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.text-muted {
    color: #606060;
}

.text-secondary {
    color: #505050;
}

.text-accent {
    color: #857500;
}

.card-section {
    padding-top: 15px;
}

.contact-divider {
    opacity: 0;
}

#codewars {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .info .content.has-sidebar {
        width: 100%;
        border-right: 0;
    }

    .card-wrapper {
        float: none !important;
    }

    .clear-margin-sm {
        margin-bottom: 0;
    }

    .profile-card-wrapper {
        position: relative;
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 5px;
    }

    .row {
        margin-right: 0px;
    }

    .resume-card-wrapper {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 0px;
    }

    .background-card {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 60px;
    }

    .floating-nav {
        right: 15px;
        bottom: 15px;
    }

    .floating-nav-trigger {
        right: 15px;
        bottom: 15px;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .background-details .detail .info {
        display: table-cell;
        padding: 0px;
    }

    .name {
        margin-top: 10px;
    }

    .contact-details .detail {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-details .detail .icon,
    .contact-details .detail .info {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .profile-pic {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .contact-divider {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact-details {
        font-size: 14px;
    }

    .skill-info {
        margin-left: 0px;
    }

    .card-section {
        padding-top: 7px;
    }

    .card-nested {
        padding: 5px 0;
    }

    .background-details .detail {
        display: block;
    }

    .background-details .detail .icon {
        max-width: inherit;
        min-width: inherit;
        text-align: left;
        display: block;
        padding-bottom: 2px;
    }

    .background-details .detail .info {
        display: block;
    }

    .background-details .detail .title {
        display: none;
    }

    .background-details .detail .mobile-title {
        display: inline-block;
        margin-left: 5px;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
        color: #000000;
    }

    .background-card {
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .info .content.has-sidebar {
        padding: 0 2px;
    }

    ul {
        padding-left: 25px;
    }

    #codewars {
        margin-bottom: 20px;
    }
}

.invisible-loading {
    opacity: 0;
}
