@font-face {
    font-family: 'brandon-grotesque';
    src: url('https://static.martinstastny.com/static/fonts/brandon_reg-webfont.eot');
    src: url('https://static.martinstastny.com/static/fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://static.martinstastny.com/static/fonts/brandon_reg-webfont.woff2') format('woff2'),
    url('https://static.martinstastny.com/static/fonts/brandon_reg-webfont.woff') format('woff'),
    url('https://static.martinstastny.com/static/fonts/brandon_reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-grotesque-medium';
    src: url('https://static.martinstastny.com/static/fonts/brandon_med-webfont.eot');
    src: url('https://static.martinstastny.com/static/fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://static.martinstastny.com/static/fonts/brandon_med-webfont.woff2') format('woff2'),
    url('https://static.martinstastny.com/static/fonts/brandon_med-webfont.woff') format('woff'),
    url('https://static.martinstastny.com/static/fonts/brandon_med-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'crimson_textregular';
    src: url('https://static.martinstastny.com/static/fonts/crimsontext-regular-webfont.woff2') format('woff2'),
    url('https://static.martinstastny.com/static/fonts/crimsontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
    cursor: pointer;
}

.font-serif {
    font-family: "crimson_textregular", Georgia, Times, "Times New Roman", serif !important;
}

.font-sans-bold {
    font-family: "brandon-grotesque-medium", Helvetica, Arial, sans-serif !important;
}

.button {
    text-decoration: none;
    font-size: 18px;
    height: 50px;
    line-height: 45px;
    font-family: "brandon-grotesque-medium", Helvetica, Arial, sans-serif;
    border: 3px solid transparent;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
}

@media only screen and (min-width: 701px) {
    .button {
        height: 60px;
        line-height: 55px;
        font-size: 20px;
    }
}

.button.primary {
    background: #fff;
    color: #000;
}

.button.primary:hover {
    background: transparent;
    border: 3px solid #ffffff;
    color: #fff;
}

.button.hollow {
    color: #ffffff;
    border: 3px solid #fff;
}

.button.hollow:hover {
    background: #ffffff;
    color: #000000;
}

.subtitle {
    font-family: "brandon-grotesque-medium", Helvetica, Arial, sans-serif;
}

.subtitle:after {
    content: " ";
    width: 20px;
    margin: 0 auto;
    display: block;
    height: 2px;
    background: #515151
}

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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

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

caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

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

a img {
    border: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

#navigation, .footer-nav, .page, .page-title, .work-reference .overlay h2:after, .services h2:after, .project-detail h2, .project-detail h3, .references, .work-reference {
    *zoom: 1
}

html, body {
    height: 100%;
    min-height: 100%;
    background: #fff
}

body {
    color: #515151;
    font-family: brandon-grotesque, Arial, Helvetica, sans-serif;
    line-height: 1em;
    position: relative
}

@media only screen and (min-width: 1000px) {
    body {
        font-size: 98%
    }
}

* {
    -webkit-font-smoothing: antialiased
}

a {
    color: #000
}

a:hover {
    color: #000
}

a, a:focus, a:hover, a:active {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

strong {
    font-weight: 500
}

p {
    font-size: 1em;
    color: #7b7b7b;
    line-height: 1.75em;
    font-weight: 300;
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 1000px) {
    p {
        font-size: 1.4375em
    }
}

input, textarea, select {
    border-radius: 0
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #515151
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #515151
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #515151
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #515151
}

form {
    width: 100%;
    border: 0;
    padding: 0
}

fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 2em
}

.field-wrap {
    margin: 0;
    display: block
}

.form-field {
    width: 100%;
    float: left;
    padding: 0
}

@media only screen and (min-width: 1000px) {
    .form-field.half {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 47.968193771%
    }

    .form-field.half:last-child {
        margin-right: 0
    }

    .form-field.half:last-child {
        float: right
    }
}

label {
    color: #000;
    cursor: pointer;
    display: block;
    margin-bottom: .375em
}

label.error {
    text-align: left;
    padding-top: .8em;
    color: #f76658;
    font-weight: 500
}

.sucess-message {
    color: #27ae60;
    font-size: 1.3em;
    width: 100%;
    display: inline-block
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1em
}

#navigation, .footer-nav {
    list-style: none
}

#navigation li, .footer-nav li {
    float: left;
    display: inline
}

#navigation li a, .footer-nav li a {
    display: block;
    zoom: 1
}

