/* 
Gray
color:#3d3935;

Orange
color: var(--orange); 
*/

* {
    box-sizing: border-box;  
    font-family: 'Josefin Sans', sans-serif;
}

html {
    --diagonal:0;
    --darkGrey: #3d3935;
    --tan:#f0eadf;
    --orange: #e87200;
    --white: #ffffff;
    --app-height:100vh;
    --app-width:100vw;
}

html, body  {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    background-color: var(--tan);
    color:var(--darkGrey);
    height:var(--app-height);
    
}


.svgOverflow {
    overflow: visible;
}

.svgWhite {
    fill: #ffffff;
}

.svgDarkGrey {
    fill: #1e1b1d;
    /* fill: #231f20; */
}
.svgLightGreen {
    fill: #bace99;
}

.svgLightGrey {
    fill: #c6c2c0;
}

.svgOrange {
    fill:#ef4136;
}


.svgDarkGreen {
    fill: #2b3b28;
}

.svgMedGrey {
    fill: #3d3935;
}
.svgLineLightGrey {
    fill: none;
    stroke: #bcbec0;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.svgStrokeLightGrey {
    fill: none;
    stroke: #bcbec0;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.svgStrokePerf {
    stroke-dasharray: 0 0 .25 2;
}

.svgBgGrey {
    fill: #e6e7e8;
    opacity: .4;
}

.svgOrangeStroke {
    stroke: #ef4136;
    stroke-miterlimit: 10;
    stroke-width: .5px;
}

.opacity2 {
    opacity: .2;
}

.fillNone {
    fill: none;
}

.whiteBG {
    background-color: #ffffff;
}

.bg-mtblue {
    background-color: #ebeff3;
}

a {
    text-decoration: none;
}
a, a:visited {
    color: var(--orange);
}

a:hover, a:active {
    color: var(--tan);
}

a.rolloverDark:hover, a.rolloverDark:active {
    color: var(--darkGrey);
}

textarea {
    line-height: 1.2em;
}

::selection {
    background: var(--darkGrey);
    color: var(--orange);
}
::-moz-selection {
    background: var(--darkGrey);
    color: var(--orange);
}


#appContainer {
    /* height:var(--app-height); */
}

.liveApp {
    color:#ffffff;
    position: relative;
}

.livePhoneBG {
    background-image: url("/images/portfolio/live/liveBubbles.jpg");
}

@font-face {
    font-family: 'Anicons Regular';
    src: url('/Anicons_webfont_kit/AniconsGX.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Anicons Color';
    src: url('/Anicons_webfont_kit/AniconsColorGX.ttf');
    font-weight: normal;
    font-style: normal;
}

#navIcon {
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 18px;
    z-index: 5002;
    font-size: 2rem;
}
.icon, .navIconClosed, .navIconOpen {
    font-family: "Anicons Regular", sans-serif;
    font-variation-settings: "TIME" 1;
    transition: font-variation-settings 0.4s ease;
    color:#3d3935;
}
.icon.navIconOpen {
    font-variation-settings: "TIME" 100;
}

#bodyLinkChange {
    position:fixed;
    z-index: 5010;
    background-color: var(--orange);
}

#nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.navLines {
    stroke: var(--orange);
    stroke-dasharray: 100vw;
    stroke-dashoffset: 0;
}

.navClosed {
    width: 0;
    height: 0;
}

#navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    clip-path: url(#animateCover);
}

#navLogo {
    width: 250px;
    position: relative;
    padding: 20px;
}

#navigation ul {
    position: absolute;
    right: 30px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-align: right;
}
#navigation li.navItem {
    overflow-y: hidden;
}

#navigation li.navItem a {
    text-decoration: none;
    color:var(--darkGrey);
}

#navigation li.navItem a:hover {
    color: var(--orange); 
}

.gray{fill:var(--darkGrey);}
.orange{fill:var(--orange);}

