:root {
    --dom-width: 1280px;
    --game-width: 665px;
    --game-height: 505px;
    --video-width: 960px;
    --video-height: 540px;

    --resume-width: 54px;
    --resume-height: 54px;

    --custom-margin-a: 0px;
    --custom-margin-b: 40px;
    --custom-margin-c: 20px;
    --custom-margin: var(--custom-margin-a);

    --half-custom-margin: calc(var(--custom-margin) / 2);
}

@keyframes bg-icons-intro {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@font-face {
    font-family: 'PPNeueMontreal';
    src: url('/assets/fonts/PPNeueMontreal-Variable.woff2') format('woff2') tech('variations');
    src: url('/assets/fonts/PPNeueMontreal-Variable.woff2') format('woff2-variations');

    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'PPWriterVariable';
    src: url('/assets/fonts/PPWriter-Variable.woff2') format('woff2') tech('variations');
    src: url('/assets/fonts/PPWriter-Variable.woff2') format('woff2-variations');

    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap; 
}

@media (min-width: 2200px){
    .resume-page-width-limiter {
        max-width: 820px !important;
    }
}
@media (max-width: 1320px){
    :root {
        --custom-margin: var(--custom-margin-b);
    }
    .lightbox-image-cont{
        width: 90% !important;
    }
}
@media (max-width: 480px){
    .post-content-split{
        flex-direction: column !important;
    }
    .post-media-select{
        max-width: 100% !important;
        min-width: 0px !important;
    }
    .post-paragraphs {
        max-width: 100% !important;
    }
}
@media (max-width: 760px){
    :root {
        --custom-margin: var(--custom-margin-c);
    }
    .work-title-cont{
        margin-top: 100px !important;
        font-size: 2.4rem !important;
    }
    .work-sep{
        font-size: 1.25rem !important;
    }
}
@media (max-width: 1320px) and (min-width: 990px){
    .post-media-panel-split{
        margin-left: 4rem !important;
    }
    .post-title-cont{
        transform: translate(20px, -60px) !important;
        width: 70% !important;
        max-width: 500px !important;
    }
}
@media (max-width: 760px){

    .post-content-split{
        flex-direction: column !important;
    }
    .post-media-select{
        max-width: 100% !important;
        min-width: 0px !important;
    }
    .post-paragraphs {
        max-width: 100% !important;
    }
    .post-title-cont{
        transform: translate(0px, 0px) !important;
        width: 70% !important;
        /* padding: .1rem 1rem .1rem 1rem; */
        padding: 0rem !important;
        margin-top: 2rem !important;
        max-width: 500px !important;
        /* font-size: 1.7rem; */
    }
    .post-end-cont {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}
@media (max-width: 990px) and (min-width: 760px){
    .post-content-split{
        flex-direction: column !important;
    }
    .post-media-select{
        max-width: 100% !important;
    }
    .post-paragraphs {
        max-width: 100% !important;
    }
    .post-title-cont{
        transform: translate(20px, -60px) !important;
        width: 80% !important;
        max-width: 500px !important;
    }
}

@media (width <= 760px) {
    .hero-profile {
        display: none;
    }    
    .recent-work-cont {
        display: grid !important;
        place-items: center !important;
        /* display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        background-color: yellow !important;
        justify-content: center !important; */
        margin-top: 0px !important;
    }
    .experience-cont{
        margin-top: 100px !important;
    }
}


@media (width <= 580px) {
    .hero-canvas-cont {
        margin: 95px auto auto auto !important;
    }
    .hero-name-cont {
        margin-top: 10px !important;
    }
    .hero-dash {
        width: 22px !important;
    }
    .hero-heading-text {
        font-size: 1.5rem !important;
    }
}

@media (width <= 840px) and (width > 665px) {
    /* .skill-cont{background-color: yellow !important;} */
    .skills-title {
        font-size: 2.75rem !important;
        margin-top: 60px !important;
    }
    .skill-unity-svg-cont {
        margin-left: 20px !important;
        width: 130px !important;
    }
    .skill-cs-svg-cont {
        margin-left: 20px !important;
        width: 60px !important;
    }
    .skill-apps-svg-cont {
        margin-left: 20px !important;
        width: 60px !important;
    }
}
@media (width <= 665px) {
    .skills-title {
        font-size: 2rem !important;
        margin-top: 60px !important;
    }
    .skill-unity-svg-cont {
        margin-left: 0px !important;
        width: 130px !important;
    }
    .skill-cs-svg-cont {
        margin-left: 0px !important;
        width: 50px !important;
        margin-bottom: 10px !important;
        margin-top: 24px !important;
    }
    .skill-apps-svg-cont {
        margin-left: 0px !important;
        width: 60px !important;
        margin-bottom: 10px !important;
        margin-top: 24px !important;
    }
    .skill-cont{
        /* display: grid !important; */
        place-items: center !important;
        flex-direction: column !important;
        /* justify-content: center !important; */
        width: 100% !important;
        /* background-color: #95fbe0; */
    }
    .skill-para {
        margin-left: 0px !important;
        margin-right: 0px !important;
        /* padding-left: 40px !important; */
        /* padding-right: 40px !important; */
    }
    .exp-stats-cont{
        flex-direction: column !important;
        margin-left: 45px !important;
    }
    .exp-jobs-cont{
        padding-left: 45px !important;
    }
    .exp-clients-list-cont{
        padding-left: 45px !important;
    }
    .exp-stat-cont{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .exp-stat-cont span{
        text-align: left !important;
    }
    .exp-clients-split{
        flex-direction: column !important;
    }
    .exp-logos-cont{
        margin-left: 45px !important;
    }
}
/* Footer */
@media (width <= 925px){
    .footer-contact-cont{
        padding-left: 80px !important;
    }
    
}
/* @media (width <= 760px) { */
@media (width <= 810px) {
    .footer-cta{
        font-size: 1.9rem !important;
    }
    /* .footer-split{flex-direction: column !important;} */
    .footer-contact-stack{
        width: 100% !important;
    }
    .footer-contact-cont{
        padding-left: 50px !important;
        /* background-color: blueviolet; */
        width: 100% !important;
    }
    .footer-links{
        position: absolute !important;
        bottom: 100px;
    }
    .footer-email-split{
        flex-direction: column !important;
    }
}
@media (width <= 665px){
    .work-cta-cont {
        height: 500px !important;
    }
    .work-cta-split {
        display: block !important;
        /* display: flex !important; */
        /* flex-direction: column !important; */
    }
    .work-cta-images-half{
        height: 300px !important;
    }
    .work-cta-text-half{
        height: auto !important;
    }
    .work-cta-para {
        margin-left: 10px !important;
        text-align: center;
    }
    .work-cta-button-cont {
        /* height: 200px !important; */
        height: 100px !important;
    }

    .footer-contact-cont{
        padding-left: 2px !important;
    }
    .footer-links{
        margin-left: 10px !important;
    }
    
    .footer-svg-cont img {
        width: 19px !important;
        height: 19px !important;
    }
}
@media (width <= 580px){
    .footer-cta{
        font-size: 1.4rem !important;
    }
    .email-graphic-cont{
        width: 100px !important;
        height: 40px !important;
    }
}

html, body {
    margin: 0px;
    font-family: PPNeueMontreal;
    overflow-x: hidden;
}

* {
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
}
.noselect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
::selection {
    background: #95fbe0;
}
::-moz-selection {
    background: #95fbe0;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,0.61);
    -webkit-border-radius: 100px;
}

.middle-click{ pointer-events: inherit; }

.custom-margin {
    width: calc(100% - calc(var(--custom-margin) * 2));
    margin-left: var(--custom-margin);
    margin-right: var(--custom-margin);
    height: auto;
}


.nav-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    z-index: 2;
    pointer-events: none;
}
.nav-center-cont {
    width: 100%;
    max-width: var(--dom-width);
    margin: auto;
    height: auto;
}
.nav-bg {
    width: 100%;
    height: 55px;
    /* background-color:#ff5555; */
    display: grid; place-items: center;
    /* justify-content: space-between; */
    margin-top: 5px;
}

.nav-box {
    width: 100%;
    max-width: 560px;
    height: 50px;
    background-color: rgba(193, 193, 193, 0.425);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgb(105, 105, 105);
    border-radius: 220px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.nav-logo-cont{
    height: 100%;
    width: 70px;
    /* background-color: pink; */
    display: grid; place-items: center;
}
.nav-logo-svg-cont {
    width: 30px;
    height: 30px;
    /* background-color: wheat; */
    display: grid; place-items: center;
    pointer-events: all !important;
}
.nav-logo-svg-cont img {
    width: 20px;
}
.nav-logo-svg-cont:hover{
    cursor: pointer;
    opacity: 50%;
}

.nav-buttons {
    /* display: grid; */
    display: flex;
    grid-column-gap: 1.7rem;
    position: relative;
}
.nav-buttons a {
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    /* padding: 7px 13px 7px 13px; */
    /* border: 1px red solid; */
    pointer-events: all !important;
    height: 80%;
    margin-top: 5px;
    display: flex; justify-content: center; flex-direction: column;
}
.nav-contact-button {
    background-color: #61FF0F;
    margin-right: 5px;
    border-radius: 220px;
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.nav-contact-button:hover{
    background-color: #a2ff73;
    color: gray;
}
.nav-buttons a:hover {
    color: gray;
}

.page-cont {
    position: relative;
    z-index: 1;
    background-color: white;
    color: #000000;
    font-family: PPNeueMontreal;
    font-size: 1rem;
    /* pointer-events: none; */
}

@media (max-height: 840px) {
    .game-cont {
        height: 120vh !important;
    }
}

.game-cont {
    width: 100%;
    height: 100vh;
    background-color: white;
    /* background-color: greenyellow; */
    max-height: 945px;
    position: relative;
    overflow: hidden;
}
.grid-bg-cont{
    width: 100%;
    height: 100%;
    
    /* display: grid; place-items: center; */
}
.grid-anchor-bg {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 2px;
    height: 2px;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-cont {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100vh;
    max-height: 945px;
    /* background-color: gray; */
    z-index: 3;
    position: absolute;
}
.hero-center-cont {
    margin: auto;
    /* width: 100%; */
    width: calc(100% - calc(var(--half-custom-margin) * 2));

    max-width: 660px;
    /* max-width: 100%; */
    height: 100%;
    /* background-color: cyan; */
    position: relative;
    pointer-events: none;
}
.hero-canvas-cont{
    /* background-color: orange; */
    border-radius: 17px;
    /* width: 500px; */
    width: var(--game-width);
    height: var(--game-height);
    margin: 135px auto auto auto;
    position: relative;
    pointer-events: all;
}
.hero-canvas-shadow{
    width: 100%;
    height: 100%;
    /* background-color: yellow; */
    border-radius: 17px;
    position: absolute;
    z-index: 3;
    
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    background-color: #F44516;
    transform: rotate(-5deg);
}
.dice-svg-cont{
    position: absolute; width: 100%; height: 100%; display: grid; place-items: center; z-index: 6;
}
.dice-svg-cont img{
    width: 200px;
    height: 150px;
}
.dice-svg-cont span{
    position: absolute; display: grid; place-items: center; z-index: 6;
}
.unity-canvas-overlay{
    width: 100%;
    height: 100%;
    /* display: grid;place-items: center; */
    font-size: 4.9rem;
    /* line-height: 8px; */
    color: #ffffff;
    position: absolute;
    z-index: 5;
    /* padding-top: 90px; */
    /* padding-left: 20px; */
    font-family: PPNeueMontreal;
    font-weight: 900;
}
.unity-canvas-overlay span { font-size: 2rem; }
#unity-canvas {
    background-color: #F44516;
    /* width: 100%; */
    /* height: 100%; */
    width: var(--game-width);
    height: var(--game-height);
    border-radius: 17px;
    z-index: 4;
    position: relative;
    /* border: 1px solid rgb(105, 105, 105); */
}
.hero-name-cont {
    font-family: PPWriterVariable;
    font-weight: 900;
    font-size: 1.5rem;

    width: 100%;
    height: 60px;
    margin-top: 50px;
    display: grid;
    place-items: center;
    color: rgb(73, 73, 73);
    /* background-color: gray; */
}
.hero-heading-cont {
    width: 100%;
    height: 130px;
    background-color: white;
    border-radius: 17px;
    padding-top: 1px;
    margin-top: -1px;
    display: flex;
}
.hero-dash {
    background-color: #000000;
    width: 40px;
    height: 2px;
    margin-left: 33px;
    margin-top: 27px;
}
.hero-heading-text{
    font-family: PPNeueMontreal;
    font-weight: 500;
    font-size: 2.1rem;
    /* font-style: italic; */
    font-variation-settings: "ital" 700 !important;
    margin-left: 30px;
    margin-top: 10px;
}

.hero-profile{
    width: 125px;
    height: 130px;
    
}
.hero-profile img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 17px;
    /* transform: translate(70px,-35px) rotate(5deg) */

    animation-name: swing;
    animation-duration: 3s; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
    animation-direction: alternate; 
    transform-origin: center; 
}
@keyframes swing {
    0% {
        transform: translate(70px,-35px) rotate(5deg);
    }
    100% {
        transform: translate(70px,-35px) rotate(-2deg);
    }
}
.recent-work-cont {
    width: 100%;
    /* background-color: #61FF0F; */
    /* height: 330px; */
    display: flex;
    justify-content: center;
    grid-column-gap: 0.75rem;
    margin-top: 50px;
    position: relative; z-index: 2;
}
.work-item-center-rows{
    position: relative;
    width: 372px;
    height: 310px;
}
.recent-work-item-cont{
    width: 372px;
    height: 310px;
    margin-top: 7px;
    /* background-color: red; */
    border-radius: 17px;
    pointer-events: all;
}
.recent-work-item-cont:hover{
    cursor: pointer;
    background-color: rgb(244, 244, 244);
    color: #F44516 !important;
}
.recent-work-thumb-cont {
    width: calc(100% - 14px);
    margin-left: 7px;
    position: relative;
    margin-top: 7px;
}
.recent-work-thumb-cont img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.recent-work-item-cont h2 {
    font-family: PPNeueMontreal;
    font-weight: 550;
    font-size: 1.45rem;
    /* color: #000000; */
    color: inherit;
    margin-left: 14px;
    line-height: 20px;
}
.recent-work-item-cont h3 {
    font-family: PPNeueMontreal;
    font-weight: 550;
    font-size: 0.9rem;
    color: gray;
    margin-left: 14px;
}
.skills-cont {
    width: 100%;
    position: relative;
    /* background-color: #95fbe0; */
}
.skills-title{
    font-weight: 800;
    font-size: 3.75rem;
    font-variation-settings: "ital" 700 !important;
    display: grid; place-items: center;
    margin-top: 155px;
    margin-bottom: 25px;
    position: relative; z-index: 2;
}
.skills-table {
    width: 100%;
    max-width: 840px;
    /* height: 400px; */
    height: 100%;
    margin: 15px auto auto auto;
    position: relative; z-index: 2;
    /* background-color: chocolate; */
    padding-bottom: 20px;
}
.skill-cont{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 5px;
}
.skill-unity-svg-cont{
    width: 200px;
    height: 40px;
    margin-left: 45px;
    margin-top: 40px;
}
.skill-para{
    color: #000000;
    font-weight: 450;
    font-size: 1.1rem;
    width: 100%;
    max-width: 400px;
    margin-top: 35px;
    margin-right: 40px;
}
.skill-para a{
    color: #000000;
}
.skill-para a:hover{
    color: #F44516;
}
.skill-cs-svg-cont{
    width: 76px;
    height: 40px;
    margin-left: 120px;
    margin-top: 40px;
}
.skill-apps-svg-cont{
    width: 76px;
    height: 40px;
    margin-left: 180px;
    margin-top: 40px;
}
.grid-anchor-bg-2{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 2px;
    height: 2px;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 50%;
}
.experience-cont {
    width: 100%;
    position: relative;
    /* height: 700px; */
    /* background-color: yellow; */
    margin-top: 180px;
    z-index: 2;
}
.exp-box {
    background-color: #000000;
    width: 100%;
    max-width: 885px;
    border-radius: 17px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* height: 650px; */
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 25px;
}
.exp-stats-cont {
    display: flex;
    justify-content: space-around;
    margin-top: 58px;
}
.exp-stat-cont{
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.exp-stat-cont span {
    color: #61FF0F;
    font-size: 2.1rem;
    font-variation-settings: "ital" 700 !important;
    font-weight: 600;
    width: 100%;
    text-align: center;
    /* background-color: #fff; */
}
.exp-sep {
    margin-top: 39px;
    width: calc(100% - 90px);
    margin-left: 45px;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.2);
}
.exp-jobs-cont{
    width: 100%;
    height: auto;
    padding-left: 62px;
    margin-top: 45px;
    margin-bottom: 25px;
    /* background-color: red; */
}
.exp-job-group{
    /* background-color: yellow; */
    margin-top: 25px;
    margin-bottom: 25px;
}
.exp-job-group h2{
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 21px;
    text-wrap: wrap;
    max-width: 80vw;
}
.exp-job-group h3{
    color: grey;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 15px;
    text-wrap: wrap;
}
.exp-clients-split {
    display: flex;
    justify-content: space-between;
}
.exp-clients-list-cont {
    padding-left: 62px;
    margin-top: 25px;
}
.exp-clients-list-cont h2{
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 15px;
}
.exp-clients-list-cont h3{
    color: grey;
    font-size: 1.1rem;
    font-weight: 400;
    /* line-height: 15px; */
}
.exp-logos-cont{
    margin-top: 25px;
    margin-right: 25px;
    color: white;
    font-weight: 600;
    font-size: 2.4rem;
    font-variation-settings: "ital" 700 !important;
}
.exp-logos-image{
    position: relative;
    width: 225px;
    margin-top: 8px;
}
.exp-logos-image img{
    width: 100%;
    height: auto;
    z-index: 2;
    opacity: 20%;
}

.work-cta-cont {
    /* background-color: #F44516; */
    background-image: url("/assets/images/work-cta-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100%; */
    /* min-height: 145px; */
    height: 165px;
    width: 100%;
    max-width: 885px;
    border-radius: 17px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* height: 650px; */
    /* padding-top: 1px; */
    /* margin-top: -1px; */
    margin-top: 90px;
    /* padding-bottom: 25px; */

}
.work-cta-split{
    display: flex;
    height: 100%;
}
.work-cta-images-half{
    /* background-color: #54d612; */
    flex: 1;
    height: 100%;
    display: grid; place-items: center;
    position: relative;
}
.work-cta-img-1-anchor{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

    width: 2px;
    height: 2px;
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    z-index: 3;
    transform: rotate(-2deg);
}
.work-cta-img-1-anchor img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 125px;
    height: auto;
    z-index: 3;
    border-radius: 5px;
}
.work-cta-img-2-anchor{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

    width: 2px;
    height: 2px;
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    z-index: 2;
    /* transform: rotate(-2deg); */
}
.work-cta-img-2-anchor img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-125%,-50%);
    width: 125px;
    height: auto;
    z-index: 1;
    border-radius: 5px;
}
.work-cta-img-3-anchor{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

    width: 2px;
    height: 2px;
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    z-index: 1;
    /* transform: rotate(-2deg); */
}
.work-cta-img-3-anchor img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(45%,-50%);
    width: 95px;
    height: auto;
    z-index: 1;
    border-radius: 5px;
}
.work-cta-text-half{
    /* background-color: pink; */
    flex: 1;
    height: 100%;

    display: flex;
    /* justify-content: flex-end; */
    flex-direction: column;

    position: relative;
    padding-right: 35px;
}
.work-cta-title{
    width: 100%;
    text-align: right;
    margin-top: 15px;
    /* margin-right: 35px; */
    color: white;
    font-weight: 600;
    font-size: 2.4rem;
    font-variation-settings: "ital" 700 !important;
}
.work-cta-para {
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    pointer-events: all !important;
    text-align: right;
    margin-top: 5px;
}
.work-cta-button-cont{
    /* background-color: yellow; */
    height: 100%;
    /* height: 90%; */
    /* height: 9%; */
    /* border: 1px solid yellow; */
    /* height: 20px; */
    /* height: 90px; */
    width: 100%;
    /* margin-right: 35px; */
}
.work-cta-button {
    background-color: black;
    border-radius: 220px;
    width: 170px;
    height: 40px;
    /* display: grid; place-items: center; */
    display: flex; justify-content: center; gap: 10px;
    position: absolute;
    right: 35px;
    bottom: 20px;

    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    pointer-events: all !important;
}
.work-cta-button span {
    margin-top: 10px;
}
.work-cta-button img {
    width: 20px;
}
.work-cta-button:hover{
    background-color: rgb(45, 45, 45) !important;
    cursor: pointer;
}