#navigation li:last-child a, .footer-nav li:last-child a, #navigation li.last a, .footer-nav li.last a {
    margin-right: 0
}

#navigation, .delivered-services {
    list-style: none
}

#navigation > li, .delivered-services > li {
    display: inline-block;
    width: 100%;
    background: red
}

#navigation > li > a, .delivered-services > li > a {
    display: block
}

.my-role-title {
    margin-bottom: 3rem !important;
}

@media only screen and (min-width: 701px) {
    .contact .contact-info ul {
        list-style: none;
        display: table;
        width: 100%;
        max-width: 92%
    }

    .contact .contact-info ul li {
        display: table-cell
    }

    .contact .contact-info ul li a {
        display: inline-block
    }
}

.contact-block .contact-me, .send-message, .project-detail .visit-website {
    display: inline-block;
    vertical-align: middle;
    white-space: no-wrap;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 3.125em;
    font-size: .6875em;
    line-height: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 44px;
    font-weight: 500;
    -webkit-transition: all 250ms;
    -webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);
    -moz-transition: all 250ms cubic-bezier(.2, .2, .1, 1);
    -o-transition: all 250ms cubic-bezier(.2, .2, .1, 1);
    transition: all 250ms cubic-bezier(.2, .2, .1, 1)
}

@media only screen and (min-width: 1000px) {
    .contact-block .contact-me, .send-message, .project-detail .visit-website {
        font-size: .8125em
    }
}

.see-my-work {
    border: 2px solid #fff;
    font-size: .875em;
    letter-spacing: 2px;
    font-weight: 500;
    min-height: 50px;
    line-height: 4.5em
}

.send-message, .project-detail .visit-website {
    border: 2px solid #515151;
    background: 0
}

.send-message:hover, .project-detail .visit-website:hover {
    background: #515151;
    color: #fff
}

.contact-block .contact-me {
    color: #fff;
    background: #3a3a39
}

.contact-block .contact-me:hover {
    color: #fff
}

.send-message {
    margin-top: 3em
}

.see-my-work {
    font-size: .8125em;
    position: relative;
    top: 6.5em;
    width: 220px
}

.see-my-work, .work-reference .overlay .view-project {
    height: 40px;
    width: 158px;
    min-height: 40px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 2em;
    font-size: .6875em;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 3.5em;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all 250ms;
    -webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);
    -moz-transition: all 250ms cubic-bezier(.2, .2, .1, 1);
    -o-transition: all 250ms cubic-bezier(.2, .2, .1, 1);
    transition: all 250ms cubic-bezier(.2, .2, .1, 1)
}

.see-my-work:hover, .work-reference .overlay .view-project:hover {
    background: #fff;
    color: #515151
}

.icon {
    display: inline-block
}

