@charset "UTF-8";
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=MuseoModerno:ital,wght@0,800;1,800&family=Rubik+Mono+One&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    body {
        -webkit-text-size-adjust: none;
    }


/* Box Model */

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


/* Basic */

    @-ms-viewport {
        width: device-width;
    }

    body {
        -ms-overflow-style: scrollbar;
    }

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

        html, body {
            min-width: 320px;
        }

    }

    ::selection {
        color: #97ac9f;
        background: #234443;;
    }

    ::-moz-selection {
        color: #97ac9f;
        background: #234443;;
    }


/* Type */

    body {
        background-color: #050608;}

    body, input, select, textarea {
        font-family: 'Space Grotesk', sans-serif;;
        font-size: 24pt;
        font-weight: 300;
        line-height: 1.5;
        color: #97ac9f;
    }

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

            body, input, select, textarea {
                font-size: 16pt;
            }

        }

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

            body, input, select, textarea {
                font-size: 16pt;
            }

        }

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

            body, input, select, textarea {
                font-size: 16pt;
            }

        }

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

            body, input, select, textarea {
                font-size: 15pt;
            }

        }

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

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

    a {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        text-decoration: none;
    }

    strong, b {
        font-family: 'Montserrat', sans-serif;      
        font-weight: 700;
        color: #234443;
    }

    em, i {
        font-style: italic;
    }

    p {
    }

    h1, h2, h3, h4, h5, h6 {
        text-align:left;
        font-weight: 700;
        line-height: 0.8;
        letter-spacing: -0.05em;
    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            text-decoration: none;
        }

    h2 {
        font-size: 3.5em;
        font-family: 'MuseoModerno', sans-serif;
        
    }

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

            h2 {
                font-size: 3em;
            }

        }

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

            h2 {
                font-size: 2.8em;
            }

        }

    h3 {
        font-size: 2.5em;
        font-family: 'MuseoModerno', sans-serif;
    }

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

            h3 {
                font-size: 2em;
            }

        }

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

            h3 {
                font-size: 1.8em;
            }

        }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.2em;
    }

    h6 {
        font-size: 0.7em;
    }

    .colorchange {
        color: #234443;
    }

    sub {
        font-size: 0.8em;
        position: relative;
        top: 0.5em;
    }

    sup {
        font-size: 0.8em;
        position: relative;
        top: -0.5em;
    }

    blockquote {
        border-left: solid 4px;
        font-style: italic;
        margin: 0 0 2em 0;
        padding: 0.5em 0 0.5em 2em;
    }

    code {
        border-radius: 4px;
        border: solid 1px;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 0.9em;
        margin: 0 0.25em;
        padding: 0.25em 0.65em;
    }

    pre {
        -webkit-overflow-scrolling: touch;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 0.9em;
        margin: 0 0 2em 0;
    }

        pre code {
            display: block;
            line-height: 1.75;
            padding: 1em 1.5em;
            overflow-x: auto;
        }

    hr {
        border: 0;
        border-bottom: solid 1px;
        margin: 2em 0;
    }

        hr.major {
            margin: 3em 0;
        }

    .align-left {
        text-align: left;
    }

    .align-center {
        text-align: center;
    }

    .align-right {
        text-align: right;
    }

    input, select, textarea {
        color: #ffffff;
    }

    a {
        color: inherit;
    }

        a:hover {
            color: #152024;
        }

    strong, b {
        color: #234443;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #234443;
    }


/* Icon */

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .icon > .label {
            display: none;
        }


