body {
    font-family: Outfit, sans-serif
}

h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width:800px) {
    h1 {
        line-height: 38px
    }
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 32px;
        line-height: 32px
    }
}

h1 span {
    background-color: #232933;
    padding: 4px 10px 6px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500
}

h1 span.wave {
    background: none;
    cursor: grab
}

body.home h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px
}

@media screen and (max-width:600px) {
    body.home h2 {
        font-size: 16px
    }
}

h2 {
    color: #fff
}

body.home h3 {
    color: #1ad78c
}

body.about #hero h2 {
    color: #1ad78c;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px
}

@media screen and (max-width:600px) {
    body.about #hero h2 {
        font-size: 16px
    }
}

.text-caps-head {
    font-size: 16px;
    font-weight: 900
}

.tooltip:after {
    border-radius: 5px;
    font-size: 13px;
    overflow: hidden;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    background: #fff;
    color: #232933
}

.items-main .item.tooltip:after {
    margin-top: -137px
}

#main-pagination .tooltip:after,
#modal-pagination .tooltip:after,
#portfolio-pagination .tooltip:after {
    margin: 0 15px
}

.items-pagination .tooltip:after {
    margin-bottom: 5px
}

@media screen and (max-width:600px) {
    .items-pagination .tooltip:after {
        display: none
    }
}

@media screen and (max-width:1280px) {
    #modal-pagination .tooltip:after {
        display: none
    }
}

#cards {
    overflow: hidden;
    height: 585px;
    padding-top: 5px;
    margin-top: -20px
}

@media screen and (max-width:1400px) {
    #cards {
        padding-top: 55px;
        height: auto
    }
}

#cards .card {
    margin-top: 5px;
    margin-bottom: 10px
}

.card {
    border-radius: 5px;
    box-shadow: -5px -5px 0 0 #1ad78c;
    border: 0;
    margin: 0 10px;
    padding: 0 15px 10px;
    position: relative
}

.card.alt {
    box-shadow: 5px -5px 0 0 #1ad78c
}

.card.path-option {
    cursor: pointer;
    margin-top: 42px;
    margin-bottom: 30px
}

@media screen and (max-width:600px) {
    .card.path-option {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.card.path-option.rocket {
    margin-bottom: 160px
}

.card.active .icon {
    animation: bounce;
    animation-duration: 1.5s
}

.card .card-body input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    cursor: pointer
}

.card .card-body label {
    font-size: 25px;
    font-weight: 600;
    color: #232933;
    cursor: pointer
}

.card .card-body p {
    font-size: 16px;
    font-weight: 300;
    margin-left: 35px;
    margin-bottom: 0
}

@media screen and (max-width:600px) {
    .card .card-body p {
        margin-left: 0
    }
}

@media screen and (max-width:600px) {
    .card .card-body br {
        display: none
    }
}

.card.large {
    height: 575px;
    display: none;
    overflow: hidden
}

@media screen and (max-width:1400px) {
    .card.large {
        margin-top: 50px;
        height: auto
    }
}

@media screen and (max-width:840px) {
    .card.large {
        height: auto;
        overflow: visible;
        margin-bottom: 100px
    }
}

.card.no-padding {
    padding: 0
}

.loading-wrapper {
    height: 100%;
    display: none
}

.faux-checkmark {
    outline: 2px solid #d9d9d9;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    margin-top: 10px
}

.faux-checkmark.active {
    outline: 2px solid #1ad78c;
    vertical-align: top
}

.faux-checkmark.active input {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/checkmark.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 1px
}

.close-modal {
    position: absolute;
    right: -20px;
    top: -20px
}

.close-modal img {
    height: 40px;
    width: 40px
}

.icon {
    position: absolute;
    right: 30px;
    top: 10px
}

.icon.car img {
    width: 50px;
    height: 50px
}

.icon.car.page {
    position: relative;
    top: -4px;
    display: none;
    z-index: 200;
    margin-left: -500px;
    width: 50px
}

@media screen and (max-width:1400px) {
    .icon.car.page {
        margin-left: -30px
    }
}

.icon.rocket img {
    width: 55px;
    height: 55px
}

.icon.rocket.page {
    position: relative;
    top: -4px;
    display: none;
    z-index: 100;
    margin-left: -30px;
    width: 50px
}

.icon-cross,
.icon-menu {
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    height: 1em;
    position: relative;
    text-indent: -9999px;
    width: 1em
}

.icon-cross:after,
.icon-cross:before,
.icon-menu:after,
.icon-menu:before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%)
}