.map-pin {
    background-image: url(/static/images/icons.png);
    background-position: 0 -230px;
    width: 16px;
    height: 23px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .map-pin {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.phone {
    background-image: url(/static/images/icons.png);
    background-position: 0 -289px;
    width: 13px;
    height: 26px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .phone {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.mail-arrow {
    background-image: url(/static/images/icons.png);
    background-position: 0 -198px;
    width: 22px;
    height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .mail-arrow {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.hamburger-menu {
    background-image: url(/static/images/icons.png);
    background-position: 0 -263px;
    width: 24px;
    height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .hamburger-menu {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.facebook {
    background-image: url(/static/images/icons.png);
    background-position: 0 -77px;
    width: 11px;
    height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .facebook {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.linkedin {
    background-image: url(/static/images/icons.png);
    background-position: 0 -166px;
    width: 23px;
    height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .linkedin {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.twitter {
    background-image: url(/static/images/icons.png);
    background-position: 0 -325px;
    width: 32px;
    height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .twitter {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.github {
    background-image: url(/static/images/icons.png);
    background-position: 0 -109px;
    width: 21px;
    height: 21px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .github {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.grid-blocks {
    background-image: url(/static/images/icons.png);
    background-position: 0 -140px;
    width: 16px;
    height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .grid-blocks {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.arrow-left {
    background-image: url(/static/images/icons.png);
    background-position: 0 0;
    width: 9px;
    height: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .arrow-left {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.arrow-right {
    background-image: url(/static/images/icons.png);
    background-position: 0 -25px;
    width: 9px;
    height: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .arrow-right {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

.cross {
    background-image: url(/static/images/icons.png);
    background-position: 0 -50px;
    width: 17px;
    height: 17px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .cross {
        background-image: url(/static/images/icons2x.png);
        background-size: 32px 347px
    }
}

@-webkit-keyframes fadeIn {
    from {
        filter: alpha(opacity=0);
        opacity: 0
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        filter: alpha(opacity=0);
        opacity: 0
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    from {
        filter: alpha(opacity=0);
        opacity: 0
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        filter: alpha(opacity=0);
        opacity: 0
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

.project-detail h1.page-title, .project-detail h2, .projects-nav .close-project {
    text-transform: uppercase
}

.container {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5em
}

@media only screen and (min-width: 1000px) {
    .container {
        padding: 0
    }
}

.disable-hover .work-reference, .disable-hover * .work-reference {
    pointer-events: none;
    cursor: pointer
}

#content {
    background: #fff;
    z-index: 11;
    position: relative;
    top: 100%;
    text-align: center;
}

.content-inner {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 550px
}

/*.content-inner ul {*/
/*margin-top: 60px;*/
/*}*/

.content-inner li {
    color: #383838;
}

.content-inner p {
    font-family: "crimson_textregular", Georgia, Times, "Times New Roman", serif;
    font-weight: 300;
    font-size: 1.09375em;
    line-height: 1.3;
    text-align: left;
    padding: 0 .5em;
    color: #383838;
}

.about-project ul {
    list-style: none;
    padding-left: 30px;
    margin-left: 10px;
}

.about-project li {
    font-family: "crimson_textregular", Georgia, Times, "Times New Roman", serif;
    font-size: 1.09375em;
    text-align: left;
    margin-bottom: 22px;
    line-height: 1.25;
    padding-right: 20px;
}

.about-project li:before {
    content: "\2014";
    margin-left: -30px;
    position: absolute;
}

@media only screen and (min-width: 768px ) {
    .content-inner p {
        font-size: 20px;
        text-align: left;
    }

    .about-project li {
        font-size: 20px;
    }
}

.project-detail-page #content {
    top: 0 !important
}

.page {
    width: 100%;
}


@media only screen and (min-width: 768px) {
    .page-flex {
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1000px) {
    .page .content-inner {
        padding: 2em
    }
}

.page-title, .work-reference .overlay h2:after, .services h2:after, .project-detail h2, .project-detail h3 {
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
    font-size: 1.5em;
    white-space: nowrap;
    margin-bottom: 2rem
}

.page-title {
    margin-top: 2rem;
}

@media only screen and (min-width: 1280px) {
    .page-title, .work-reference .overlay h2:after, .services h2:after, .project-detail h2, .project-detail h3 {
        font-size: 1.875em
    }
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    line-height: 1em
}

h1 {
    font-size: 2.375em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.25em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .875em
}

figure {
    margin: 0;
    padding: 0
}

figure > img {
    display: block
}

img {
    max-width: 100%;
    width: auto \9;
    *width: inherit;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#djShowToolBarButton {
    display: none !important
}

header {
    width: 100%;
    top: 0;
    background: #1c1c1c;
    height: 61px;
    position: fixed;
    z-index: 100
}

header.absolute {
    position: absolute
}

header #logo {
    position: absolute;
    left: .8em;
    top: .9em;
    width: 133px;
    height: 31px;
    z-index: 10000
}

header #logo img {
    width: 133px
}

header #logo span {
    text-indent: -9999px;
    position: absolute
}

@media only screen and (min-width: 1280px) {
    header {
        background: 0;
        height: 80px;
        position: fixed;
        padding-top: 1em;
        border-bottom: 1px solid transparent;
        /*-webkit-transition: background 700ms;*/
        /*-webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);*/
        /*-moz-transition: background 700ms cubic-bezier(.2, .2, .1, 1);*/
        /*-o-transition: background 700ms cubic-bezier(.2, .2, .1, 1);*/
        /*transition: background 700ms cubic-bezier(.2, .2, .1, 1);*/
        z-index: 20
    }

    header.fixed {
        background: #ffffff;
        z-index: 100
    }

    header.fixed #logo {
        background-image: url(/static/images/logo-black.png)
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        header.fixed #logo {
            background-image: url(/static/images/logo-black_2x.png);
            background-size: 217px 39px
        }
    }header.fixed #navigation li a {
         color: #515151
     }

    header #logo {
        left: 2em;
        top: 1.3em;
        margin-left: 0;
        background-image: url(/static/images/logo-white.png);
        width: 217px;
        height: 39px
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        header #logo {
            background-image: url(/static/images/logo-white_2x.png);
            background-size: 217px 39px
        }
    }header #logo img {
         display: none
     }
}

.no-js .intro-bg {
    position: relative
}

.intro-bg {
    overflow: hidden;
    *zoom: 1;
    background: url('/static/images/intro-bg.jpg') top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 100vh;
    text-align: center;
    top: 0;
    background-repeat: no-repeat;
    position: fixed;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: 10;
}

@media only screen and (max-width: 701px) {
    .intro-content {
        padding-top: 4rem;
    }
}

.intro-bg a {
    color: #fff;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media only screen and (min-width: 701px) {
    .intro-bg a {
        width: 230px;
        margin-right: 40px;
        margin-bottom: 0;
        display: inline-block;
    }

    .intro-bg a:last-child {
        margin-right: 0;
    }

}

.intro-bg-outer {
    display: table;
    width: 100%;
    height: 100%
}

.intro-bg-inner {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;

}

.intro-bg h1 {
    color: #fff;
    left: 50%;
    width: 100%;
    font-size: 46px;
    padding: 0 2rem;
    margin-bottom: 50px;
}

@media only screen and (min-width: 701px) {
    .intro-bg h1 {
        font-size: 52px;
        padding: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .intro-content {
        text-align: left;
        padding-left: 8%;
        padding-bottom: 4rem;
    }

    .intro-bg h1 {
        line-height: 1.3;
        font-size: 65px;
    }
}

.no-cssanimations .intro-bg h2, .no-cssanimations .intro-bg .scroll-hint {
    filter: alpha(opacity=100);
    opacity: 1
}

@media only screen and (min-width: 701px) {
    .intro-bg h2 {
        font-size: 1.875em;
        padding: 0 4em;
        letter-spacing: 6px
    }
}

@media only screen and (min-width: 1000px) {
    /*.intro-bg {*/
    /*position: fixed*/
    /*}*/
    .touch .intro-bg {
        position: static
    }

    .intro-bg h2 {
        padding: 0 4em
    }
}

@media only screen and (min-width: 1280px) {
    .intro-bg h2 {
        font-size: 2em;
        letter-spacing: 7px
    }
}

.socials {
    color: #919191;
    font-size: .625em;
    font-weight: 500;
    border-top: 1px solid #ccc;
    width: 100%;
    display: table;
    margin-bottom: 0
}

.socials i {
    display: inline-block;
    margin-bottom: .4em
}

.socials a {
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 2.3em;
    display: block;
    width: 50%;
    height: 89px;
    color: #919191
}

.socials a span {
    display: inline-block;
    clear: both;
    width: 100%
}

.socials a span:hover {
    text-decoration: underline
}

@media only screen and (min-width: 1000px) {
    .socials .socials {
        display: none;
        font-size: 1.125em
    }
}

@media only screen and (min-width: 1000px) {
    .socials {
        display: inline-block;
        width: auto;
        border: 0;
        float: right;
        font-size: 1em
    }

    .socials li {
        float: left
    }

    .socials a {
        border: 0;
        padding: 0;
        height: auto;
        width: auto
    }

    .socials i {
        display: none
    }
}

#navigation {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    top: 0;
    left: 0
}

#navigation nav {
    display: table;
    width: 100%;
    height: 100%
}

#navigation ul {
    display: table-cell;
    vertical-align: middle
}

#navigation li {
    margin-left: 3em
}

#navigation a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .1em
}


.mobile-toggle {
    position: absolute;
    width: 44px;
    height: 60px;
    right: 0;
    top: 0;
    transition: all 450ms;
}

.mobile-toggle span {
    width: 22px;
    display: inline-block;
    position: absolute;
    height: 2px;
    top: 60%;
    right: 12px;
    background: #fff;
    margin-top: -6px;
    font-size: 0;
    -webkit-transition: background 50ms;
    -webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);
    -moz-transition: background 50ms cubic-bezier(.2, .2, .1, 1);
    -o-transition: background 50ms cubic-bezier(.2, .2, .1, 1);
    transition: background 50ms cubic-bezier(.2, .2, .1, 1)
}

.mobile-toggle span:before, .mobile-toggle span:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: " ";
    background: #fff;
    display: inline-block;
    -webkit-transition: -webkit-transform 250ms;
    -webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);
    -moz-transition: -moz-transform 250ms cubic-bezier(.2, .2, .1, 1);
    -o-transition: -o-transform 250ms cubic-bezier(.2, .2, .1, 1);
    transition: transform 250ms cubic-bezier(.2, .2, .1, 1)
}

.mobile-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%)
}

.mobile-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%)
}

@media only screen and (min-width: 1280px) {
    .mobile-toggle, .mobile-nav {
        display: none
    }
}

.mobile-toggle.active.active span {
    background: #1c1c1c
}

.mobile-toggle.active.active span:before {
    -webkit-transform: rotate(45deg) translateY(0);
    -moz-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    -o-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0)
}

.mobile-toggle.active.active span:after {
    -webkit-transform: rotate(-45deg) translateY(0%);
    -moz-transform: rotate(-45deg) translateY(0%);
    -ms-transform: rotate(-45deg) translateY(0%);
    -o-transform: rotate(-45deg) translateY(0%);
    transform: rotate(-45deg) translateY(0%)
}


@media only screen and (min-width: 1280px) {
    .mobile-nav {
        display: none !important;
    }
}


.mobile-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    background: #1c1c1c;
    display: none;
}

.mobile-nav.active {
    display: flex;
    overflow: hidden;
}


.mobile-nav-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-nav ul {
    align-items: center;
    align-content: center;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin: 0;
}

.mobile-nav li {
    width: 100%;
    display: inline-block;
    margin: 0;
    line-height: 3.3em;
    padding: .4em 1em;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.mobile-nav a {
    letter-spacing: 3px;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}


#navigation a.active:after, .mobile-nav a.active:after {
    height: 2px;
    width: 15px;
    position: absolute;
    right: 1.3em;
    bottom: 5px;
    content: " ";
    background: #fff
}


.mobile-nav a.active:after {
    left: 0;
    right: auto;
    bottom: -8px;
}


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

}

@media only screen and (min-width: 701px) {
    #navigation {
        width: 30%
    }
}

