
margin-right: 5px;@font-face {
    font-family: 'Balsamiq Sans';
    src: url('../fonts/BalsamiqSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Balsamiq Sans';
    src: url('../fonts/BalsamiqSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Balsamiq Sans';
    src: url('../fonts/BalsamiqSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Balsamiq Sans';
    src: url('../fonts/BalsamiqSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chewy';
    src: url('../fonts/Chewy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    cursor: url(../assets/cursor-default-sm.png), default;
}

body {
    font-family: 'Balsamiq Sans';
    background: #353434;
    color: #512526;
    height: 100vh;
    width: 100vw;
    overflow: hidden !important;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 2vh;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    cursor: url(../assets/cursor-default-sm.png), default;

}

a {
    color: #512526;
    font-weight: bold;
    text-decoration: none;
    cursor: url(../assets/cursor-pointer-sm.png), pointer !important;
}

hr {
    border-color: #512526;
}

.parent-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /*  font-family: 'Chewy';*/
}

.hide-this {
    display: none;
}

.intro-container {
    margin: 30px;
}

.project-screenshot {
    aspect-ratio: 16 / 9 !important;
}


.kumusta {
    color: #fff;
    /*  text-shadow: 3px 3px 3px #512526;*/
    margin: 0;
    padding: 0;
    text-align: center;
}

.flex-text {
    margin-left: 15px;
}

.d-block {
    display: block;
}

.contact-box {
    padding: 30px;
    text-align: center;
    background: #ffeeee;
}

.about-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-flex>div {
    border: 2px solid #512526;
    padding: 5px;
    margin: -1px;
    flex-grow: 1;
    background: #ffeeee7a;
}

.me-image {
    border: 5px;
    border: 2px solid #512526;
    box-shadow: 3px 3px 0 #7d3434;
    width: 70px;
    border-radius: 70px;
    margin: auto;
    display: block;
}

.me-box {
    text-align: center;
    margin: auto;
}

.skill-bar {
    background: #f1ada2;
    border-radius: 5px;
    overflow: hidden;
    height: 15px;
    width: 100%;
}

.skill-level {
    background: #7d3434;
    color: #7d3434;
    text-align: right;
    padding: 3px 5px;
    font-size: 0.2em;
    height: 100%;
    border-radius: 5px;
}

.about-flex table {
    width: 100%;
    border-collapse: collapse;
}

.about-flex th,
.about-flex td {
    text-align: left;
}

.about-flex th {
    background-color: #ddd;
}



.modal-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f1ada240;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.modal-container-close {
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.modal {
    position: relative;
    min-height: calc(100vh - 150px);
    width: calc(100% - 50px);
    max-width: 60vw;
    margin: 50px auto;
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
    background: #fbefd0;
    z-index: 9999;
}

.modal-content {
    margin: 30px;
    position: relative;
}

.s-text {
    color: #f1ada2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8a4848;
    font-weight: bold;
}

.s1-text {
    color: #512526;
    font-weight: bold;
}

.b-text {
    font-weight: bold;
}

.modal-nav {
    margin-top: 15px;
    text-align: center;
    border-top: 2px solid #512526;
    padding: 15px;
}

.modal-nav span {
    display: inline-block;
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
    background: #fee;
    padding: 3px 5px;
    margin: 5px;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
}

.project {
    padding: 15px;
    border: 2px solid #512526;
    border-radius: 5px;
    background: #ffeeee7a;
}

.project-btn {
    display: inline-block;
    text-align: center;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
    border-radius: 5px;

}

.project-btn:hover {
    color: #fee;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
}

.project-btn:active {
    transform: scale(.9);
    color: #fff;
}

.project-nav {
    display: flex;
    justify-content: space-between;
}

.project-nav a,
.project-nav span {
    color: #fee;
    padding: 2px 5px;
}

.border-default {
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
}

.table-img {
    /*  background-image: url(../assets/me.jpg);*/
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.table-contents {
    /*  font-size: 3vh;*/
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
}

.project-title {
    color: #ffeeee;
    text-align: center;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #8a4848; */
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4em;
    display: block;
    background-color: #8a4848;
    padding: 5px;
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
    margin-bottom: 15px;
}

.text-bg-imp {
    color: #ffeeee;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #8a4848;
    padding: 5px;
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
}

.text-bg-imp2 {
    color: #512526;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #ffd642;
    padding: 5px;
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
}

.table-line {
    flex-grow: 2;
    border-bottom: 5px dotted #512526;
    margin: 0 15px;
}

.table-no {
    width: 30px;
    text-align: center;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;

}


.active-menu {
    background: #8a4848 !important;
    color: #fee;
}

.close-modal {
    width: fit-content;
    font-size: .8em;
    text-align: center;
    margin: auto;
    /*  border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
    background: #fee;*/
    padding: 3px 5px;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
}

.text-center {
    text-align: center;
}

#intro {
    text-align: center;
    font-size: .8em;
    color: #512526;
    display: block;
    margin: auto;
    width: fit-content;
}

.image-holder {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 20px;
    left: -50px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.image-fit {
    height: calc(100vh - 150px);
    width: 100%;
    background-image: url(../assets/front-clean-sky-cropped.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* Start at the center */
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
    transition: background-position .2s ease-out;
}

.road {
    bottom: -40px;
    position: fixed;
    height: 100px;
    width: 100vw;
    background: #353434;
    z-index: -99;
}

.sky {
    top: -40px;
    position: fixed;
    height: 85vh;
    width: 100vw;
    background: #75b7b7;
    z-index: -999999999;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
    align-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

.flex-1 {
    width: 99%;
}

.flex-1-2 {
    width: 48%;
}

.flex-1-3 {
    width: 32%;
}

.flex-2-3 {
    width: 65%;
}

.flex-1-4 {
    width: 23.5%;
}

.flex-3-4 {
    width: 72.5%;
}

.ml6 {
    position: relative;
    font-weight: 900;
    font-size: 2.5em;
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    /*  padding-top: 0.2em;*/
    padding-right: 0.05em;
    /*  padding-bottom: 0.1em;*/
    overflow: hidden;
}

.cloud1 {
    background-image: url('../assets/cloud1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 35vw;
    height: 40vh;
    position: absolute;
    top: -15vh;
    left: -10vw;
    z-index: -100;
    opacity: .1;
}

.cloud2 {
    background-image: url('../assets/cloud2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 35vw;
    height: 35vw;
    position: absolute;
    top: -5vw;
    right: -5vw;
    z-index: -100;
    opacity: .1;
}

.cloud3 {
    background-image: url('../assets/cloud1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 60vw;
    height: 60vw;
    position: absolute;
    top: 0;
    left: 10vw;
    z-index: -100;
    opacity: .1;
}

.ml6 .letter {
    display: inline-block;
    line-height: 1em;
}


.bubble {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    min-height: 40px;
    position: relative;
    z-index: 99;
    box-shadow: 5px 5px 0px #7d3434;
}

.bubble-sent {
    color: #7d3434;
    background-color: #f1ada2;
    padding: 15px 20px;
    border-radius: 15px;
    min-height: 40px;
    position: relative;
    z-index: 99;
    box-shadow: 5px 5px 0px #7d3434;
    width: fit-content;
    max-width: 60%;
    margin-left: 25px;
}

.bubble-bottom {
    margin-bottom: 20px;
}

.bubble-me {
    width: fit-content;
    max-width: 60%;
    margin-left: auto;
    margin-right: 25px;

}

.bubble:before,
.bubble-sent:before {
    content: "";
    background-color: transparent;
    display: block;
    position: absolute;
}

.bubble.bubble-bottom:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 32px solid transparent;
    border-top: 44px solid #fff;
    bottom: -43px;
    right: 32px;
}

.bubble.bubble-right:before {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 75px solid #fff;
    top: 20%;
    right: -74px;
    margin-left: auto;
}

.bubble-me:before {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 27px solid #fff;
    top: 20%;
    right: -20px;
}

.bubble-sent:before {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 27px solid #f1ada2;
    top: 20%;
    left: -20px;
}

.d-none {
    display: none;
}

/* Project Features */
.project-features {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.project-features li::before {
    content: "♥ ";
    color: #512526;
    margin-left: -1.5rem;
}

/* Tech Stack Pills */
.tech-stack {
    margin: 1.2rem 0;
}

.tech-pill {
    display: inline-block;
    background: #51252620;
    color: #512526;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

/* Demo Link */
.demo-link {
    border: 2px solid #512526;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #7d3434;
    background: #fee;
    padding: 3px 5px;
    margin: 10px 0;
    margin-right: 5px;
    cursor: url(../assets/cursor-pointer-sm.png), pointer;
}

.demo-link:hover {
    transform: translateY(-2px);
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .modal {
        width: calc(100vw - 60px);
    }

    .d-block-xs {
        display: block !important;
    }

    .d-none-xs {
        display: none !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .modal {
        max-width: 90vw;
    }

    .d-block-sm {
        display: block !important;
    }

    .d-none-sm {
        display: none !important;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .intro-container {
        margin-top: 50px;
    }

    .skill-name {
        min-width: 50%;
        text-align: right;
    }

    .image-fit {
        height: 60vh;
        margin-bottom: 50px;
        box-shadow: 0 180px 0 0 #454545;
        background-size: cover;
        transition: background-position 2s ease-out;
    }

    .flex-text {
        padding: 15px 0 0 0;
        margin: 0;
        font-size: 1em;
    }

    .project-nav {
        justify-content: space-between;
    }

    .cloud1 {
        width: 35vh;
        height: 35vh;
        position: absolute;
        top: 0;
        left: -15vw;
    }

    .cloud2 {
        width: 22vh;
        height: 22vh;
        position: absolute;
        top: 20vh;
        right: -10vw;
    }

    .cloud3 {
        width: 65vh;
        height: 65vh;
        position: absolute;
        top: 40vh;
        left: 10vw;
    }

    .flex-container>div {
        width: 100% !important;
    }

    .modal-content {
        margin: 15px 15px 30px 15px;
        max-height: none;
    }

    .image-holder {
        position: absolute;
        top: 0;
        right: -50px;
        left: -50px;
    }

    .ml6 {
        font-size: 2em;
    }

    .d-block-md {
        display: block !important;
    }

    .d-none-md {
        display: none !important;
    }

    .kumusta {
        margin-top: 100px;
    }
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .d-block-lg {
        display: block !important;
    }

    .d-none-lg {
        display: none !important;
    }
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .d-block-xl {
        display: block !important;
    }

    .d-none-xl {
        display: none !important;
    }
}