.icon-cross:before {
    background: currentColor;
    height: .1rem
}

.icon-cross:after {
    background: currentColor;
    width: .1rem
}

.icon-cross:before {
    width: 100%
}

.icon-cross:after {
    height: 100%
}

.icon-cross:after,
.icon-cross:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-menu:before {
    background: currentColor;
    box-shadow: 0 -.35em, 0 .35em;
    height: .1rem;
    width: 100%
}

#expand-current-item {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10
}

@media screen and (max-width:600px) {
    #expand-current-item {
        right: 15px;
        top: 30px
    }
}

@media screen and (max-width:480px) {
    #expand-current-item {
        right: 10px;
        top: 20px
    }
}

#expand-current-item img {
    width: 40px;
    height: 40px
}

.location {
    display: none;
    position: relative;
    height: 100%
}

@media screen and (max-width:600px) {
    .location {
        height: auto
    }
}

.location .location-marker {
    margin: 45px 0 0 25px;
    position: absolute;
    display: none
}

@media screen and (max-width:600px) {
    .location .location-marker {
        margin: 25px 0 0 20px
    }
}

.location .description {
    padding: 40px 41px 50px 60px
}

@media screen and (max-width:600px) {
    .location .description {
        padding: 20px 20px 30px 55px
    }
}

.location .description h2 {
    font-size: 28px;
    color: #232933
}

@media screen and (max-width:600px) {
    .location .description h2 {
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 22px;
        line-height: 28px
    }
}

.location .description p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

@media screen and (max-width:840px) {
    .location .description p {
        font-size: 16px;
        line-height: 24px;
        margin-left: -30px;
        margin-bottom: 10px
    }
}

.location .description p strong {
    font-weight: 600
}

@media screen and (max-width:840px) {
    .location .description .tags {
        margin-left: -30px
    }
}

.location .description .btn {
    margin-top: 3px
}

.portfolio-item {
    background: #f1f1f1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 575px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:600px) {
    .portfolio-item {
        min-height: 480px
    }
}

.portfolio-item.website {
    background-image: url(/img/screen-sm.png);
    background-size: 510px 480px;
    background-position: -20px 10px;
    background-repeat: no-repeat
}

@media screen and (max-width:600px) {
    .portfolio-item.website {
        background-position: center -10px;
        background-size: 450px 400px
    }
}