@media only screen and (min-width: 1280px) {
    #navigation {
        background: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        z-index: 9999;
        font-weight: 500
    }

    #navigation nav {
        display: inline-block
    }

    #navigation ul {
        display: block;
        position: absolute;
        right: 3em;
        z-index: 9999;
        top: 0;
        font-size: 1em;
        margin: 0
    }

    #navigation li {
        width: auto;
        margin-left: 3em;
        line-height: 4.5em;
        padding: .5em 0;
        font-size: 1em
    }

    #navigation a {
        letter-spacing: .1em;
        padding: 0;
        position: relative;
        bottom: 0
    }

    #navigation a:after {
        height: 2px;
        width: 15px;
        position: absolute;
        left: 0;
        bottom: 15px !important;
        content: " ";
        background: 0
    }

    #navigation a:hover:after {
        height: 2px;
        width: 15px;
        position: absolute;
        left: 0;
        bottom: 15px;
        content: " ";
        background: #fff
    }

    header.fixed #navigation a.active:after, header.fixed #navigation a:hover:after {
        background: #515151
    }
}

#footer {
    text-transform: uppercase;
    color: #515151;
    letter-spacing: 2px;
    font-weight: 500;
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer a {
    text-decoration: none
}

@media only screen and (min-width: 1000px) {
    #footer {
        border-top: 1px solid #ccc
    }
}