/* List */

    ol {
        list-style: decimal;
        margin: 0 0 2em 0;
        padding-left: 1.25em;
    }

        ol li {
            padding-left: 0.25em;
        }

    ul {
        list-style: disc;
        margin: 0 0 2em 0;
        padding-left: 1em;
    }

        ul li {
            padding-left: 0.5em;
        }

        ul.alt {
            list-style: none;
            padding-left: 0;
        }

            ul.alt li {
                border-top: solid 1px;
                padding: 0.5em 0;
            }

                ul.alt li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }

        ul.icons {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }

            ul.icons li {
                display: inline-block;
                padding: 0 1em 0 0;
            }

                ul.icons li:last-child {
                    padding-right: 0;
                }

                ul.icons li .icon:before {
                    font-size: 2em;
                }

        ul.actions {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }

            ul.actions li {
                display: inline-block;
                padding: 0 1em 0 0;
                vertical-align: middle;
            }

                ul.actions li:last-child {
                    padding-right: 0;
                }

            ul.actions.small li {
                padding: 0 0.5em 0 0;
            }

            ul.actions.vertical li {
                display: block;
                padding: 1em 0 0 0;
            }

                ul.actions.vertical li:first-child {
                    padding-top: 0;
                }

                ul.actions.vertical li > * {
                    margin-bottom: 0;
                }

            ul.actions.vertical.small li {
                padding: 0.5em 0 0 0;
            }

                ul.actions.vertical.small li:first-child {
                    padding-top: 0;
                }

            ul.actions.fit {
                display: table;
                margin-left: -1em;
                padding: 0;
                table-layout: fixed;
                width: calc(100% + 1em);
            }

                ul.actions.fit li {
                    display: table-cell;
                    padding: 0 0 0 1em;
                }

                    ul.actions.fit li > * {
                        margin-bottom: 0;
                    }

                ul.actions.fit.small {
                    margin-left: -0.5em;
                    width: calc(100% + 0.5em);
                }

                    ul.actions.fit.small li {
                        padding: 0 0 0 0.5em;
                    }

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

                ul.actions {
                    margin: 0 0 2em 0;
                }

                    ul.actions li {
                        padding: 1em 0 0 0;
                        display: block;
                        text-align: center;
                        width: 100%;
                    }

                        ul.actions li:first-child {
                            padding-top: 0;
                        }

                        ul.actions li > * {
                            width: 100%;
                            margin: 0 !important;
                        }

                            ul.actions li > *.icon:before {
                                margin-left: -2em;
                            }

                    ul.actions.small li {
                        padding: 0.5em 0 0 0;
                    }

                        ul.actions.small li:first-child {
                            padding-top: 0;
                        }

            }

    dl {
        margin: 0 0 2em 0;
    }

        dl dt {
            display: block;
            font-weight: 700;
            margin: 0 0 1em 0;
        }

        dl dd {
            margin-left: 2em;
        }

    ul.alt li {
        border-top-color: rgba(255, 255, 255, 0.15);
    }


/* PORTFOLIO */

.portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1800px;
    justify-content: center;
    align-content: center;
    margin: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.portfoliopiece {
    position: relative;
    overflow: hidden;
    margin: 15px;
    margin-bottom: 2em;
    padding: 5px;
}


@media (max-width: 600px){
    .portfolio {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* Section/Article */

    section.special, article.special {
        text-align: center;
    }

    header p {
        position: relative;
        margin: 0 0 1.5em 0;
    }

    header h2 + p {
        font-size: 1.25em;
        margin-top: -1em;
    }

    header h3 + p {
        font-size: 1.1em;
        margin-top: -0.8em;
    }

    header h4 + p,
    header h5 + p,
    header h6 + p {
        font-size: 0.9em;
        margin-top: -0.6em;
    }

    header p {
        color: #676d71;
    }

/* Wrapper */

    .wrapper {
        padding: 0 0 4em 0;
        position: relative;
    }

        .wrapper:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.35;
            z-index: 1;
        }

        .wrapper .inner {
            margin: 0 auto;
            width: 60%;
            position: relative;
            z-index: 99;
        }

        .wrapper .innercentered {
            margin: 0 0 0 25%;
            position: relative;
            z-index: 99;
            width: 70%;
        }

        .wrapper header {
            margin-bottom: 4em;
        }

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

                .wrapper header {
                    margin-bottom: 2em;
                }

            }

        .wrapper.style1 {
            color: #97ac9f;
        }

            .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
                color: #97ac9f;
            }

            .wrapper.style1 a {
            }

                .wrapper.style1 a:hover {
                    color: #d3dfd8;
                }

            .wrapper.style1 strong, .wrapper.style1 b {
                color: #234443;
                }

            .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
                color: #234443;
            }

            .wrapper.style1 blockquote {
                border-left-color: rgba(255, 255, 255, 0.15);
            }

            .wrapper.style1 code {
                background: rgba(255, 255, 255, 0.075);
                border-color: rgba(255, 255, 255, 0.15);
            }

            .wrapper.style1 hr {
                border-bottom-color: rgba(255, 255, 255, 0.15);
            }

            .wrapper.style1 ::-webkit-input-placeholder {
                color: #9ba6af !important;
            }

            .wrapper.style1 :-moz-placeholder {
                color: #9ba6af !important;
            }

            .wrapper.style1 ::-moz-placeholder {
                color: #9ba6af !important;
            }

            .wrapper.style1 :-ms-input-placeholder {
                color: #9ba6af !important;
            }

            .wrapper.style1 .formerize-placeholder {
                color: #9ba6af !important;
            }

            .wrapper.style1 ul.alt li {
                border-top-color: rgba(255, 255, 255, 0.15);
            }

            .wrapper.style1 header p {
                color: #9ba6af;
            }

        .

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

            .wrapper > .inner {
                width: 40em;
            }

            .wrapper > .innercentered {
                width: 30em;
            }

        }

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

            .wrapper > .inner {
                width: 90%;
            }

            .wrapper > .innercentered {
                width: 75%;
                margin: 0 0 0 15%;
            }

        }

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

            .wrapper {
                padding: 0 0 2em 0;
            }

            .wrapper > .innercentered {
                width: 85%;
                margin: 0 0 0 15%;
            }

        }

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

            .wrapper > .innercentered {
                width: 85%;
                margin: 0 0 0 15%;
                font-size: 16px;
            }

        }

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

            .wrapper > .innercentered {
                width: 85%;
                margin: 0 0 0 15%;
                font-size: 12px;
            }

        }