.portfolio-item.picture {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.portfolio-item .item .screen {
    width: 338px;
    height: 200px;
    overflow-y: scroll;
    margin: 0 auto;
    margin-top: 64px;
    margin-left: 53px;
    cursor: pointer
}

.portfolio-item .item .screen img {
    width: 335px
}

@media screen and (max-width:600px) {
    .portfolio-item .item .screen {
        width: 294px;
        height: 161px;
        margin: 0 auto;
        margin-top: 38px
    }

    .portfolio-item .item .screen img {
        width: 294px
    }
}

.portfolio-item .title {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    height: 150px;
    padding: 50px 15px;
    width: 100%;
    z-index: 100;
    text-align: center;
    border-top: 1px solid #f1f1f1
}

@media screen and (max-width:600px) {
    .portfolio-item .title {
        background-color: #fff
    }
}

.portfolio-item .title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.portfolio-item .title p {
    font-weight: 300;
    font-size: 16px
}

.portfolio-item .title .btn {
    position: absolute;
    top: -18px;
    margin-left: -37px
}

.btn {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    line-height: 14px
}

.btn.blue {
    background: #1d5abf;
    color: #fff
}

.btn.clear,
.btn .clear:visited {
    background: none;
    color: #fff;
    border: 1px solid #fff
}

.btn.clear:active,
.btn.clear:hover,
.btn .clear:visited:active,
.btn .clear:visited:hover {
    background: #fff;
    color: #232933
}

.btn.clear-dark {
    background: none;
    color: #232933;
    border: 1px solid #d9d9d9
}

.btn.clear-dark:active,
.btn.clear-dark:hover {
    background: #fff
}

.btn.btn-link {
    box-shadow: none
}

.btn:hover {
    transition: .5s ease-in-out
}

.btn.btn-sm {
    line-height: 12px;
    padding: 8px 10px
}

.linkedin-link {
    margin-left: 20px
}

.items {
    background: #f1f1f1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 575px;
    position: relative
}

@media screen and (max-width:600px) {
    .items {
        min-height: 480px
    }
}

.items.website {
    background-image: url(/img/screen-sm.png);
    background-size: 651px 600px;
    background-repeat: no-repeat;
    background-position: center 0
}

@media screen and (max-width:1280px) {
    .items.website {
        background-size: 550px 500px
    }
}

@media screen and (max-width:600px) {
    .items.website {
        background-size: 450px 450px
    }
}

.items.picture {
    background-position: top;
    border-left: 1px solid #f1f1f1;
    background-repeat: no-repeat;
    background-size: 100%
}

@media screen and (max-width:600px) {
    .items.picture {
        background-position: center 40px
    }
}

.items.small.website {
    background-size: 531px 480px;
    background-position: -20px 10px
}

@media screen and (max-width:1280px) {
    .items.small.website {
        background-size: 550px 500px
    }
}

@media screen and (max-width:600px) {
    .items.small.website {
        background-size: 450px 450px
    }
}

.items .item {
    display: none
}

.items .item.active {
    display: block;
    min-height: 400px;
    cursor: pointer
}

@media screen and (max-width:600px) {
    .items .item.active {
        min-height: 350px
    }
}

.items .item .screen {
    width: 435px;
    height: 253px;
    overflow-y: scroll;
    margin: 0 auto;
    margin-top: 66px;
    cursor: pointer
}

.items .item .screen img {
    width: 435px
}

@media screen and (max-width:1280px) {
    .items .item .screen {
        width: 360px;
        height: 205px;
        margin-top: 56px
    }

    .items .item .screen img {
        width: 360px
    }
}

@media screen and (max-width:600px) {
    .items .item .screen {
        width: 295px;
        height: 180px;
        margin-top: 56px
    }

    .items .item .screen img {
        width: 295px
    }
}

.items .title {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media screen and (max-width:600px) {
    .items .title {
        padding-top: 20px;
        background-color: #f1f1f1
    }
}

.items .title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.items .title p {
    font-weight: 300;
    font-size: 16px
}

.pagination-dots {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    padding: 0;
    margin: 0 auto 0 -8px;
    text-align: center
}

.pagination-dots.modal {
    top: 22px;
    bottom: 0;
    margin-left: 0
}

.pagination-dots li {
    height: 10px;
    width: 10px;
    background-image: url(/img/pagination-marker.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 100;
    list-style: none;
    display: inline-block;
    margin: 0 6px
}

.pagination-dots li.active {
    background-image: url(/img/dot-marker.svg)
}

.tags {
    margin: 0
}

.tags.float-bottom {
    position: absolute;
    bottom: 50px
}

@media screen and (max-width:840px) {
    .tags.float-bottom {
        position: relative;
        bottom: 0;
        margin-left: -30px
    }
}

.tags li {
    background-color: #d9d9d9;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #232933;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px
}

.tags.white li {
    background: #fff;
    color: #232933
}

#timeline-wrapper {
    max-width: 100%
}

@media screen and (max-width:1400px) {
    #timeline-wrapper {
        position: relative
    }
}

#timeline {
    height: 50px;
    background-image: url(/img/dotted-line.png);
    background-size: 11px 1px;
    background-repeat: repeat-x;
    background-position: 50%
}

@media screen and (max-width:1400px) {
    #timeline {
        position: absolute;
        top: -620px
    }
}

#timeline #dot-markers-wrapper {
    display: none
}

#timeline #dot-markers-wrapper #dot-markers {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: space-around
}

@media screen and (max-width:1400px) {
    #timeline #dot-markers-wrapper #dot-markers {
        display: none
    }
}

