/*
notes

    colors:
        orange:     #E85028
        gold:       #B09D79
        "white":    #F2EFEC
        light grey: #939598
        med grey:   #656668
        dark grey:  #4C4C4D
        "black":    #141916
*/


/* De Awesome*/
@font-face {
    font-family: 'De Awesome';
    src: url('/dat/fonts/de_awesome-webfont.woff2') format('woff2'),
         url('/dat/fonts/de_awesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Futura */
@font-face {
    font-family: 'Futura';
    src: url('/dat/fonts/FuturaLT-Book.woff2') format('woff2'),
         url('/dat/fonts/FuturaLT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/dat/fonts/FuturaLT-Bold.woff2') format('woff2'),
         url('/dat/fonts/FuturaLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/dat/fonts/FuturaLT-Heavy.woff2') format('woff2'),
         url('/dat/fonts/FuturaLT-Heavy.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* need helvetica */

/* main */
    body, html {
        font-family: "Helvetica", "Arial", sans-serif;
        background-color: #F2EFEC;
    }

    body {
        padding: 0px;
        margin: 0px;
    }

    /* backgrounds */
    .black {
        background-color: #141916;
    }

/* nav */
    nav {
        padding: 15px 15px 6.5px 15px;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        box-sizing: border-box;
        background-color: #F2EFEC;
        z-index: 100;
    }

    nav:after {
        content: "";
        background-color: #B09D79;
        position: relative;
        height: 1px;
        width: 100%;
        bottom: -7px;
        box-sizing: border-box;
        display: block;
        z-index: 10000;
    }

    nav.dark {
        background-color: rgba(0,0,0,0);
    }

    nav div {
        display: inline-block;
        vertical-align: bottom;
    }

    nav .logo {
        width: 120px;
        user-select: none;
    }

    nav .logo img {
        user-select: none;
    }

    nav .logo a {
        display: block;
        cursor: pointer;
    }

    nav .logo h1 {
        margin: 0px;
        color: #E85028;
        font-weight: normal;
        letter-spacing: 2px;
    }

    nav .links {
        position: absolute;
        right: 10px;
        bottom: 8px;
    }

    nav .links a, nav .links a:visited {
        font-family: 'Futura';
        font-weight: 500;
        font-style: none;
        text-decoration: none;
        padding: 8px 8px 0px 8px;
        color: #4C4C4D;
        font-size: 14px;
    }

    nav.dark .links a, nav.dark .links a:visited {
        color: #F2EFEC;
    }

    nav .links a:hover {
        color: #939598 !important;
        cursor: pointer;
    }

/*hero*/
    .hero-wrap {
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        min-height: calc(-webkit-fill-available - 50px);
    }

    .hero-wrap:nth-of-type(1){
        padding-top: 50px;
        text-align: center;
    }

    .hero {
        max-width: 1000px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        padding: 0px;
        margin: 0px;
        width: 100%;
        min-height: -webkit-fill-available;
        position: relative;
        word-wrap: none;
    }

    .hero .half {
        box-sizing: border-box;
        vertical-align: top;
        width: 50%;
        display: inline-block;
        padding: 15px;
        text-align: center;
        vertical-align: middle;
    }

    .hero .half h2 {
        font-family: "De Awesome";
        color: #F2EFEC;
        font-size: 12px;
        font-weight: 500;
        font-weight: normal;
        color:#E85028;
        margin: 0px;
        text-align: left;
        letter-spacing: 1px;
    }


    .hero .half h1 {
        font-family: "Futura";
        color: #F2EFEC;
        font-size: 24px;
        font-weight: 500;
        margin: 0px;
        text-align: left;
    }

    .hero .shrink {
        width: 60%;
        display: inline-block;
    }

    img.fill {
        width: 70%;
    }

    .hero-graphic {
        padding: 50px 50px 50px 50px;
        width: 90%;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        position: relative;
    }

    .hero::after {
        content: "";
        width: 0px;
        background-color: #939598;
        height: calc(90vh - 50px);
        display: inline-block;
        vertical-align: middle;
        min-height: -webkit-fill-available;
    }

    .message {
        position: absolute;
        left: 61%;
        top: 66%;
        width: 34% !important;
        font-size: 2.6vw;
        padding: 0px !important;
    }

    .message h2 {
        font-size: 44% !important;
    }

    .message h1 {
        font-size: 70% !important;
        line-height: 95%;
    }

    #eye-center, #eye-outer {
        transition: all 0s;
    }

/*content*/

    .content:nth-of-type(1){
        padding-top: 64px;
    }

    .content {
        padding: 20px 1% 20px 1%;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        box-sizing: border-box;
        color: #656668

    }

    .content.work {
        max-width: 980px;
    }

    h1 {
        font-family: "De Awesome";
    }

    p {
        font-family: "Futura";
        color: #656668;
    }


/* content expanded */

    .content-expanded {
        padding: 0px 0% 0px 0%;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        box-sizing: border-box;
        color: #656668
    }

    .content-expanded img {
        width: 100%;
    }

    .center {
        text-align: center;
    }

/* work */
.work-message h1 {
    color:#B09D79;
    font-size: 24px;
    font-weight: normal;
    font-family: "De Awesome";
    letter-spacing: 1px;
    margin: 0px;
    width: 200px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}

.work-message p {
    
}
/* cards */

.card-content .inner {
    padding: 5px;
    background-color: #FFF;
    width: 100%;
    max-width: 800px;
}

.card-content h1 {
    font-size: 12px;
    color: #141916;
    letter-spacing: 1px;
    font-family: "Futura", "Arial", sans-serif;
    text-transform: uppercase;
    margin: 5px 0px 4px 0px;
    font-weight: normal;
}


.card-content span {
    display: inline-block;
    line-height: 9px;
    font-size: 11px;
    background-color: #e4e4e4;
    padding: 4px 6px 4px 6px;
    color:#77787a;
    margin: 2px 1px 1px 1px;
    opacity: 1;
    z-index: 1;
    opacity: 0.8;
    position: relative;
    font-family: "Futura", "Arial", sans-serif;
    font-weight: normal;
    letter-spacing: 0.7px;
    text-transform: lowercase;
}

.card-content .inner-bound {
    height: 70px;
    width: 290px;
    box-sizing: border-box;
}

.card-content img {
    margin-top: -18px;
    width: 100%;
    height: 150px;
    position: relative;
}

.card-banner {
    margin-top: -20px;
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}

.card-banner .image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    transform: scale(1.4);
    transform-origin: 50% 0;
    top: 0%;
    position: relative;
}

.card-content.expanded .card-banner .image {
    top: 0%;
    transform: scale(1);
    background-position: top;
    transition: all 600ms 0ms;
}

.card-content p {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    margin: 0px;
    color: #656668
}

.card-content button {
    background-color: #B09D79;
    border: none;
    color: #fff;
    font-size: 12px;
    font-family: "Futura", "Arial", sans-serif;
    font-weight: 500;
    padding: 10px 14px;
    margin: 8px 0px 0px 0px;
}

.card {
    background-color: #FFF;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 260px;
    width: 300px;
    text-align: left;
    overflow: hidden;
    margin: 5px;
    vertical-align: top;
    border: 1px solid #e4e4e4;
}

.card:hover {
    border: 1px solid #c1c0c0;
}

.card:hover span.year {
    opacity: 1;
}

.card-content {
    width: 300px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    /*transition: all 600ms;*/
    background-color: rgba(255,255,255,0.0);
    height: 260px !important;
    overflow: hidden;
}

.card-body {
    height: 260px;
    background-color: #fff;
    /*transition: all 800ms ease;*/
    box-sizing: border-box;
    overflow: hidden;
}

.card-content.expand,
.card-content.expand .card-body{
    transition: 
        all 600ms ease,
        width 600ms ease,
        height 300ms 00ms
}


.card-content.expanded {
    width: 100vw;
    height: 100vh !important;
    background-color: rgba(255,255,255,1);
    z-index: 100;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    min-height: -webkit-fill-available;
    overflow: hidden !important;
}

.card-content .card-body {
    position: relative;
    max-width: 300px;
}


.card-content.expanded .card-body {
    /*box-shadow: 0px 0px 30px -10px rgba(51, 51, 51, 0.6);*/
    height: calc(110vh);
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

.card-content.complete {
    width: 100vw;
    height: 100vh !important;
    min-height: -webkit-fill-available;
    top: 0px;
    left: 0px;
    margin: 0px !important;
    z-index: 100;
    transition: none;
    padding: 40px 40px 90px 40px;
    overflow: auto !important;
}

.card-content.complete .card-body {
    height: unset;
}

.card-content .details {
    opacity: 0;
    transition: opacity 200ms ease 1000ms;
    width: 100%;
    box-sizing: border-box;
}

.card-content.expand .details,
.card-content.expanded .details,
.card-content.complete .details {
    opacity: 1;
}

/* details when card is expanded */
.card-content.complete .details {
    height: "";
}

span.note {
    background-color: #E85028;
    color: #F2EFEC;
    padding: 5px 8px;
    line-height: 16px;
    position: absolute;
    text-transform: uppercase;
    opacity: 1;
    top: 2px;
    left: 3px;
}

span.year {
    background-color: #B09D79;
    color: #F2EFEC;
    padding: 5px 8px;
    line-height: 16px;
    position: absolute;
    opacity: 0.75;
    top: 2px;
    right: 3px;
    transition: opacity 500ms;
}

.card-content.expanded span.year{
    opacity: 1;
}


.details p,
.details h1,
.details h2 {
    padding-left: 20px;
    padding-right: 20px;
}

.details p,
.details h1,
.details h2,
.details ul,
.details ol {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.details li {
    margin-top: 8px;
    width: 98%;
    box-sizing: border-box;
}

.details p strong {
    color:#E85028;
}


.details li strong {
    color:#141916;
}

.details li em {
    color:#B09D79
}

.details h1 {
    font-family: "Helvetica", "Arial", sans-serif;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    color:#B09D79;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.details h2 {
    font-family: "Helvetica", "Arial", sans-serif;
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
    color: #939598;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.details p + h1 {
    margin-top: 30px;
}

.details figure + h1 {
    margin-top: 20px;
}

.details p,
.details ul,
.details li {
    font-size: 14px;
    color: #4C4C4D;
    text-align: left;
    line-height: 18px;
}

.details ul {
    padding-top: 0px;
    margin-top: 5px;
    margin-top: 0px;
}

.details p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card .details a,
.card .details a:visited {
    color:#287be8;
    font-size: inherit;
    text-decoration: underline;
}

.card .details a:hover {
    color:rgb(138, 179, 233) !important;
    cursor: pointer;
}

.details img,
.details figure,
.details video {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
}

.details figure {
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.details figure figcaption {
    font-size: 10px;
    color: #939598;
    text-align: left;
    line-height: 14px;
    font-family: "Futura", "Arial", sans-serif;
    letter-spacing: 0.2px;
}

/* end inner details */

button.card-close {
    position: fixed;
    top: -50px;
    right: -50px;
    opacity: 0;
    width: 0px;
    height: 0px;
    transition: opacity 300ms;
    z-index: 100;
    color: #B09D79;
    background-color: rgba(255,255,255,0);
    font-size: 24px;
    padding: 0px;
    line-height: 12px;
    padding: 10px;
    cursor: pointer;
}

.card-content.expanded .card-close {
    opacity: 0.5;
    width: auto;
    height: auto;
    top: 5px;
    right: 5px;
}

.card-content.expanded .card-close:hover,
.card-close:hover {
    transition: opacity 100ms ease;
    opacity: 1;
}

.card-content.close .card-close:hover,
.card-content.closer .card-close:hover {
    opacity: 0 !important;
}




.card-content.expanded .card-banner {
    transition: 
        width 520ms, 
        height 550ms, 
        margin 600ms ease 00ms, 
        padding 600ms ease 00ms;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px; 
    height: 330px;
    max-height: 36vw;
    /*min-height: 60vh;*/
}



.card-content.reshrink {
    padding: 0px;
    width: 300px;
}

.card-content.closer {
    transition: all 700ms, background-color 100ms;
}

.card-content.close {
    top: 35vh;
    background-color: rgba(255,255,255,0);
    transition: all 700ms, background-color 200ms ease;
    height: 0px !important;
    overflow: hidden;
    min-height: 10vh;
    padding-top: 10vh;
    display: block;
    padding-bottom: 0px;
    padding-right: 20vw;
    padding-left: 20vw;
}

.card-content.closer .card-body {
    /*height: 100vh !important;*/
}

.card-content.close .card-body {
    /*height: 0px;*/
}

/* about */
.about-img {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.about-img img {
    width: 100%;
}

.about-message {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 20px;
    padding-top: 60px;
    text-align: left;
    box-sizing: border-box;
}

.about-message h1 {
    color:#B09D79;
    font-size: 24px;
    font-weight: normal;
    font-family: "De Awesome";
    letter-spacing: 1px;
    margin: 0px;
}

.about-message h2 {
    margin: 0px;
    font-size: 12px;
    color: #939598;
    font-style: italic;
    font-weight: normal;
    font-family: sans-serif;
}

.about-message p, 
.about p {
    font-size: 14px;
    color: #656668;
    text-align: left;
    line-height: 17px;
}

.about {
    text-align: left;
}

.about-letter {
    border-top: 1px solid #B09D79;
    width: 96%;
    padding: 10px 15%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.about-letter span,
.about span {
    color: #B09D79;
    font-family: "De Awesome";
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    font-size: 12px;
}

.content a,
.content a:visited {
    color: #E85028;
    font-family: "Futura", sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.content a:hover {
    color: #939598;
    cursor: pointer;
}

/* media queries */
@media only screen and (max-width: 600px) {
    /* home */

    .message h1 {
        font-size: 120% !important;
        line-height: 100%;
    }

    .message h2 {
        font-size: 70% !important;
    }


    /* about */
    .content.about-page {
    }

    .about-hero {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-img {
        width: 100%;
        padding: 0px;
    }

    .about-message {
        padding: 10px 8%;
        width: 100%;
        max-width: 395px;
    }

    .about-message h1 {
        font-size: 28px;
        margin: 0px;
    }

    .about-img .about {
        width: 84%;
        display: block;
        margin: 0 auto;
    }
  }

/* special */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
  }

@media print {
    body, html { width: 100% !important; background-color: rgba(0,0,0,0);}
    .card-close { display: none;}
    .card-content.expanded.complete { 
        position: absolute !important; 
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: none !important;
        
    }

    figure { 
        width: 80% !important; 
        display: block; 
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .details p,
    .details h1,
    .details h2,
    .details ul,
    .details ol {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    nav {
        z-index: 10000000 !important;
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,0);
    }

    nav::after, nav .links { display: none;}

    nav { 
        height: 20px !important;
        display: none;
    }

    nav .logo { 
        width: 80px !important;
        background-color: #B09D79;
    }

    h1 { 
        break-after: avoid;
    }

    p, ul, li {
        break-inside: avoid;
    }
}