.footer-nav {
    margin: 0;
    display: table-header-group
}

.footer-nav li {
    width: 100%;
    display: inline-block;
    line-height: 3.5em;
    font-size: .9375em
}

.footer-nav li a {
    margin-right: 0;
    display: block;
    color: #a1bd41
}

.copyright {
    display: block;
    color: #919191;
    text-align: center;
    padding-left: 1.5em;
    font-size: .5em;
    line-height: 6em
}

@media only screen and (min-width: 1000px) {
    html, body {
        height: 100%
    }

    #content {
        clear: both;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }

    #content #footer-push {
        height: 70px
    }

    #footer {
        height: 70px
    }

    #footer {
        padding: 0 2.5em;
        display: block;
        color: #515151;
        background: #fff;
        padding-top: 1.82em
    }

    #footer a {
        color: #515151;
        margin-left: 4.375em;
        font-size: .75em
    }

    .footer-nav {
        float: right
    }

    .footer-nav li {
        width: auto
    }

    .copyright {
        display: inline;
        color: #515151;
        float: left;
        font-size: .75em;
        padding-left: 0;
        margin: 0;
        line-height: 1.2em
    }

    .project-page #footer {
        position: fixed
    }
}

.references {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}


.work-reference {
    cursor: pointer;
    position: relative;
    display: block;
    flex-basis: 100%;
    min-height: 360px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}