#timeline #dot-markers-wrapper #dot-markers .dot-marker {
    height: 13px;
    width: 13px;
    background-image: url(/img/dot-marker.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: -38px;
    z-index: 100;
    cursor: pointer
}

#timeline #dot-markers-wrapper #dot-markers .dot-marker .marker-label {
    display: none;
    margin-top: 25px;
    margin-left: -41px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    width: 100px
}

#timeline #dot-markers-wrapper #dot-markers .dot-marker .marker-label span {
    display: block;
    font-weight: 600;
    font-size: 16px
}

#timeline .project-count {
    display: none
}

#portfolio-pagination .slick-next {
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-top: 270px;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px;
    z-index: 101
}

@media screen and (max-width:1400px) {
    #portfolio-pagination .slick-next {
        left: 15px;
        margin-top: -7px
    }
}

#portfolio-pagination .slick-prev {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 40px;
    margin-top: 270px;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px;
    z-index: 101
}

@media screen and (max-width:1400px) {
    #portfolio-pagination .slick-prev {
        right: 15px;
        margin-top: -7px
    }
}

#main-pagination {
    display: none
}

#main-pagination .prev-location {
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-top: 265px;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px;
    z-index: 101
}

@media screen and (max-width:1400px) {
    #main-pagination .prev-location {
        left: 15px;
        margin-top: -12px
    }
}

#main-pagination .next-location {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 40px;
    margin-top: 265px;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px;
    z-index: 101
}

@media screen and (max-width:1400px) {
    #main-pagination .next-location {
        right: 15px;
        margin-top: -12px
    }
}

#modal-pagination {
    display: none;
    z-index: 50
}

#modal-pagination .prev-modal-item {
    left: -20px
}

#modal-pagination .next-modal-item,
#modal-pagination .prev-modal-item {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 28%;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px
}

#modal-pagination .next-modal-item {
    right: -20px
}

.modal.active .modal-overlay {
    background: rgba(35, 41, 51, .6)
}

#source-code.modal .modal-container {
    max-width: 60%;
    min-height: 60%;
    border-radius: 5px;
    padding: 30px
}

@media screen and (max-width:600px) {
    #source-code.modal .modal-container {
        padding: 15px
    }
}

#source-code.modal .modal-container h2 {
    color: #232933;
    display: flex
}

@media screen and (max-width:800px) {
    #source-code.modal .modal-container h2 {
        font-size: 28px
    }
}

#source-code.modal .modal-container h2 img {
    margin: 0 10px 0 -5px;
    vertical-align: middle
}

#source-code.modal .modal-container h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: none
}

#source-code.modal .modal-container p a {
    color: #1d5abf
}

@media screen and (max-width:800px) {
    #source-code.modal .modal-container {
        max-width: 80%
    }
}

@media screen and (max-width:600px) {
    #source-code.modal .modal-container {
        max-width: 95%
    }
}

.modal.modal-lg .modal-container {
    max-width: 1400px;
    max-height: 1000px;
    min-height: 800px;
    border-radius: 5px;
    position: relative;
    padding: 0
}

@media screen and (max-width:1400px) {
    .modal.modal-lg .modal-container {
        max-width: 90%;
        max-height: 95%;
        min-height: 500px
    }
}

@media screen and (max-width:600px) {
    .modal.modal-lg .modal-container {
        min-height: 95%
    }
}

.modal.modal-lg .modal-container .modal-item .modal-image {
    margin-bottom: -6px;
    max-width: 1400px;
    max-height: 700px;
    max-height: 59vh;
    overflow: scroll;
    z-index: 5;
    border-top-left-radius: 5px
}

@media screen and (max-width:1400px) {
    .modal.modal-lg .modal-container .modal-item .modal-image {
        max-height: 40vh
    }
}

.modal.modal-lg .modal-container .modal-item .modal-image img {
    z-index: 5;
    width: 100%
}

.modal.modal-lg .modal-container .modal-item .modal-action-bar {
    height: 53px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #fff;
    line-height: 53px;
    padding: 0 25px;
    z-index: 10;
    position: relative
}