h4 {
    font-weight: 800;
}

.main {
    padding:60px;
}

#welcome {
    display: flex;
    background-color: var(--tan);
    align-items: center;
    justify-content:center;
}

#welcome h4 {
    text-align: center;
    opacity: 0;
    margin: 10px 0;
}

#welcomeLogoContainer {
    text-align: center;
    height: auto;
    visibility:hidden;
}

#welcomeLogo {
    overflow: visible;
    max-width: 250px;
    margin-right: -16.666%;
}

#spark {
    fill-opacity: 0;
    stroke-width: 1px;
    stroke:var(--orange);
    stroke-dasharray: 400;
    stroke-dashoffset: 500;
    transform-origin: bottom left;
}


#wordMask rect {
    height: 500px;
    width: 140%;
}

.fullHeight {
    height:calc(var(--app-height) + env(safe-area-inset-bottom));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    width: 100%;
}

.diagonal {
    position: relative;
}

.diagonalIn, .diagonalContent, .diagonalOut {
    position: relative;
    z-index: 2;
    width: 100%;
    color:var(--tan);
}

.diagonalIn, .diagonalOut{
    position: absolute;
    z-index: 1;
}

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

.bgDark {
    background-color: var(--darkGrey);
}
.bgTan {
    background-color: var(--tan);
}

.bgOrange {
    background-color: var(--orange);
}

.sectionHeader {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.fadeIn{
    display: none;
    opacity: 0;
}

.aboutIntro {
    padding: 40px;
    position: relative;
}
.aboutBgImage, .aboutBgImage2, .aboutBgImage3 {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    background-image: url('/images/kerry-park2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.hey {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    line-height: 1em;
    margin-top: -1.5em;
    line-height: 2em;
    font-size: 2em;
    text-align: right;
}

.hey h3 {
    font-size: 2em;
    display: inline;
}

.name {
    margin-bottom: 0;
    margin-top: 1.4em;
}

.basedIn {
    font-size: 1.5rem;
}

.bioHolder{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    margin-top: -2em;
    margin-left: 10px;
}
.careerHolder {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 40%;
}
.iveDoneThings {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 40%;
    line-height: 2em;
    font-size: 2rem;
    margin-top: -1em;
}

.camo {
    position: absolute;
    left: 25%;
    width: 40%;
    top: 30%;
    text-align: left;
    font-size: 1.5em;
}
.phoneApp {
    position: absolute;
    top: 15%;
    right: 10%;
    color:var(--darkGrey);
    font-size: 1.5em;
}



.phoneApp p, .watchApp p {
    margin: 10px;
}

.programming {
    position: absolute;
    bottom: 0;
    color: var(--darkGrey);
    left: 10%;
    width: 30%;
    font-size: 1.5em;
}
.printerPaper {
    width: 70%;
    left: 15%;
    background: #ffffff;
    position: absolute;
    bottom: 40%;
    padding: 1rem;
}

.printerTop {
    position: absolute;
    bottom: 0;
}

.paperShadow {
    height: 80px;
    background-image: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0));
    margin: 0 -1rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
/* 
.programming .stagger {
    display: inline;
} */

.programming p {
    padding: 10px;
    line-height: 1.2em;
}

.wine {
    position: absolute;
    top: 33%;
    left: 10%;
    font-size: 1.5em;
    z-index: 2;
}
.wine p {
    margin:0;
}

#person {
    height: 225px;
    width: 150px;
    position: absolute;
    left: 20%;
    top: 50%;
}

#head, #shoulders, #kneesAndToes, #personShadow {
    position: absolute;
    height: 100%;
    width: auto;
}
#head {
    z-index: 4;
}
#shoulders {
    z-index: 3;
}
#kneesAndToes {
    z-index: 2;
}
#personShadow {
    width: 200%;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    margin-left: -50%;
}