.work-reference.light-theme {
    background-color: #272727;
}

.work-reference.dark-theme {
    background-color: #1D1D1D;
}

.work-reference .overlay {
    display: none
}

.work-reference figure {
    /*position: absolute;*/
    top: auto;
}

.work-reference img {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    padding: 10px;
}

.work-reference h2 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "brandon-grotesque-medium", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.8;
}

.work-reference h3 {
    color: #ffffff;
    font-family: "crimson_textregular", Georgia, Times, "Times New Roman", serif;
}

.work-description {
    display: none
}

.project-title {
    padding: 20px;
}

@media screen and (min-height: 1024px) {
    .project-title {
        padding: 26px;
    }
}


.project-litost-gallery img, .project-skoda-space-effects img {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.project-skoda-space-effects img {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.project-homewings img {
    margin-bottom: 1rem;
}

/*.project-skoda-space-effects img {*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*left: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*!*height: 100%;*!*/
/*padding: 0;*/
/*}*/

/* Ordering */

@media only screen and (min-width: 700px) and (max-width: 1280px) {
    .project-litost-gallery {
        order: 2
    }

    .project-homewings {
        order: 1
    }

    .project-skoda-space-effects {
        order: 3
    }

    .get-in-touch-box {
        order: 4
    }
}

/*.project-skoda-space-effects img {*/
/*bottom: 30px;*/
/*max-width: 550px;*/
/*}*/


@media only screen and (min-width: 700px) {
    .work-reference {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    .work-reference {
        flex-basis: 33.33333%;
    }
}

@media only screen and (min-width: 1000px) {
    .work-reference .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(31, 28, 28, .82);
        color: #fff;
        display: block;
        -webkit-transition: opacity 200ms;
        -webkit-transition-delay: cubic-bezier(.2, .2, .2, .5);
        -moz-transition: opacity 200ms cubic-bezier(.2, .2, .2, .5);
        -o-transition: opacity 200ms cubic-bezier(.2, .2, .2, .5);
        transition: opacity 200ms cubic-bezier(.2, .2, .2, .5) 10ms;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .work-reference .overlay h2 {
        font-size: 1.625em;
        text-transform: uppercase;
        letter-spacing: 3.5px;
        line-height: 2em;
        margin-bottom: 1em;
        text-align: center;
    }

    .work-reference .overlay h2:after {
        background: #fff;
        width: 0;
    }

    .work-reference .overlay p {
        font-size: 1.125rem;
        color: #fff;
        font-weight: 500;
        text-align: center
    }

    .work-reference .overlay .view-project {
        color: #fff;
        position: absolute;
        bottom: 5em;
        left: 50%;
        margin-left: -79px
    }

    .work-reference .overlay .client {
        font-size: 1em
    }

    .work-reference .overlay-inner {
        display: table;
        height: 100%;
        width: 100%
    }

    .work-reference .overlay-content {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 80px;
        -webkit-transition: all 250ms;
        -webkit-transition-delay: cubic-bezier(.2, .1, .1, .85);
        -moz-transition: all 250ms cubic-bezier(.2, .1, .1, .85);
        -o-transition: all 250ms cubic-bezier(.2, .1, .1, .85);
        transition: all 250ms cubic-bezier(.2, .1, .1, .85) 60ms;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        filter: alpha(opacity=50);
        opacity: .5;
    }

    .work-reference:hover .overlay {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .work-reference:hover .overlay-content {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }

}


.get-in-touch {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.work-reference .get-in-touch .project-title {
    width: 100%;
    text-align: center;
    text-transform: none;
}

.work-reference .get-in-touch h2 {
    text-transform: none;
    font-size: 31px;
    margin-bottom: 1rem;
}


@media only screen and (min-width: 1280px) {
    .work-reference {
        width: 33.3333%
    }
}

.about-me {
    display: flex;
    height: 100vh;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #about-me {
        padding-top: 3rem;
    }
}

.about-me .content-inner {
    max-width: 600px
}

.about-me .content-inner p {
    text-align: left
}

#about-me .page-title {
    margin-bottom: 3rem;
}

.contact {
    min-height: 500px;
    display: flex;
    align-items: center;
    height: calc(100vh - 80px);
}

.contact-info {
    margin: 0 auto;
    margin-bottom: 1.5em;
    font-size: 1.0625em;
    white-space: nowrap;
    max-width: 750px;
}

.contact-info ul {
    margin: 0 auto;
    display: inline-block;
    text-align: left
}

.contact-info ul li {
    margin-bottom: 1em
}

.contact-info ul li a {
    color: #515151;
    text-decoration: none
}

.contact-info ul li a:hover {
    text-decoration: underline;
}

.contact-info span {
    width: 20px;
    display: inline-block;
    margin-right: .4em
}

.contact-info i {
    position: relative;
    top: 6px
}

#contact-form {
    margin: 0 auto
}

.contact-inner {
    width: 100%;
    margin-bottom: 7rem;
}

@media only screen and (min-width: 701px) {
    #contact-form {
        max-width: 85%
    }

    .contact {
        margin-bottom: 0
    }

    .contact .contact-info {
        font-size: 1.125em;
        margin-top: 2em
    }

    .contact .contact-info ul {
        margin-bottom: 4em
    }

    .contact .contact-info ul li {
        text-align: center
    }
}

@media only screen and (min-width: 1280px) {
    .contact {
        width: 100%;
        padding: 0
    }

    .contact.page {
        padding-top: 0
    }

    .contact .contact-inner {
        display: table-cell;
        vertical-align: middle
    }

    .contact .contact-info {
        font-size: 1.375em
    }

    .contact .contact-info ul {
        margin-bottom: 5.5em
    }
}

.gallery {
    background: #f1f1f1;
    padding: 4rem 0 2rem 0;
    margin-bottom: 3rem;
}

.gallery img {
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 80px;
}

@media screen and (min-width: 700px) {
    .gallery img {
        margin-bottom: 100px;
    }
}

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

    .gallery img {
        max-width: 60%;
    }

    .gallery figure:last-child img {
        margin-bottom: 0;
    }

}