@media screen and (max-width:1400px) {
    .modal.modal-lg .modal-container .modal-item .modal-action-bar {
        padding: 0 10px
    }
}

.modal.modal-lg .modal-container .modal-item .modal-action-bar p {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    max-height: 50px
}

.modal.modal-lg .modal-container .modal-item .modal-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.modal.modal-lg .modal-container .modal-item .modal-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.modal.modal-lg .modal-container .modal-item .modal-content h4 span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px
}

.modal.modal-lg .modal-container .modal-item .modal-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px
}

@media screen and (max-width:600px) {
    .modal.modal-lg .modal-container .modal-item .modal-content p {
        font-size: 14px;
        line-height: 20px
    }
}

.modal.modal-lg .modal-container .modal-item .modal-content p a {
    font-weight: 500
}

.modal.modal-lg .modal-container .modal-item .modal-content br {
    line-height: 15px
}

@media screen and (max-width:600px) {
    .modal.modal-lg .modal-container .modal-item .modal-content .tags {
        display: none
    }
}

.modal.modal-lg .modal-container .modal-item .modal-content .divided {
    border-left: 1px solid #d9d9d9
}

@media screen and (max-width:600px) {
    .modal.modal-lg .modal-container .modal-item .modal-content .divided {
        border-left: none;
        border-top: 1px solid #d9d9d9
    }
}

.modal.modal-lg .modal-container .modal-item .modal-content .column {
    padding: 25px 30px 30px
}

.items-pagination .prev-item {
    left: 30px
}

.items-pagination .next-item,
.items-pagination .prev-item {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 40px;
    margin-top: 280px;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 40px
}

.items-pagination .next-item {
    right: 30px
}

.message {
    position: absolute;
    display: none
}

.message.about {
    right: 40px;
    top: -30px
}

@media screen and (max-width:800px) {
    .message.about {
        top: -80px;
        right: 10px
    }
}

.message.about img {
    width: 165px
}

@media screen and (max-width:800px) {
    .message.about img {
        width: 120px
    }
}

.message.journey,
.message.portfolio {
    right: 60px;
    top: 95px
}

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

    .message.journey,
    .message.portfolio {
        right: 60px;
        top: 95px
    }
}

.message.journey img,
.message.portfolio img {
    width: 120px
}

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

    .message.journey img,
    .message.portfolio img {
        width: 90px
    }
}

#mind-map {
    background: url(/img/star-burst-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 542px 503px;
    height: 526px;
    position: relative
}

@media screen and (max-width:800px) {
    #mind-map {
        margin-top: 90px;
        background: none;
        height: auto;
        margin-bottom: 30px
    }
}

#mind-map .center-image {
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 85%, .5);
    padding: 10px;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -35px
}

@media screen and (max-width:800px) {
    #mind-map .center-image {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -60px;
        border-radius: 80px;
        height: 103px;
        width: 103px
    }
}

#mind-map .center-image #image-wrapper {
    height: 100px;
    width: 100px;
    padding: 15px;
    border: 6px solid #fff;
    background: #fff;
    border-radius: 100px;
    margin: -1px 0 0 -1px
}

@media screen and (max-width:800px) {
    #mind-map .center-image #image-wrapper {
        padding: 10px;
        height: 80px;
        width: 80px;
        margin: 1px 0 0 1px
    }
}

#mind-map .center-image #image-wrapper.skill {
    border: 6px solid #1ad78c;
    background: #fff
}

#mind-map .center-image #image-wrapper.family {
    border: 6px solid #ff6e41;
    background: #fff
}

#mind-map .center-image #image-wrapper.hobby {
    border: 6px solid #ffee90;
    background: #fff
}

#mind-map .center-image #image-wrapper.sport {
    border: 6px solid #4db0da;
    background: #fff
}

#mind-map .center-image #image-wrapper img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px
}

@media screen and (max-width:800px) {
    #mind-map .center-image #image-wrapper img {
        height: 80px;
        width: 80px
    }
}

#mind-map .center-image #image-wrapper img.image {
    top: 29px;
    left: 29px;
    height: 60px;
    width: 60px
}

@media screen and (max-width:800px) {
    #mind-map .center-image #image-wrapper img.image {
        height: 45px;
        width: 45px
    }
}