/* Header */

    body.subpage {
        padding-top: 3.125em;
    }

    #header {
        background: rgba(219, 214, 236, 1);
        color: #c0c5c9;
        cursor: default;
        height: 3.25em;
        left: 0;
        line-height: 3.25em;
        position: fixed;
        text-align: right;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

        #header > h1 {
            color: #E9DFF2;
            display: inline-block;
            height: inherit;
            left: 1.25em;
            line-height: inherit;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
        }

            #header > h1 a {
                font-size: 1.25em;
            }

                #header > h1 a:hover {
                    color: #ffffff;
                }

            #header > h1 span {
                font-weight: 300;
                font-size: .8em;
            }

        #header > a {
            -moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            display: inline-block;
            padding: 0 0.75em;
            color: inherit;
            text-decoration: none;
        }

            #header > a:hover {
                color: #ffffff;
            }

            #header > a[href="#menu"] {
                text-decoration: none;
                -webkit-tap-highlight-color: transparent;
            }

                #header > a[href="#menu"]:before {
                    content: "";
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    text-transform: none !important;
                }

                #header > a[href="#menu"]:before {
                    margin: 0 0.5em 0 0;
                }

            #header > a + a[href="#menu"]:last-child {
                border-left: solid 1px rgba(255, 255, 255, 0.15);
                padding-left: 1.25em;
                margin-left: 0.5em;
            }

            #header > a:last-child {
                padding-right: 1.25em;
            }

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

                #header > a {
                    padding: 0 0.5em;
                }

                    #header > a + a[href="#menu"]:last-child {
                        padding-left: 1em;
                        margin-left: 0.25em;
                    }

                    #header > a:last-child {
                        padding-right: 1em;
                    }

            }

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

        body {
            padding-top: 0px;
        }

        #header {
            height: 44px;
            line-height: 44px;
        }

            #header > h1 {
                left: 1em;
            }

                #header > h1 a {
                    font-size: 1em;
                }

    }

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

        #header {
            min-width: 320px;
        }

    }

/* Footer */
#header {
        padding: 1em 0 1em 0;   
}

    #header .iconsheader {
        margin-top: 2em;
        width: 65em;
        color: #234443;
        font-size: 0.6em;
        padding: 0;
        text-align: center;
    }


    #footer {
        padding: 1em 0 1em 0;
    }

        #footer > .inner {
            margin: 0 auto;
            width: 80em;
        }

        #footer .copyright {
            color: #234443;
            font-size: 0.6em;
            margin: 0 0 2em 0;
            padding: 0;
            text-align: center;
        }

            #footer .copyright .icons {
                margin: 2em 0 0 0;
            }

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

            #footer > .inner {
                width: 65em;
            }

        }

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

            #footer > .inner {
                width: 90%;
            }

        }

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

            #footer {
                padding: 1em 0 1em 0;
            }

        }