.timeOffText {
    top: 65%;
    position: absolute;
    width: 35%;
    left: 55%;   
}

.finalSlide {
    display: flex;
    gap: 10%;
    align-items: center;
    height: 100%;
}

#contactForm {
    position: relative;
}

.workForm input, 
.workForm input:focus-visible, 
.workForm input:active, 

.workForm textarea, 
.workForm textarea:focus-visible, 

.workForm button, 

.workFormDivLoading
{
    width: 100%;
    padding: 10px;
    background-color:var(--darkGrey);
    border:0;
    border-bottom: 1px solid var(--tan);
    margin-bottom: 1em;
    color:var(--tan);
    outline: none;
    font-size: 1em;
    border-radius: 0;
}

.workForm button {
    padding: 1em;
}

.workFormDivLoading {
    padding: 1em;
    padding-right:2em;
    opacity: 0;
    width: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.workFormDiv {
    height: 0;
    overflow: hidden;
    position: relative;
}

.workFormDivSend {
    height: auto !important;
    position: relative;
    z-index: 3;
}
.workFormDivSend input {
    display: block !important;
}
.loadingAnimation {
    width: 1em;
    height:1em;
    border-radius: 50%;
    background-color: var(--orange);
    position: absolute;
    width:.7em;
    margin-top: .2em;
    display: none;
}

.workFormButton {
    margin: auto;
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.animateButtonHolder{
    color:var(--tan);
}
#animateButton {
    background-color: var(--tan);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.workFormDivLoading, .workFormDivSent {
    margin: auto;
    border: 1px solid var(--tan);
}
.workFormDivSend {
    margin: auto;
    position: relative;
    z-index: 3;
}

.buttonText {
    padding: 1em;
    text-align: center;
    z-index: 1;
    border: 1px solid var(--tan);
}


#processForm {
    margin: auto;
}

.workFormDivLoading, 
.workFormDivSent { 
    width:0;
}

.workFormDivSent {
    height: 0;
    opacity: 0;
    text-align: center;
}

.loadingAnimationHolder {
    align-self: center;
    width: 100%;
    left: 0;
    position: relative;
}

.workFormDiv {
    overflow: hidden;
}

.batSignalRecieved {
    max-height: 1em;
    width: 0;
    margin: auto;
    height: 1em;
}

.loadingWords {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 3;
    text-align: center;
    color: #e87200;
}

.loadingDiaognal1, .loadingDiaognal2 {
    width:0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--tan);
}

.loadingDiaognal2 {
    background-color: var(--orange);
}

.formWarning {
    background: var(--orange);
    width: auto;
    padding: 0.5em 1em;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.formWarning::before {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right: 10px solid var(--orange);
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
}

.coffeeSection {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    background-position: 30% bottom;
}

.coffeeSection h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 5%;
}

.coffeeJoin {
    position: absolute;
    right: -50%;
    height: 72%;
    bottom: -5%;
    width: auto;
}

.grecaptcha-badge { 
    visibility: hidden;
}


#portfolio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.portfolioItem {
    opacity: 0;
    overflow: hidden;
    height: 0;
    
}

.portfolioItem img {
    width: 100%;
    height: auto;
    /* display: block; */
}

.selectedPi {
    display: flex;
    align-items: center;
}

.heroImage {
    width: 100%;
}

.heroImage img {
    width: 100%;
    height: auto;
}

#portfolioWork {
    opacity: 0;
}

.kuiuDarkTan {
    background-color: #605e5b;
}

.brandColor {
    width: 100%;
    height: 6em;
    border: 1px solid #3d3935;
}

.geistBlack {
    background-color: #3d3935;
}

.geistGrey {
    background-color: #3d3935;
    opacity: .2;
}

.geistGreen {
    background-color: #bdcf9b;
}

.geistWhite {
    background-color: #ffffff;
}


.brandColorLabel {
    text-transform: uppercase;
    border-bottom:1px solid #bdcf9b;
    margin: 1em 0 .5em 0;
}