.footer-cont{
    /* height: 317px; */
    height: 100%;
    max-height: 317px;
    width: 100%;
    max-width: 885px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    /* background-color: beige; */
}
.footer-split{
    display: flex;
}
.footer-links{
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-color: lime; */
    margin-left: 69px;
}
.footer-links a{
    color: gray;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    pointer-events: all !important;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-links a:hover{
    /* color: lightgray; */
    color: #F44516;
    text-decoration: underline;
}
.footer-contact-cont{
    padding-left: 200px;
}
.footer-end{
    /* height: 40px; */
    height: 57px;
    width: 100%;
    /* background-color: rebeccapurple; */
    border-top: 1px solid gray;
    display: flex;
    position: relative;
}
.footer-svg-cont{
    height: 100%;
    width: 70px;
    /* background-color: red; */
    display: grid; place-items: center;
}
.footer-svg-cont img {
    width: 23px;
    height: 23px;
}
.footer-end-text-cont{
    height: 100%;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: gray;
    font-size: 0.9rem;
}
.footer-contact-stack{

}
.footer-cta{
    color: black;
    font-size: 2.4rem;
    text-decoration: none;
    font-weight: 600;
    font-variation-settings: "ital" 700 !important;
    text-align: right;
    margin-top: 30px;
    margin-left: 60px;
    text-wrap: nowrap;
}
.footer-email-split{
    display: flex;
    position: relative;
    /* background-color: blue; */
    /* height: 111px; */
    height: 136px;
}
.email-box{
    width: 240px;
    height: 40px;
    border-radius: 220px;
    background-color:#61FF0F;
    margin-left: 6px;
    position: absolute;
    bottom: 25px;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.email-box span{
    display: grid; place-items: center;
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 650;
    margin-left: 25px;
}
.copy-email-button{
    background-color: #54d612;
    border-radius: 220px;
    width: 35px;
    height: 35px;
    margin: 3px;
    display: grid; place-items: center;
}
.copy-email-button:hover{
    cursor: pointer;
    background-color: #90ff58;
}
.copy-email-button img{
    width: 25px;
    height: 25px;
}
.email-graphic-cont{
    width: 200px;
    height: 60px;
    /* background-color: red; */
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.contact-email-center-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: grid; place-items: center;
}
.email-box-2{
    width: 240px;
    height: 40px;
    border-radius: 220px;
    background-color:#61FF0F;
    /* margin-left: 6px; */
    /* position: absolute; */
    /* bottom: 25px; */
    left: 0;
    display: flex;
    justify-content: space-between;
}
.email-box-2 span{
    display: grid; place-items: center;
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 650;
    margin-left: 25px;
}
.contact-hand-cont{
    width: 200px;
    height: 200px;
    transform: translateX(10px);
    /* margin-left: 50px; */
    margin-bottom: 20px;
}
.page-bg-colour{
    background-color: #ffffff;
    pointer-events: all;
    z-index: 1;
}
.page-center-cont {
    width: 100%;
    max-width: var(--dom-width);
    margin: auto;
    /* background-color: darkcyan; */
    height: auto;
}
.nav-empty-space { height: 67px; width: 100%; }
.resume-page-width-limiter {
    margin: auto;
    width: 100%;
    max-width: 720px;
    padding-left: 0px;
    position: relative;
    margin-top: 4rem;
}
.resume-image {
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 0 0.75rem rgba(128, 128, 128, 0.175));
}
.resume-link-cont {
    /* background-color: rgba(255, 0, 0, 0.382); */
    position: absolute;
    z-index: 2;
    width: var(--resume-width);
    height: var(--resume-height);
}
.resume-link-cont div {
    /* background-color: rgba(0, 0, 255, 0.367); */
    position: absolute;
}
.resume-link-cont div:hover {
    cursor: pointer;
    background-color: #ffffff7a;
}
.resume-download-button-cont{
    width: 100%;
    height: 70px;
    /* background-color: gray; */
    position: relative;
    z-index: 2;
    margin-top: 20px;
    display: grid; place-items: center;

}
.resume-download-button{
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    /* padding: 7px 13px 7px 13px; */
    /* border: 1px red solid; */
    pointer-events: all !important;
    height: 60%;
    margin-top: 5px;
    display: flex; justify-content: center; flex-direction: column;

    background-color: black;
    margin-right: 5px;
    border-radius: 220px;
    padding-left: 23px !important;
    padding-right: 23px !important;
}
.resume-download-button:hover{
    cursor: pointer;
    background-color: rgb(29, 29, 29);
    text-decoration: underline;
}
.work-center-cont{
    width: 100%;
    max-width: 850px;
    margin: auto;
    /* border: 1px red solid; */
}
.work-title-cont{
    color: black;
    font-weight: 800;
    font-size: 3.75rem;
    font-variation-settings: "ital" 700 !important;
    margin-top: 145px;
    margin-bottom: 30px;
}
.work-sep{
    border-top: 1px rgba(128, 128, 128, 0.314) solid;
    height: 70px;
    width: 100%;
    /* color: black; */
    color: #F44516;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 600;
    font-variation-settings: "ital" 700 !important;
    display: flex;
    justify-content: flex-end;
    line-height: 50px;
    margin-top: 40px;
}
.work-thumbs-cont{
    width: 100%;
    /* border: 1px yellow solid; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: left; */
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.lightbox-cont{
    display: grid; place-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    background-color: #efeeefe1;
    pointer-events: all;
}
.lightbox-image-cont{
    width: 70%;
    max-width: 1920px;
    position: relative;
    color: #000000;
    font-family: PPNeueMontreal;
    font-size: 1.125rem;
}
.lightbox-image-cont img { user-select: none; pointer-events: none; }
.lightbox-close-cont{
    text-decoration: underline;
    margin-bottom: 0.75rem;
    width: 100%;
    display: flex;
    justify-content: end;
}
.lightbox-close-cont:hover{
    cursor: pointer;
    color: gray;
}
.showreel-video-cont {
    position: absolute;
    width: var(--video-width);
    height: var(--video-height);
}
.showreel-video {
    width: var(--video-width) !important;
    height: var(--video-height) !important;
    /* width: 100% !important; */
    /* height: 100% !important; */
}
.lightbox-index-cont{
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    grid-column-gap: 0.5rem;    
    user-select: none;
    position: relative;
}
.post-media-active-active-controls-svg{
    width: 40px;
    height: 40px;
    display: grid; place-items: center;
    user-select: none;
}
.post-media-active-active-controls-svg:hover{
    cursor: pointer;
    opacity: 0.5;
}
.post-cont{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding-bottom: 4rem;
}
.post-cover-image{
    width: 100%;
    height: auto;
    border-radius: 17px;
    overflow: hidden;
}
.post-title-cont {
    /* background-color: beige; */
    background-color: #ffffff;
    padding: .1rem 2rem .1rem 2rem;
    width: 40%;
    transform: translate(80px, -60px);
    /* line-height: 1.5rem; */
    border-radius: 17px 17px 0px 0px;
}
.post-title-separator{
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 2px;
}
.post-content-split{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.post-paragraphs{
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 550px;
}
.post-paragraphs p {
    color: #000000;
    font-family: PPNeueMontreal;
    font-size: 1.125rem;
}
.post-paragraphs a {
    color: #000000;
    font-family: PPNeueMontreal;
    font-size: 1.125rem;
}
.post-paragraphs a:hover{
    color: #F44516;
}
.post-para-media-cont{
    background-color: clear;
    width: 100%;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    opacity: 1.0;
    transition: opacity 0.2s;
    border-radius: 11px; overflow: hidden;
}
.post-para-media-cont:hover{
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.post-media-play-button-cont{
    position: absolute;
    z-index: 2;
    background-color: #00000052;
    width: 100%;
    height: 100%;
    display: grid; place-items: center;
}
.post-media-play-button-svg{
    width: 100px;
    height: 60px;
}
.post-end-cont{
    width: 100%;
    height: 70px;
    display: grid; place-items: center;
    opacity: 0.5;
}
.post-media-panel-split{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 0rem;
}
.post-media-select{
    width: 100%;
    min-width: 420px;
    max-width: 340px;
    height: auto;
    /* background-color: red; */
}
.post-media-heading{
    opacity: 0.5;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}
.post-media-active-cont{
    width: 100%;
    max-width: 340px;
    height: auto;
    background-color: rebeccapurple;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.2s;
    border-radius: 8px; overflow: hidden;
}
.post-media-active-cont:hover{
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.post-media-active-button-cont{
    width: 100%;
    max-width: 340px;
    position: absolute;
    z-index: 2;
    background-color: #00000052;
    height: 100%;
    display: grid; place-items: center;
}
.post-media-active-controls{
    margin-top: 0.5rem;
    height: 40px;
    width: 100%;
    display: flex;
    grid-column-gap: 0.5rem;
    /* flex-wrap: wrap; */
}
.post-media-active-active-controls-svg{
    width: 40px;
    height: 40px;
    display: grid; place-items: center;
    user-select: none;
}
.post-media-active-active-controls-svg:hover{
    cursor: pointer;
    opacity: 0.5;
}
.post-media-active-controls-index{
    margin-top: 0.7rem;
}
.post-media-active-thumbs{
    width: 100%;
    /* max-width: 390px; */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    
}
.post-media-active-thumb{
    width: 87px;
    height: 49px;
    position: relative;
    /* background-color: red; */
    /* background-color: #ffffff; */
    /* border: 2px solid black; */
    border: 2px solid #ffffff;
    border-radius: 8px; overflow: hidden;
}
.post-media-active-thumb:hover{
    cursor: pointer;
    border: 2px solid gray !important;
}
.post-media-active-thumb-video-cont{
    width: 100%;
    max-width: 340px;
    position: absolute;
    z-index: 2;
    background-color: #00000052;
    height: 100%;
    display: grid; place-items: center;
}
.thumb-video-play-icon{
    height: 22px; width: 22px;
    margin-left: 4px;
    margin-top: -4px;
}
.thumb-video-play-icon img { width: 100%; height: 100%; }
.post-media-details-cont{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 2rem;
    /* border: 1px blue solid; */
}
.post-media-details-row{
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: flex;
    flex-direction: row;
    grid-column-gap: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.post-details-key{
    opacity: 0.5;
    font-size: 1.125rem;
    line-height: 1.4;
}
.post-details-value{
    opacity: 1.0;
    font-size: 1.125rem;
    line-height: 1.4;
}
.footer-empty-space {
    width: 100%;
    /* height: 39px; */
    height: 3px;
    /* background-color: gray; */
}

.wip-para {
    /* color: magenta !important; */
    border: orange solid 1px;
    border-radius: 11px;
    /* color: #ffffff00 !important; */
    color: orange !important;
    height: 50px !important;
    display: grid !important;
    place-items: center !important;
    /* text-justify: center; */
    text-align: center;
}