.gallery figure:last-child {
    margin-bottom: 0;
    border: 0
}

.gallery .visit-website {
    margin: 2em 0
}

@media only screen and (min-width: 1000px) {
    .gallery {
        -webkit-backface-visibility: hidden;
        padding: 6rem 0;
    }


    .gallery .visit-website {
        margin-bottom: 0
    }
}

#project-overlay {
    position: fixed;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%);
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    -webkit-transition: -webkit-transform 400ms;
    -webkit-transition-delay: cubic-bezier(.2, .2, .1, 1);
    -moz-transition: -moz-transform 400ms cubic-bezier(.2, .2, .1, 1);
    -o-transition: -o-transform 400ms cubic-bezier(.2, .2, .1, 1);
    transition: transform 400ms cubic-bezier(.2, .2, .1, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: all;
    overflow-y: scroll
}

#project-overlay .project-overlay-content {
    -webkit-transition: opacity 450ms;
    -webkit-transition-delay: linear;
    -moz-transition: opacity 450ms linear;
    -o-transition: opacity 450ms linear;
    transition: opacity 450ms linear 50ms;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    position: relative
}

#project-overlay.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

#project-overlay.active .project-overlay-content.active {
    filter: alpha(opacity=100);
    opacity: 1
}

#project-overlay-inner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    -webkit-overflow-scrolling: touch
}

.project-content-outer {
    pointer-events: none
}

.project-detail {
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden
}

.project-detail .project-content {
    padding-top: 100px;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 1000px) {
    .project-detail .project-content {
        padding-top: 120px;
    }
}

.project-detail .project-content .visit-website {
    display: none
}

.project-detail h1:after, .project-detail h2:after, .project-detail h3:after {
    max-width: 20%
}

.project-detail h1.page-title {
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 3px;
    font-size: 26px;
}

@media only screen and (min-width: 1280px) {
    .project-detail h1.page-title {
        font-size: 30px;
    }
}

.project-detail h2 {
    font-size: .8125em;
    letter-spacing: 1px;
    margin-bottom: 1.5384615385em;
    font-weight: 700
}

