@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

html {
    font-size: 13px;
    letter-spacing: 0px;
    scroll-behavior: smooth;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 0 !important;
}

body {
    position: relative;
    color: #000;
    background-color: #efece3;
    z-index: 0;
}

/* body:before {
    content: '';
    display: block;
    background-attachment: scroll;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    pointer-events: none;
    transform: scale(1);
    background-image: url(../img/home/download.svg), linear-gradient(45deg, #CFABA3 0%, #EDE4DB 100%);
    background-size: 1536px, auto;
    background-position: center, 0% 0%;
    background-repeat: repeat, repeat;
} */

section {
    position: relative;
}

footer {
    font-size: 11px;
}

.page {
    padding-top: 1.5rem;
    max-width: 1320px;
    margin: auto;
    padding-bottom: 1.5rem;
}

.is-display {
    font-family: "Open Sans", sans-serif !important;
    line-height: 32px;
    transition: all 1s;
}

.is-mono,
button,
input,
textarea {
    font-family: "Open Sans", sans-serif !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #000;
    font-weight: 600;
    line-height: normal;
}

::selection {
    color: #fff;
    background-color: #000;
}

hr {
    margin: 16px 0px 16px;
    height: 1px;
    background-color: #cccccc;
}

hr.thick {
    height: 4px;
}

hr.extra-thick {
    height: 4px;
    margin: -24px 0px 20px;
}

hr.double {
    height: 9px;
    background-color: transparent;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
}

.section-heading {
    /* display: flex; */
    align-items: center;
    margin: 0px 0px 16px;
    text-align: center;
}