.colorRight {
    text-align: right;
}

.brandColorContainer {
    border-top:0;
}

.geistBrandColorContainer {
    border-color:#bdb9b6;
}

.overlay {
    position: relative;
    padding: 0;
}
.overlay .overlayImg {
    position: absolute;
    opacity: 0;
    top: 0;
}

.camoOverlay {
    background-color: #c2b29d;
}
.overlayWords {
    display: flex;
    position: relative;
    z-index: 500;
    width: 50%;
    margin: auto;
}
.overlayText {
    align-self: center;
    text-align: center;
    margin: auto;
    color:#ffffff;
}

.overlayImg {
    background-size: cover;
}

.overlay1 {
    z-index: 1;
    background-image: url('/images/portfolio/geist/overlay/hand_drawn_crop.jpg');
}
.overlay2 {
    z-index: 2;
    background-image: url('/images/portfolio/geist/overlay/light_green_crop.png ');
}
.overlay3 {
    z-index: 3;
    background-image: url('/images/portfolio/geist/overlay/dark_green_crop.png');
}
.overlay4 {
    z-index: 4;
    background-image: url('/images/portfolio/geist/overlay/dark_brown_crop.png');
}
.overlay5 {
    z-index: 5;
    background-image: url('/images/portfolio/geist/overlay/black_crop.png ');
}
.overlay6 {
    z-index: 6;
    background-image: url('/images/portfolio/geist/overlay/texture_crop.png ');
}
.overlay7 {
    z-index: 7;
    background-image: url('/images/portfolio/geist/overlay/detail_repeat_crop.jpg ');
}
.overlay8 {
    z-index: 8;
    background-image: url('/images/portfolio/geist/overlay/feldberg_crop.jpg');
}
.overlay9 {
    z-index: 9;
    background-image: url('/images/portfolio/geist/overlay/nebel_crop.jpg');
}

.overlayText h3 {
    opacity: 0;
    display: inline;
    position: absolute;
    left: 0;
    width: 100%;
}


.ghostBG {
    background-image: url('/images/portfolio/geist/geist_repeat.png');
    background-repeat: repeat;
}

 
.geistGhostOverlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
}

.geistGhostOverlay img {
    align-self: center;
    margin:auto;
    width: 100px;
}

.hangTagHolder {
    text-align: center;
}

.hangtags {
    position: relative;
    margin: auto;
    height: 80%;
    margin-top: 10%;
    display: inline-block;
}

.hangtagImage {
    position: absolute;
    top: 0;
    height: 100%;
    transform-origin: 50% 0%;
}
.hangtagImage img, .hangtagImage svg {
    height: 100%;
}

.tag6 {
    position: relative;
    z-index: 1;
    filter: "drop-shadow(5px -5px 5px rgb(0 0 0 / 0.4))";
}

.tag5{
    z-index: 2;
}

.tag4{
    z-index: 3;
}

.tag3{
    z-index: 4;
}

.tag2{
    z-index: 5;
}

.tag1{
    z-index: 6;
}

.floatBlue {
    background-color: #00AEC7;
    color: #2a353c;
}

.floatGrey {
    background-color: #2a353c;
    color: #ffffff;
}

.floatLightGrey {
    background-color: #f2f2f2;
}


.appPhoneBG {
    background-size: cover;
    position: absolute;
}

.popeyesPhoneBG {
    background-image: url("/images/portfolio/popeyes/WhiteMarbleBkgd.jpg");
}

.phone {
    position: relative;
}

.phoneImage {
    position: relative;
    z-index: 500;
    top: 0;
    height: 100%;
}


.phoneScreenHolder {
    position: absolute;
    top: 11%;
    overflow: hidden;
    margin: 1px;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); 
}

.iphoneXScreenHolder {
    position: absolute;
    top: 7%;
    overflow: hidden;
    margin: 1px;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); 
}