.project-detail h2, .project-detail h3 {
    line-height: 2em;
    margin-top: 1em;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 500;
    letter-spacing: 1px
}

@media only screen and (min-width: 1280px) {
    .project-detail h2, .project-detail h3 {
        font-size: 1em;
    }
}

.project-detail h3 {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px
}

.project-detail .year {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    color: #7b7b7b;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1000px) {
    .project-detail .year {
        font-size: 14px;
    }
}

.project-detail .client {
    color: #7b7b7b;
    font-size: 1.0625em;
    letter-spacing: 1px;
    font-family: brandon-grotesque, Arial, Helvetica, sans-serif;
    display: inline-block
}

.project-detail .visit-website {
    margin: 6em 0 8em 0;
    pointer-events: auto
}

.project-detail .project-content-inner {
    padding-top: 3em
}

.project-detail .project-content-about {
    display: table;
    margin: 0 auto;
    padding-top: 3em
}

@media only screen and (min-width: 701px) {
    .project-detail .visit-website {
        display: inline-block
    }
}

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

    /*.project-detail .gallery {*/
    /*float: left;*/
    /*width: 60%*/
    /*}*/
    /*.project-detail .project-content-outer {*/
    /*float: right;*/
    /*width: 40%;*/
    /*top: 0;*/
    /*right: 0;*/
    /*position: fixed;*/
    /*height: 100%*/
    /*}*/
    /*.project-detail .project-content {*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*display: table;*/
    /*position: absolute*/
    /*}*/
    .project-detail .project-content .visit-website {
        margin: 4em;
        display: inline-block
    }

    .project-detail .project-content-inner {
        width: 100%
    }

    /*.project-detail .project-content-about {*/
    /*display: table;*/
    /*width: 100%*/
    /*}*/
    /*.project-detail .about-project {*/
    /*display: table-header-group*/
    /*}*/
    .project-detail .contact-block {
        display: none
    }
}

.projects-nav-container {
    position: relative
}

.projects-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 52px;
    top: 0
}

.projects-nav .close-project {
    float: left;
    text-decoration: none;
    font-size: .75em;
    line-height: 1.75em;
    letter-spacing: 1px;
    font-weight: 500;
    color: #515151;
    padding: 1.4em;
    white-space: nowrap
}

.projects-nav .close-project i {
    float: left;
    margin-right: 1em;
    margin-top: 1px
}

.projects-nav ul {
    float: right;
    margin-bottom: 0
}

.projects-nav ul li {
    float: left;
    border-left: 1px solid #ccc;
    display: inline-block
}

.projects-nav ul li a {
    display: block;
    height: 51px;
    line-height: 55px;
    width: 60px;
    text-align: center
}

@media only screen and (min-width: 1000px) {
    .projects-nav {
        bottom: 0
    }
}

.delivered-services {
    margin-top: 1.5em;
    margin-bottom: 4em;
}

@media only screen and (min-width: 1280px) {
    .delivered-services {
        margin-top: 3em;
    }
}

.delivered-services p {
    text-align: center;
}

.delivered-services ul {
    margin-top: 1em
}

.delivered-services li {
    margin-bottom: 1.2em;
    font-size: .875em;
    letter-spacing: 2px
}

.contact-block {
    background: #505050;
    padding: 3em 0;
    clear: both
}

.contact-block h4 {
    color: #fff;
    font-size: 1.75em;
    letter-spacing: 1px;
    margin-bottom: 1.5em
}

.contact-block .contact-me {
    margin-bottom: 0
}

body {
    position: relative
}

.no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.is-hidden {
    display: none
}

.fixed {
    position: fixed
}

.hidden-phone {
    display: none !important
}

@media only screen and (min-width: 1000px) {
    .hidden-phone {
        display: block !important
    }
}

.hidden-mobile {
    display: none !important
}

@media only screen and (min-width: 1000px) {
    .hidden-mobile {
        display: inline-block !important
    }
}

.hidden-desktop {
    display: inline-block !important
}

@media only screen and (min-width: 1000px) {
    .hidden-desktop {
        display: none !important
    }
}

.hidden-widescreen {
    display: inline-block !important
}

@media only screen and (min-width: 1280px) {
    .hidden-widescreen {
        display: none !important
    }
}

.show-widescreen {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .show-widescreen {
        display: block;
    }
}