.section-heading h2 {
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.section-heading p {
    margin: 0.5rem;
    font-size: 1.2rem;
    font-style: italic;
    color: #000;
}

.title {
    margin: 16px 0px 16px !important;
    font-weight: normal !important;
    color: #000;
}

.profile {
    font-weight: normal;
    font-size: 33px;
    line-height: 40px;
    padding: 0px 8px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 849px) {
    .columns {
        margin: 0px 0px 0px 0px !important;
    }

    .column {
        padding: 0px 12px 0px;
    }

    .column:first-child {
        padding: 0px 12px 0px 0px;
    }

    .column:last-child {
        padding: 0px 0px 0px 12px;
    }

    .column:not(:last-child) {
        border-right: 1px solid #000;
    }

    .column:only-child {
        /* Handle single column case */
        padding: 0px 12px;
    }

    .column-first {
        padding: 0px !important;
    }

    .headline {
        margin-bottom: 28px !important;
    }

    footer.columns {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 848px) {
    .main-title {
        padding-bottom: 8px !important;
    }

    .avatar {
        padding: 24px;
    }

    .columns {
        margin: 0px 0px 0px 0px !important;
    }

    .column {
        padding: 0px 0px;
        margin-bottom: 0px !important;
    }

    hr.title-rule {
        margin: 12px 0px 16px !important;
    }

    .left-border {
        border-left: 1px solid #000;
        padding-left: 12px !important;
        margin-left: 8px;
    }

    .headline {
        margin-bottom: 34px !important;
    }

    .quote {
        margin-bottom: 16px !important;
    }

    .profile {
        font-size: 24px;
        line-height: 32px;
    }

    summary {
        padding: 0px 8px;
    }

    .newLastP {
        margin-bottom: 1em;
    }

    .cookie-btn {
        margin: 0 0 0 15px;
    }

    .cookie p {
        font-size: 10px;
    }

    footer {
        margin-bottom: 16px !important;
    }
}

.undivided {
    border: none !important;
}

img.lazy-load {
    opacity: 0;
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

img.loaded {
    opacity: 1;
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

article img {
    filter: grayscale(100%);
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

article:hover img {
    filter: grayscale(0%);
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

img {
    filter: grayscale(0%);
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

img:hover {
    filter: grayscale(0%);
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

.profile-pic {
    filter: grayscale(0%);
    transition-property: filter, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease;
    border-radius: 13px;
    border: 2px solid #000;
    max-width: 100%;
    height: auto;
}

.no-margin {
    margin: 0px !important;
}

.handle {
    position: relative;
    bottom: 11px;
    padding: 8px 8px 8px;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
}

a.highlight {
    color: #000;
    --n: 4;
    text-decoration: none;
    background: linear-gradient(to right, #000 calc(100% / var(--n)), transparent 0 calc((var(--n) - 1) * 100% / var(--n)), #000 0) bottom right/ calc(var(--n) * 100%) 1px no-repeat;
}

a.highlight:hover {
    background-position: bottom left;
    transition: 1.5s;
}

a::selection {
    color: #000;
    background-color: rgba(125, 125, 125, 0.18);
}

.main-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 32px !important;
    margin: 0px !important;
}

.single-line {
    white-space: nowrap;
}

article {
    position: relative;
    display: flex;
}

.article-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 32px !important;
    margin: 0px 0px 8px !important;
}

.client-list-title {
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 32px !important;
    margin: 0px;
}

.external-link {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

article>.external-link {
    margin-top: 8px;
}

.external-link a {
    padding-top: 1px;
}

.icon {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin-right: 8px;
}

.no-bullet ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#static {
    height: 56px;
    width: 100%;
    background-color: #000;
}

.custom-progress .progress-bar {
    background-color: #cccccc;
    animation: load 10s 0s;
    -webkit-animation: load 10s 0s;
    -moz-animation: load 10s 0s;
    -o-animation: load 10s 0s;
}

@keyframes load {
    from {
        width: 0%;
    }
}

.skill .alignleft {
    float: left;
    margin-bottom: 10px;
}

.skill .alignright {
    float: right;
    margin-bottom: 10px;
}

.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    width: 100%;
    border-radius: 0px;
    background-color: #efece3;
}

.hide {
    display: none;
}

.map {
    filter: grayscale(100%);
    height: 99%;
    width: 100%;
    border: 1px solid #000;
}

.skill-tag {
    /* font-size: 1em;
    padding: 3px 7px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000; */

    font-size: 1em;
    padding: 3px 7px;
    margin: 5px 5px 5px 0px;
    background: #EDF2F7;
    border-radius: 3px;
}

.skill-tag:first-child {
    margin-left: 0;
}

.skill-group {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
}

.medium-image {
    border: 1px solid #000;
}

.medium-title {
    margin: 16px 0px 8px !important;
}

.link-style-main {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

.link-creations {
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
}

.link-creations:hover {
    font-weight: 700;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
}

[data-title] {
    position: relative;
    cursor: help;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    top: -30px;
    font-size: 1em;
    white-space: nowrap;
    left: 50%;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    color: #000;
    background-color: #efece3;
    transform: translateX(-50%);
}

#scrollUp {
    display: none;
    position: fixed;
    bottom: 55px;
    right: 10px;
    font-size: 20px;
    line-height: 0;
    padding: 5px;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
    /* box-shadow: 0 0.1875rem 0.4375rem 0 rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.13); */
    cursor: pointer;
    z-index: 1;
}

#scrollUp:hover {
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
}

.btnEntrance {
    animation-duration: 0.5s;
    animation-name: btnEntrance;
}

@keyframes btnEntrance {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.btnExit {
    animation-duration: 0.5s;
    animation-name: btnExit;
    visibility: hidden;
}

@keyframes btnExit {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

.section-count {
    position: absolute;
    z-index: -1;
    /* opacity: 0.1; */
    font-size: 60px;
    line-height: 100%;
    font-weight: 900;
    color: #efece3;
}

.updating {
    animation: grow 2s ease infinite;
    right: 5px;
    top: 5px;
    position: absolute;
    letter-spacing: 0.5px;
    padding: 3px 7px;
    text-transform: uppercase;
    background-color: #efece3;
    border-radius: 10px;
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.updating::after {
    content: "Updating";
    color: #000;
    font-size: 1em;
    font-weight: 700;
}

.updated {
    width: 70px;
    animation: updated 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 25px;
    top: 9px;
    position: absolute;
    letter-spacing: 0.002in;
    background-color: #339989;
}

.updated::after {
    content: "Updated";
    color: white;
    font-size: 13px;
}

@keyframes updated {
    0% {
        box-shadow: 0 0 0 0 rgba(129, 240, 50, 0.4);
    }

    100% {
        box-shadow: 0 0 0 0.7em rgba(130, 240, 50, 0.4);
    }
}

.experience-2 .experience-2-inner {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.experience-trigger {
    display: none;
}

.experience-label {
    /* text-transform: uppercase;
    cursor: pointer;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000; */

    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #000;
}

input.experience-trigger~div label.experience-label::before {
    content: "Show More...";
}

input.experience-trigger:checked~div label.experience-label::before {
    content: "Show Less...";
}

.experience-label:hover {
    /* font-weight: 700;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000; */

    font-weight: 700;
    color: #fff;
    background-color: #000;
}

.experience-2-hide {
    clear: both;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    transform: translateY(-100%);
    margin-bottom: -999em;
    transition: all 0.5s linear, margin 0s linear 0.5s;
}

input.experience-trigger:checked~.experience-2-inner .experience-2-hide {
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0);
    margin: 0;
    transition: all 0.5s linear, margin 0s linear 0s;
}

.experience-checkbox {
    display: flex;
    justify-content: center;
}

.cookie {
    position: fixed;
    left: 50%;
    bottom: -500px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    z-index: 200;
    justify-content: center;
    color: #000;
    background-color: #fff;
    transform: translate(-50%, 0);
    background-image: linear-gradient(90deg, #ff671f, #ffffff, #046a38);
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.25);
}

.cookie p {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.cookie.show {
    bottom: 0px;
    transition: bottom 0.85s;
}

.cookie.hide {
    bottom: -200px;
    transition: bottom 0.85s;
}

.cookie-btn {
    letter-spacing: 1px;
    font-weight: 700;
    padding: 5px 10px;
    position: relative;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    background-color: #efece3;
    border: 1px solid #000;
}

.cookie-btn:hover,
.cookie-btn:focus {
    font-weight: 700;
    color: #000;
    background-color: #efece3;
    border: 1px solid #000;
}

@media (min-width: 575px) {
    .cookie {
        bottom: -200px;
        flex-direction: row;
        width: 100%;
        text-align: left;
    }

    .cookie-btn {
        margin: 0 0 0 15px;
    }
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popup {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    padding: 10px 10px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #000;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.menuHeader {
    position: sticky;
    top: 0px;
    z-index: 10;
}

.newHeader {
    margin-top: 0px !important;
}

.newSection {
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.4375rem 0 rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.13);
    border-bottom: 5px solid #efece3;
    border-radius: 1rem;
}

.newSection-count {
    z-index: 0 !important;
}

.middleHR {
    border-top: 1px solid #f2f2f2;
    padding-top: 1rem;
}

.newShowMore {
    margin-bottom: 1rem !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#yearsOfExperience {
    border-bottom: 0.15rem dotted #000;
    cursor: pointer;
}

.green {
    animation: pulse-green 2s infinite;
    margin-top: 3px;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    transform: scale(0.8);
    margin-right: 5px;
    vertical-align: text-top;
    background-color: rgba(11, 218, 7, 1);
    box-shadow: 0 0 0 0 rgb(11 218 7);
}

#statusbar p {
    color: #000;
    display: inline;
    font-weight: 400;
    font-size: 13px;
    cursor: default;
}

#statusbar .available {
    font-weight: 700;
    text-transform: uppercase;
    color: #0bda07;
}

#statusbar .extra {
    padding-left: 2px;
}

.myimg {
    cursor: pointer;
}

.myimg:hover {
    opacity: 0.5;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(11 218 7 / 70%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(11 218 7 / 0%);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(11 218 7 / 0%);
    }
}

section .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-link {
    display: flex;
    align-items: center;
    margin: .5rem;
    justify-content: center;
}