.phoneScreenHolder .liveScreen, .popeyesScreen, .watchScreen, .watchLoadingScreen {
    position: absolute;
    top: 0;
    left: 100%;
}

.screen {
    position: absolute;
}

.watchScreen {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.liveWatchBG {
    background-image: url("/images/portfolio/popeyes/WhiteMarbleBkgd.jpg");
    background-size: cover;
    opacity: 0.4;
}

.liveWatchArm {
    position: relative;
    z-index: 1;
}


.watchApp .sectionHeader {
    position: absolute;
    top: 2%;
    right: 15%;
    width: auto;
}


.liveWatch {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.watchScreen, .watchLoadingScreen {
    top: 47.3%;
    left: 47.9%;
    width: 20.3%;
    transform: translate(-50%, -50%) ;
    -webkit-transform: translate(-50%, -50%);
}

.watchScreenHolder {
    position: absolute;
    bottom: 0;
}

.intuitBG {
    background-color: #2CA01C;
    color:var(--white)
}

.oibGrey {
    background-color: #ebeff3;
}


#montana {
    position: absolute;
    z-index: 0;
    /* background:url('/images/portfolio/oib/montana.png') no-repeat;
    background-size: contain;
    overflow:visible; */
}

@media only screen and (max-width: 900px) {
    body {
      font-size: 20px;
    }

    .camo {
        position: absolute;
        left: auto;
        top: 35%;
        right: 13%;
    }

    .programming {
        top:auto;
        bottom: 0;
        left: 5%;
        width: 35%;
    }

    .programming p {
        display: inline-block;
        font-size: 1.3rem;
    }

    .wine {
        top:68%;
        left: 22%;
    }

    .finalSlide {
        /* display: block; */
        width: 100%;
        position: relative;
    }
    .finalSlide .leftFlex {
        position: relative;
        /* top: 10%; */
        padding-bottom: 40px;
    }
    

    .finalSlide .leftFlex {
        position: relative;
        padding-bottom: 40px;
    }

    .finalSlide .leftFlex, .finalSlide .rightFlex {
        flex-basis: 50%;
    }

    .coffeeSection {
        background-size: auto 80%;
        background-position: 20% 170%;
    }
    .coffeeJoin {
        right: -100%;
        height: 58%;
        top: 10%;
    }

    #portfolio {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brandColorContainer {
        border-width: 1px;
        border-style:solid;
    }
    .watchApp .sectionHeader {
        position: absolute;
        top: 2%;
        right: 0;
        width: 100%;
    }

  }
  @media only screen and (max-width: 500px) {
    body {
        font-size:18px;
    }
    .bioHolder {
        left: 0;
        width: 80%;
        text-align: center;
        margin-top: -2em;
        margin-left: 10%;
        top: 75%;
    }
    .iveDoneThings {
        font-size: 1.5em;
    }
    .camo {
        text-align: left;
    }
    .phoneApp {
        position: relative;
        top:10%;
        left: 10%;
        width: 80%;
        text-align: center;
        color: var(--tan);
    }
    .programming {
        font-size: 1em;
        left: 5%;
        width: 90%;
    }
    .wine {
        top:68%;
        left: 10%;
    }
    .timeOffText {
        bottom: 0;
        position: absolute;
        width: 80%;
        left: 10%;
        height: auto;
    }
    #person {
        left:30%;
        top: 30%;
    }

    .finalSlide {
        display: block;
        width: 100%;
        position: relative;
    }
    .finalSlide .leftFlex {
        position: relative;
        top: 0%;
        padding-bottom: 40px;
    }
    .finalSlide .rightFlex {
        position: absolute;
        bottom: 0;
    }
    .finalSlide .rightFlex .fadeIn p {
        margin: 5px 0;
    }
    #portfolio {
        grid-template-columns: repeat(1, 1fr);
    }
}