#mind-map ul {
    list-style-type: none;
    margin: 30px 0 0
}

@media screen and (max-width:800px) {
    #mind-map ul {
        margin: 0
    }
}

#mind-map ul li {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-block;
    margin: 21px 45px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    border-radius: 10px
}

#mind-map ul li.middle-item-right {
    margin-right: 100px;
    margin-left: 100px
}

#mind-map ul li.middle-item-left {
    margin-left: 80px;
    margin-right: 136px
}

@media screen and (max-width:900px) {
    #mind-map ul li {
        margin: 21px 35px
    }
}

@media screen and (max-width:800px) {
    #mind-map ul li {
        margin: 10px 8px;
        font-size: 16px;
        padding: 5px 10px
    }

    #mind-map ul li.middle-item-left,
    #mind-map ul li.middle-item-right {
        margin-right: 8px;
        margin-left: 8px
    }
}

#mind-map ul li[data-type]:hover {
    cursor: default
}

#mind-map ul li[data-type=skill]:hover {
    background: #1ad78c
}

#mind-map ul li[data-type=family]:hover {
    background: #ff6e41
}

#mind-map ul li[data-type=hobby]:hover {
    background: #ffee90
}

#mind-map ul li[data-type=sport]:hover {
    background: #4db0da
}

#about {
    margin-bottom: 30px
}

#about h2 {
    font-size: 28px
}

#about p {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

#resume {
    padding-bottom: 200px;
    padding-top: 50px;
    margin-top: -50px
}

#resume h2 {
    color: #1ad78c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 30px
}

#resume h3 {
    margin-bottom: 20px
}

#resume h3,
#resume h4,
#resume p {
    color: #3b4351
}

#resume p {
    color: #3b4351
}

#resume ul {
    list-style-type: none;
    margin: 0
}

#resume ul li {
    margin-bottom: 5px
}

#resume ul li img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: -3px 3px 0 0 #1ad78c
}

#resume ul li .content h4 {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 22px
}

#resume ul li .content p {
    font-size: 18px;
    font-weight: 400
}

#resume ul li .content p strong {
    font-weight: 600
}

#resume ul.education li,
#resume ul.experience li {
    margin-bottom: 20px;
    display: flex
}

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

    #resume ul.education li,
    #resume ul.experience li {
        margin-bottom: 0
    }
}

#resume #skills h3 span {
    font-weight: 300
}

#resume #skills h4 {
    color: #1ad78c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900
}

#resume #skills ul {
    margin-bottom: 30px
}

#footer-content {
    position: relative
}

#footer-content #moose {
    position: absolute;
    right: 160px;
    top: 55px;
    cursor: pointer;
    --animate-duration: 2s;
    z-index: 20
}

@media screen and (max-width:600px) {
    #footer-content #moose {
        right: 65px;
        top: 55px
    }
}

#footer-content #monster {
    position: absolute;
    left: 210px;
    top: 75px;
    cursor: pointer;
    --animate-duration: 2s;
    z-index: 20
}

@media screen and (max-width:600px) {
    #footer-content #monster {
        left: 100px;
        top: 72px
    }
}

#footer-content #logs {
    position: absolute;
    left: 160px;
    top: 75px;
    cursor: pointer;
    --animate-duration: 2s;
    z-index: 20
}

@media screen and (max-width:600px) {
    #footer-content #logs {
        left: 50px;
        top: 75px
    }
}

#footer-content #source {
    width: 50px;
    height: 100px;
    top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    cursor: pointer;
    --animate-duration: 2s;
    position: absolute
}

@media screen and (max-width:600px) {
    #footer-content #source {
        top: 20px
    }
}

#footer-content #source .grass {
    top: 26px;
    z-index: -2;
    position: absolute;
    margin-left: -5px
}

@media screen and (max-width:600px) {
    #footer-content #source .grass {
        margin-left: 0;
        top: 25px
    }
}

#footer-content #source .source {
    display: none;
    position: absolute;
    z-index: -3
}

@media screen and (max-width:600px) {
    #footer-content #source .source {
        margin-left: 5px
    }
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #20202d;
    background-image: url(/img/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-top: 8px solid #1ad78c
}

body.about {
    background-image: url(/img/about-bg.jpg);
    background-color: #131419
}

.container {
    position: relative
}

#content {
    padding-bottom: 80px;
    height: 630px
}

#content.portfolio {
    height: 610px
}

.columns .no-margin {
    margin: 0
}

header {
    margin: 20px 20px 0 0
}

@media screen and (max-width:840px) {
    header {
        margin: 20px 0 0 10px
    }
}

@media screen and (max-width:840px) {
    header #nav {
        display: none;
        background: #fff;
        width: 93%;
        padding: 10px 20px;
        border-radius: 5px;
        position: absolute;
        margin: 85px 18px 0;
        top: 0;
        right: 0;
        z-index: 210
    }
}

header #nav a.btn-link {
    font-size: 16px;
    color: #fff;
    margin-left: 35px;
    padding: 10px 15px;
    line-height: 14px
}

@media screen and (max-width:960px) {
    header #nav a.btn-link {
        margin-left: 10px
    }
}

@media screen and (max-width:840px) {
    header #nav a.btn-link {
        display: block;
        margin-left: 0;
        color: #232933;
        margin: 10px 0
    }
}

header #nav a.btn-link.active,
header #nav a.btn-link:hover {
    background-color: #68738f;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25)
}

header #logo img {
    width: 261px
}

@media screen and (max-width:600px) {
    header #logo img {
        width: 240px
    }
}

header #mobile-menu {
    border: none;
    border-radius: 5px;
    color: #232933;
    margin-top: 15px;
    margin-right: 10px;
    display: none;
    z-index: 210;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25)
}

@media screen and (max-width:840px) {
    header #mobile-menu {
        display: block
    }
}

header #mobile-menu .icon {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px
}

.menu-overlay {
    display: none;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(35, 41, 51, .6)
}

@media screen and (max-width:840px) {
    .menu-overlay {
        display: none
    }
}

#hero {
    padding: 105px 0 65px
}

@media screen and (max-width:600px) {
    #hero {
        padding: 20px 0 15px
    }
}

#hero.about {
    padding: 65px 0 0
}

@media screen and (max-width:800px) {
    #hero.about {
        padding: 20px 0 15px
    }
}

#locations {
    padding: 25px 0 65px
}

.portfolio {
    padding-bottom: 200px
}

.portfolio #content-wrapper {
    margin-top: 40px
}

.journey {
    padding-bottom: 200px
}

footer {
    background-image: url(/img/footer-landscape-bg-1.png);
    height: 140px;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 3000px 140px;
    position: fixed;
    bottom: 0;
    z-index: 10
}

@media screen and (max-width:600px) {
    footer {
        height: 116px
    }
}

footer .copyright {
    position: relative;
    top: 92px;
    height: 48px;
    color: #fff;
    background: #34936e;
    line-height: 48px;
    z-index: 0
}

@media screen and (max-width:600px) {
    footer .copyright {
        top: 68px
    }
}

.move-down {
    top: 190px;
    transition: all .25s ease-in-out
}

.move-right-off-screen {
    margin-right: -2000px;
    transition: all 7s ease-in-out
}

.move-right-fast-off-screen {
    margin-right: -2000px;
    transition: all 2.5s ease-in-out
}

.page.move-right-fast-on-screen {
    right: -50%;
    transition: all 1.5s ease-out
}

.page.move-right-on-screen {
    right: -606px;
    transition: all 3s ease-in-out
}

@media screen and (max-width:1400px) {
    .page.move-right-on-screen {
        right: -53%
    }
}

.move-to-marker-1,
.move-to-marker-2,
.move-to-marker-3,
.move-to-marker-4,
.move-to-marker-5 {
    transition: all 3s ease-in-out
}

.page.move-to-marker-1 {
    right: -606px
}

.page.move-to-marker-2 {
    right: -860px
}

.page.move-to-marker-3 {
    right: -1115px
}

.page.move-to-marker-4 {
    right: -1370px
}

.page.move-to-marker-5 {
    right: -1625px
}

.loading-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.loading-icon img {
    width: 55px;
    height: 55px
}