* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img,
h1,
.nh-h1,
h2,
.nh-h2,
h3,
.nh-h3,
h4,
.nh-h4,
h5,
.nh-h5,
h6,
.nh-h6,
p,
a {
    transition: ease-in-out .3s;
    outline: none;
    color: #f7ede8;
}

a:hover {
    cursor: url(../img/big-arrow-cursor-white.png) 0 0, auto;
}

html {
    font-size: 62.5%;
}

html::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999999999999999999;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 8 8'%3E %3Ccircle cx='1' cy='1' r='1' opacity='0.5' /%3E %3Ccircle cx='5' cy='5' r='1' opacity='0.5' /%3E %3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

html::after {
    opacity: 0;
}

/* Mozilla based browsers */

::-moz-selection {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Works in Safari */

::selection {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-text-stroke: 0px black;
    text-stroke: 0px black;
}

body {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Unbounded-Light";
    cursor: url(../img/apple_macintosh_cursor.png),
        auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 8 8'%3E %3Ccircle cx='1' cy='1' r='1' opacity='0.5' /%3E %3Ccircle cx='5' cy='5' r='1' opacity='0.5' /%3E %3C/svg%3E");
    background-color: #11140f !important;
    color: white;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-image: url(/wp-content/uploads/base-body-overlay.gif);
    opacity: .05;
    pointer-events: none;
}

.clear {
    content "";
    display: block;
    clear: both;
}

.slide {
    width: 100vw;
    height: 100vh;
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 8 8'%3E %3Ccircle cx='1' cy='1' r='1' opacity='0.5' /%3E %3Ccircle cx='5' cy='5' r='1' opacity='0.5' /%3E %3C/svg%3E");*/
    background-color: #11140f !important;
}

.slide-middle {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/*General Elements*/

h1,
.nh-h1,
h2,
.nh-h2,
h3,
.nh-h3,
h4,
.nh-h4,
h5,
.nh-h5,
h6,
.nh-h6 {
    font-family: "PPMonumentExtended-Black";
    text-transform: uppercase;
    color: #f7ede8;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

h3,
.nh-h3,
h4,
.nh-h4,
h5,
.nh-h5,
h6,
.nh-h6 {
    font-family: "PPMonumentExtended-Black";
    color: black;
}

.text-stroke {
    -webkit-text-stroke: 1.5px black;
    text-stroke: 1.5px black;
    color: transparent;
}

.text-stroke-inverse {
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    color: transparent;
}

a {
    color: black;
}

h1,
.nh-h1 {
    font-size: 8rem;
}

h2,
.nh-h2 {
    font-size: 6rem;
}

h3,
.nh-h3 {
    font-size: 3rem;
}

h4,
.nh-h4 {
    font-size: 2rem;
}

h5,
.nh-h5 {
    font-size: 1.7rem;
}

h6,
.nh-h6 {
    font-size: 1.3rem;
    font-family: "Unbounded-SemiBold";
}

.primary-heading {
    font-size: 8rem;
    font-family: "Unbounded-SemiBold";
    letter-spacing: -1px;
}

p {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Unbounded-Light";
    color: rgba(214, 255, 233, 0.5);
}

b,
strong {
    font-family: "Unbounded-SemiBold";
    font-size: 1.1em;
    color: white;
}

.button-text {
    color: white;
    font-size: 14px;
    font-family: "Unbounded-SemiBold";
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
    border-bottom: solid 2.5px black;
}

.button-primary {
    color: black;
    padding: 5px 15px 8px;
    font-size: 14px;
    font-family: "Unbounded-SemiBold";
    background-color: transparent;
    border: solid 4px black;
    line-height: 1.2;
    display: inline-block;
    transition: cubic-bezier(.79, .53, .31, .59) .35s;
    text-decoration: none;
}

.button-primary:hover {
    color: white;
    background-color: black;
}

.button-secondary {
    color: white;
    padding: 5px 15px 8px;
    font-size: 14px;
    font-family: "Unbounded-SemiBold";
    background-color: black;
    border: solid 4px black;
    transition: cubic-bezier(.79, .53, .31, .59) .35s;
    text-decoration: none;
}

.button-secondary:hover {
    color: black;
    background-color: transparent;
}

.button-inverse {
    color: white;
    padding: 5px 15px 8px;
    font-size: 14px;
    font-family: "Unbounded-SemiBold";
    background-color: transparent;
    border: solid 4px white;
    transition: cubic-bezier(.79, .53, .31, .59) .35s;
    text-decoration: none;
}

.button-inverse:hover {
    color: black;
    background-color: white;
}

.lead-text {
    font-size: 20px;
    font-family: "Unbounded-ExtraLight";
    color: inherit;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.meta-text {
    letter-spacing: 1px;
    font-size: 12px;
}

hr {
    border: none;
    border-bottom: solid 4px white;
}

.hr-vertical-inverse {
    border-bottom: solid white;
    transform: rotate(90deg);
    width: 70px;
    margin: 30px auto;
}


.hr-small {
    border-bottom: solid 4px white;
    width: 70px;
    margin: 30px auto;
}

/*Fixed Elements*/

#fixed-elements {
    margin: 25px 0 0 30px;
}

.logotype img {
    width: 145px;
    position: fixed;
    top: 30px;
    z-index: 101;
    filter: invert(1);
}

.navbar {
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 16;
}

.navbar ul {
    list-style-type: none;
}

.navbar ul li {
    display: inline-block;
    margin-right: 35px;
}

.navbar ul li a {
    color: white;
    font-size: 12px;
    font-family: "PPMonumentExtended-Black";
    text-transform: uppercase;
    text-decoration: none;
    transition: ease-in-out .25s;
}

.navbar ul li a:hover {
    filter: blur(1.5px);
}

.navbar ul li a span {
    letter-spacing: -3px;
    padding-right: 10px;
}


.section-title p {
    position: fixed;
    z-index: 3;
    left: -40px;
    top: 50vh;
    font-family: "Unbounded-Light";
    font-size: 15px;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    color: white;
}

.section-title p img {
    width: 32px;
    margin-right: 10px;
    transform: rotate(90deg);
}

.section-totop {
    color: white;
    position: fixed;
    z-index: 16;
    left: 28px;
    bottom: 20px;
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    transition: ease-in-out .5s;
    text-decoration: none;
}

.section-totop img {
    width: 18px;
}

.section-totop img:hover {
    filter: blur(1.5px);
}

.social-bar {
    position: fixed;
    z-index: 3;
    right: -16px;
    top: 50vh;
    font-family: "Unbounded-Light";
    letter-spacing: 1px;
    font-size: 15px;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    filter: invert(100);
}

.social-bar img {
    width: 18px;
    margin-right: 10px;
    transform: rotate(90deg);
    transition: ease 0.5s;
}

.social-bar img:hover {
    transform: translateX(5px);
    transform: translateY(5px);
    filter: blur(1.5px);
}

.scroll-title p {
    position: fixed;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    font-family: "Unbounded-Light";
    letter-spacing: 1px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.scroll-title p:hover {
    filter: blur(1.5px);
}

.scroll-title p img {
    width: 20px;
    margin-left: 10px;
}

.scroll-button {
    color: white;
    position: absolute;
    right: 100px;
    text-decoration: none;
    margin-top: 30px;
}

.scroll-button > img {
    width: 40px !important;
    margin-left: -20px !important;
    margin-bottom: -15px;
    opacity: 0.3;
}

@media (max-width:960px) {

    .section-totop,
    .section-title {
        display: none;
    }
}


/*PAGES: — Home*/

.columns-2 {
    float: left;
    width: 50%;
}

.text-column {
    padding: 30px;
    margin-left: -10%;
}

.home-hero img {
    width: 100%;
    margin-left: 70px;
}

.home-hero h1 {
    font-family: "PPMonumentExtended-Black";
    text-transform: uppercase;
    margin-top: 45vh;
    line-height: 0.9;
    letter-spacing: -0.005em;
    font-size: 6vw;
    color: #f7ede8;
}

.home-hero h1 > span {
    -webkit-text-stroke: 1px #f7ede8;
    text-stroke: 1px #f7ede8;
}

.home-hand-section {
    position: relative;
    z-index: 2;
    padding: 70px;
    margin-top: 0vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.home-hand-section h2 {
    text-align: center;
    -webkit-text-stroke: 1px #f7ede8;
    text-stroke: 1px #f7ede8;
    color: transparent;
}

.home-hand-section img {
    width: 150px;
    transform: rotate(0deg);
    margin-left: 20px;
}

.home-hand-section h2:hover img {
    transform: rotate(95deg);
}

.works-section {
    background-attachment: fixed;
    background-color: #11140f !important;
    box-shadow: 0px -300px 300px #11140f;
}

.grainy-gradients > div {
    width: 400px;
    height: 400px;
    background-color: #f7ede8;
    border-radius: 100%;
    position: absolute;
    top: -20%;
    right: -10%;
    z-index: 1;
    opacity: 0.06;
    filter: blur(20px);
}

.grainy-gradients > div:nth-child(2) {
    width: 500px;
    height: 500px;
    top: unset;
    bottom: -30%;
    right: 20%;
}

/*PAGES: — Contact > Outlined Skills*/

.main:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 8 8'%3E %3Ccircle cx='1' cy='1' r='1' opacity='0.5' /%3E %3Ccircle cx='5' cy='5' r='1' opacity='0.5' /%3E %3C/svg%3E");
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

header {
    padding: 25vh 30px 10vh;
    margin: 10px 0 50px;
    text-align: center;
}

header a {
    color: #f7ede8 !important;
}

header a:hover {
    cursor: url(../img/big-nina-hand-call-cursor.png) 150 35, auto;
    text-decoration: none;
}

@media (max-width:640px) {
    .contact-hero a {
        letter-spacing: 0;
        font-size: 12px;
    }
}

.contact-text-roller {
    padding: 0 0 0px;
    background-image: none;
    background-size: 60%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -50px;
}

.contact-text-roller marquee {
    font-size: 5vw;
    transition: ease-in-out 0.35s;
    font-family: "PPMonumentExtended-Black";
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
    text-stroke: 1px rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
}

.text-roller {
    padding: 0 0 200px;
    background-image: url(../img/placeholder.png);
    background-size: 60%;
    background-position: top center;
    background-repeat: no-repeat;
}

.text-roller marquee {
    font-size: 12vw;
    transition: ease-in-out 0.35s;
    font-family: "Unbounded-SemiBold";
    letter-spacing: -2px;
}

.copyright-roller marquee {
    opacity: 0.25;
    font-size: 10vw;
    transition: ease-in-out 0.35s;
    font-family: "PPMonumentExtended-Black";
    text-transform: uppercase;
    -webkit-text-stroke: 1px #f7ede8;
    text-stroke: 1px #f7ede8;
    color: transparent;
}

.cta {
    background-image: url(../img/white-lines-transparent.svg);
    background-size: 40%;
    padding: 5vh 0 0;
    margin-top: 10vh;
}

.cta a {
    color: #f7ede8;
    text-decoration: none;
}

.cta a:hover {
    cursor: url(../img/big-nina-hand-cursor.png) 150 35, auto;
}

.cta h2 {
    text-align: center;
    color: #f7ede8;
    font-size: 5vw;
    line-height: 0.8;
}

.cta img {
    width: 450px;
    display: block;
    margin: auto;
    margin-top: -30px;
    filter: blur(5px);
}

.cta:hover img {
    filter: blur(0px);
}

@media (max-width:960px) {
    .cta img {
        width: 250px;
    }
}

.cta .cta-image-wrapper {
    width: 100%;
}

.cta h2 span {
    margin-left: 4.37vw;
    text-decoration: none;
}

.works-header h1 {
    padding: 0 30px;
    font-size: 2vw;
}

.pages {
    transition: all 0.5s ease-out;
    padding-top: 100px;
}

.pages img {
    display: block;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: -13vh;
    display: none;
}

.pages.-hidden {
    opacity: 0;
    transition: transformY(10vh);
    pointer-events: none;
}

.page {
    margin: auto;
    margin-bottom: 10vh;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.page + .page {
    margin-top: -75vh;
}

:root {
    --speed: 0;
}

.heading {
    pointer-events: auto;
    font-size: 9vw;
    font-family: "Unbounded-SemiBold";
    font-weight: 700;
    will-change: transform;
    -webkit-transform: skewY(calc(-4deg + (4deg * var(--speed))));
    transform: skewY(calc(-4deg + (4deg * var(--speed))));
    color: #f7ede8;
    text-shadow: 1px 0 0px #000, -1px 0 0px #000, 0 -1px 0px #000, 0 1px 0px #000;
    position: relative;
    transition: color .35s ease-in-out;
    margin: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-text-stroke: 1.5px #f7ede8;
    text-stroke: 1.5px #f7ede8;
    line-height: 0.9;
}

.heading:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: none;
    color: #000;
    opacity: 0;
    z-index: 2;
    transition: opacity .1s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, opacity .1s linear;
    transition: transform .2s linear, opacity .1s linear, -webkit-transform .2s linear;
    /* SVG encoded with https://cdpn.io/rrOZQQ */
}

.heading:hover {
    color: #11140f;
    cursor: url(../img/big-nina-hand-cursor.png) 150 35, auto;
}

.heading:hover:after {
    -webkit-transform: translate(1%, -1%);
    transform: translate(2%, -8%);
    transition-duration: 6s, .1s;
    opacity: 1;
}

.heading:hover:after {
    -webkit-transform: translate(1%, -1%);
    transform: translate(2%, -8%);
    transition-duration: 6s, .1s;
    opacity: 1;
}

.heading .case-number {
    font-size: 4vw;
}

.page > .heading:after {
    color: transparent;
    background-size: 10px 10px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-animation: pattern-bg 1s steps(1) infinite;
    animation: pattern-bg 1s steps(1) infinite;
}

.full-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    visibility: visible;
    transition: visibility .1s linear, opacity 0.5s linear;
}

.full-page:before,
.full-page:after {
    content: '';
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 150%;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.full-page:before,
.full-page:after,
.full-page .heading {
    transition: -webkit-transform 2s 0.5s cubic-bezier(0, 0.5, 0.5, 1);
    transition: transform 2s 0.5s cubic-bezier(0, 0.5, 0.5, 1);
    transition: transform 2s 0.5s cubic-bezier(0, 0.5, 0.5, 1), -webkit-transform 2s 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

.full-page:before {
    background-color: black;
}

.full-page:after {
    background-color: #611EA0;
}

.full-page.-hidden:before {
    -webkit-transform: translateY(110%) skewY(-5deg);
    transform: translateY(110%) skewY(-5deg);
}

.full-page.-hidden:after {
    -webkit-transform: translateY(-110%) skewY(-5deg);
    transform: translateY(-110%) skewY(-5deg);
}

.full-page.-hidden > .heading {
    -webkit-transform: skewY(-5deg) translateY(-30%);
    transform: skewY(-5deg) translateY(-30%);
    opacity: 0;
    transition-delay: 0ms;
    transition-duration: 1s;
}

.full-page > .heading {
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
    transition-duration: 2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    color: #FFF;
    text-shadow: none;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: 10;
    pointer-events: inherit;
}

.full-page > .heading:after {
    display: none;
}

.-hidden {
    opacity: 0;
    visibility: hidden;
    transition-delay: 2s, 1.5s;
}

.-hidden:before,
.-hidden:after {
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

/* ---------------------------------- */

@media (prefers-reduced-motion: reduce) {

    *,
    *:before,
    *:after {
        --speed: 0;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .page + .page {
        margin-top: -85vh;
    }
}

@media only screen and (max-width: 640px) {
    .page + .page {
        margin-top: -92vh;
    }
}


.no-text-stroke {
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
    color: black;
}

.vertical-scroll {
    width: 100%;
    position: absolute;
    background-color: white;
    z-index: 2;
    padding: 70px;
}

.communication-gif {
    width: 200px;
    transition: ease-in-out .35s;
}

.communication-gif:hover {
    width: 220px;
}

/*PAGES: — About*/

.about-hero h1 {
    margin-top: 20vh;
}

.about-image-hero {
    box-shadow: 0px 5px 300px rgba(0, 0, 0, 0.3);
}

.about-text-column {
    padding: 30px;
}

.who-text {
    width: 100%;
    margin-left: -30px;
    height: auto;
    z-index: 1;
    position: absolute;
    padding: 70px 15%;
    text-align: center;
}

.who-text > p,
.who-text > div {
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

.who-text > div.who-text-facts > p {
    width: 50%;
    float: left;
    min-height: 110px;
    margin: 20px 0;
    padding: 20px 20px;
    border-top: solid 1px #f7ede8;
    border-bottom: solid 1px #f7ede8;
}

.who-text > div.who-text-facts > p:not(:last-of-type) {
    border-right: solid 1px #f7ede8;
}

.who-text > p.lead-text {
    max-width: 800px;
}

.who-text > p > span.smiley {
    margin-left: 15px;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(5px);
}

.who-text > p > span.smiley > span {
    display: inline-block;
    transform: rotate(90deg);
}

.who-text a {
    text-decoration: none;
    transition: ease-in .35s;
    background-color: transparent;
    color: #f7ede8;
}

.who-text a:hover {
    color: white;
    background-color: #233c65;
    padding: 0 10px;
}

.who-text .byline-signature {
    width: 100px;
    margin-top: 15px;
}

.facts-container {
    margin-top: 15vh;
}

.fact {
    border: solid 4px black;
    color: #f7ede8;
    float: left;
    padding: 0 50px 30px;
    margin-right: 10px;
    margin-top: 10vh;
    text-align: center;
}

.fact:first-of-type {
    margin-left: 10px;
}

.fact h1 {
    color: #f7ede8;
    line-height: 1.3;
}

.fact h4 {
    color: #f7ede8;
}

.experience-hero {
    padding: 10%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-color: #11140f;
    box-shadow: 0px -50px 400px rgba(5, 18, 2, 0.71);
}

.experience-hero .primary-heading-2 {
    margin-top: 60px;
    color: #f7ede8;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

.category-experience {
    width: 100%;
    padding: 0 30px 30px;
}

.category-experience > div:first-of-type {
    color: rgba(255, 255, 255, 0.60);
}

.category-experience .button-text {
    transition: ease .35s;
    border-bottom: solid 2px;
    padding: 0 0;
}

.category-experience .button-text:hover {
    padding: 0 10px;
}

.category-experience div {
    margin-top: 35px;
}

@media only screen and (min-width:1140px) {
    .software-experience > 
    .category-experience > div {
        float: left;
        width: 25%;
    }
}

@media only screen and (max-width:1140px) {
    .software-experience > 
    .category-experience > div {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width:640px) {
    .software-experience > 
    .category-experience > div {
        float: none;
        width: 100%;
    }
}

.category-experience img {
    width: 40px !important;
    opacity: 0.65;
}

.category-experience h3,
.cv-hero.software-experience h3 {
    font-size: 1.2rem;
    color: #f7ede8;
}

.category-experience .cv-title {
    color: #f7ede8;
    margin-top: 5px;
    font-size: 0.8em;
}

.category-experience .cv-date {
    font-size: 0.8em;
}

/*PAGES: — Work*/

.work-hero {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15vh 10% 5vh;
    background-repeat: repeat;
}

.work-hero h1 {
    font-size: 13vw;
    text-stroke: 0.5px white;
}

.work-hero a img {
    width: 200px;
    transform: rotate(-45deg);
}

.work-hero a:hover img {
    transform: rotate(95deg);
}

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

    /* DEMO-SPECIFIC STYLES */
    .typewriter p {
        overflow: hidden;
        /* Ensures the content is not revealed until the animation */
        border-right: .15em solid orange;
        /* The typwriter cursor */
        white-space: nowrap;
        /* Keeps the content on a single line */
        margin: 0 auto;
        /* Gives that scrolling effect as the typing happens */
        animation:
            typing 3.5s steps(30, end),
            blink-caret .5s step-end infinite;
        width: 494px;
    }

    /* The typing effect */
    @keyframes typing {
        from {
            width: 0
        }

        to {
            width: 494px
        }
    }

    /* The typewriter cursor effect */
    @keyframes blink-caret {

        from,
        to {
            border-color: transparent
        }

        50% {
            border-color: white
        }
    }
}

/*CASES layout*/

.case-container {
    text-align: center;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #f7ede8;
    text-align: center;
}

.case-container .case {
    background: transparent;
    display: block;
    width: 100%;
    height: 50vh;
    color: black;
    cursor: pointer;
    transition: ease .35s;
    text-align: center;
}

.case-container .case > img {
    position: absolute;
    z-index: 1;
    max-width: 200px;
    margin-top: 100px;
    margin: 100px auto;
    left: 55%;
    opacity: 0;
    transition: ease-in-out .75s;
}

.case-container:hover .case > img {
    opacity: 1;
}

@media only screen and (max-width:960px) {
    .case-container .case > img {
        opacity: 1;
    }
}

@media only screen and (max-width:640px) {
    .case-container .case > img {
        max-width: 200px;
        left: calc(50% - 100px);
    }
}

.case-container .case:hover > img {
    transform: translateX(30px);
}

.case-caption {
    transition: ease-in-out .35s;
    float: left;
    text-align: left;
    position: relative;
    bottom: 0px;
    top: 100px;
    color: #f7ede8;
    padding-left: 18px;
}

.case-caption:before {
    transition: all .25s;
    content: "";
    position: absolute;
    background-image: url(../img/dot-pattern.svg);
    background-size: 1000px;
    top: -30px;
    left: -120px;
    width: 230px;
    height: 180px;
    z-index: 1;
    opacity: 0.2;
    filter: invert(100);
}

.case-caption .nh-h3 {
    line-height: 1.2;
    color: #f7ede8;
    font-size: 2rem;
}

@media (max-width:960px) {
    .case-caption .nh-h3 {
        font-size: 10px;
    }
}

.case-caption > .nh-h1 {
    line-height: 1;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 1px #f7ede8;
    text-stroke: 1px #f7ede8;
    font-size: 5vw;
}

.case:hover > .case-caption {
    padding-left: 32px;
}

.case:hover .case-caption > .nh-h1 {
    color: white;
    -webkit-text-stroke: 0px #f7ede8;
    text-stroke: 0px #f7ede8;
    cursor: url(../img/big-nina-hand-cursor.png) 150 35, auto;
}

/* POP-UP */

.pop {
    display: none;
    background: #11140f;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    padding: 150px 70px 70px;
    color: #f7ede8;
}

.pop-subpage {
    display: block;
}

.pop .pop-text-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.pop .case-facts {
    float: right;
    width: 30%;
    margin-right: 10%;
    text-align: right;
    border-left: solid 1px rgba(255, 255, 255, 1);
    padding-left: 50px;
    margin-top: 100px;
    margin-bottom: 60px;
    color: #f7ede8;
}

.case-year,
.case-expertise {
    width: 50%;
    float: left;
}

.case-year h6,
.case-expertise h6 {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    color: #f7ede8;
}

.case-description h1 {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    color: #f7ede8;
}

.case-description h5 {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    color: #f7ede8;
}

.case-client {
    margin-top: 30px;
}

.case-client h6 {
    color: #f7ede8;
}

.case-facts div h6 {
    font-family: "Unbounded-SemiBold";
    text-transform: uppercase;
    font-size: 14px;
}

.case-facts div p {
    font-family: "Unbounded-Light";
}

.pop .case-description {
    padding: 0 30px 30px;
    color: white;
    float: left;
    width: 60%;
}

.pop .case-description a {
    color: white;
}

.pop h1 {
    font-size: 5rem;
    margin-bottom: 20px;
    -webkit-text-stroke: 0px;
}

.pop hr {
    margin: 30px 0px;
}

.nh-section-case {
    padding: 120px 40px 120px;
}

.nh-section-case > * {
    color: white !important;
    -webkit-text-stroke-color: transparent;
    text-stroke-color: transparent;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.pop img {
    margin-top: -8px;
}

.pop-up-2-images {
    width: 50%;
    float: left;
}

.pop > a {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    color: white;
    padding: 5px 10px;
    transition: ease-in-out .35s;
    font-family: "Unbounded-SemiBold";
    font-size: 11px;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
    border-bottom: solid 2px white;
    text-shadow: 1px 1px 3px black;
}

.pop > a:hover {
    padding: 5px 15px 5px 0px;
}

.page-id-home .pop > a {
    top: 80px;
    right: 30px;
}

.case-facts .clear:last-of-type {
    display: none;
}

.copyright-footer {
    margin-top: 30px;
}

.copyright-footer p {
    text-align: center;
    font-weight: 300;
    line-height: 15px;
    font-size: 1.1rem;
    font-family: "Unbounded-Light";
    letter-spacing: 0.5px;
}

.copyright-footer .copytitle {
    font-family: "Unbounded-SemiBold";
}

.copyright-footer a {
    padding: 4px 10px;
    transition: ease-in-out .35s;
    font-family: "Unbounded-SemiBold";
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 1.2;
    border-bottom: solid 2px white;
    display: inline-block;
    margin: 15px auto 0;
    text-align: center;
    color: white;
}

.copyright-footer a:hover {
    padding: 4px 0px;
}


/*burger menu*/

.b-a,
.bar,
.bar:before,
.bar:after {
    transition: all .25s;
    content: "";
    position: absolute;
    z-index: 15;
    right: 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}

.menu-collapsed {
    transition: all .25s;
    position: fixed;
    top: 10px;
    left: 9px;
    z-index: 16;
    cursor: pointer;
    display: none;
}

.menu-collapsed ul {
    transition: all 0s;
    position: fixed;
    left: -9000px;
}

.bar {
    position: fixed;
    right: 30px;
    top: 32px;
    height: 16px;
    background-color: transparent;
}

.bar:before {
    top: 0px;
    width: 20px;
}

.bar:hover::before {
    width: 30px;
}

.bar:after {
    top: 12px;
    width: 40px;
}

.bar:hover::after {
    width: 30px;
}

.b-a-expanded,
.menu-expanded .bar:before,
.menu-expanded .bar:after {
    transition: all .1s;
    top: -0px;
}

.menu-expanded {
    transition: all .25s;
    text-align: right;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
    z-index: 16;
    background-color: rgba(241, 235, 235, 0.96);
    filter: invert(100);
}

.menu-expanded p {
    display: none;
}

.menu-expanded ul {
    transition: all 0s;
    position: relative;
    left: 0;
    top: 30px;
    z-index: 5;
}

.menu-expanded li {
    height: 30px;
    margin-top: 45px;
}

.menu-expanded li:first-of-type {
    margin-top: 100px;
}

.menu-expanded a {
    position: absolute;
    right: 70px;
    transition: ease .28s;
    font-size: 4rem;
    font-family: "PPMonumentExtended-Black";
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
    text-decoration: none;
}

.menu-expanded a:hover {
    color: #000;
}

.menu-expanded a sup {
    font-size: 1.5rem;
    color: #000;
    -webkit-text-stroke: 0px black;
    text-stroke: 0px black;
    font-family: "Unbounded-Light";
}

.cases-active {
    color: #000 !important;
    -webkit-text-stroke: 0px black !important;
    text-stroke: 0px black !important;
}

.menu-expanded .bar {
    background-color: transparent;
    transition: ease .4s;
    top: 70px;
    right: 70px;
}

.menu-expanded .bar::before {
    transform: rotate(45deg);
    background-color: #000;
    width: 30px;
}

.menu-expanded .bar:hover::before {
    width: 35px;
}

.menu-expanded .bar:after {
    transform: rotate(-45deg);
    background-color: #000;
    width: 30px;
}

.menu-expanded .bar:hover::after {
    width: 35px;
}

.copy-menu {
    height: 10px;
    line-height: 15px;
    font-size: 1rem;
    font-family: "Unbounded-Light";
    letter-spacing: 1px;
    margin-top: 100px;
    margin-right: 70px;
}

.copy-menu li {
    display: inline-block;
    color: #000;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    height: auto;
}

/*burger menu slut*/



/*Media Querries*/

/*Large 1220px*/

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

    .pop-up-2-images {
        width: 100%;
    }
}

/*Tablet Landscape 1020px*/

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

    .case-year,
    .case-expertise {
        width: 100%;
    }

    .case-year {
        margin-bottom: 30px;
    }

    .text-column {
        margin-left: -80px;
    }

    .home-hero h1 {
        margin-top: 500px;
    }

}

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

    .experience-hero .primary-heading {
        margin-top: -1000px;
    }
}


/*Tablet 960px*/

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

    h1 {
        font-size: 8rem;
    }

    h2 {
        font-size: 4rem;
        -webkit-text-stroke: 1.5px black;
        text-stroke: 1.5px black;
    }

    .countdown-container li span {
        margin-bottom: 80px;
        font-size: 5rem;
        font-family: "Unbounded-SemiBold";
        color: transparent;
        -webkit-text-stroke: 0.5px white;
        text-stroke: 0.5px white;
    }

    .experience-hero h2 {
        margin-bottom: 30px;
    }

    .pop .case-description {
        padding: 60px 0px 30px;
        width: 100%;
    }

    .case-year,
    .case-expertise {
        width: 33%;
        padding: 30px;
        border-left: solid 1px grey;
    }

    .clear-delete {
        display: none;
    }

    .case-client {
        padding: 30px;
        float: left;
        border-left: solid 1px grey;
        width: 33%;
        margin: 0;
    }

    .pop .case-facts {
        width: 100%;
        text-align: left;
        border-right: solid 1px rgba(128, 128, 128, 0.23);
        border-left: solid 1px rgba(128, 128, 128, 0.23);
        padding-right: 0;
        margin-top: 0;
    }

    .experience-hero .primary-heading {
        margin-top: -800px;
    }

    .menu-collapsed {
        display: block;
    }

    .navbar {
        display: none;
    }

}

/*Phone 640px*/

@media only screen and (max-width:640px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 3rem;
        -webkit-text-stroke: 1.5px black;
        text-stroke: 1.5px black;
    }

    .primary-heading {
        font-size: 4rem;
    }

    .menu-expanded a {
        transition: all .3s;
        font-size: 3rem;
    }

    .menu-expanded a:hover {
        font-size: 3rem;
    }

    .columns-2 {
        width: 100%;
    }

    .lead-text {
        font-size: 18px;
    }

    .category-experience {
        width: 100%;
    }

    .category-experience:first-of-type {
        border-right: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    }

    .page-id-about .section-title,
    .page-id-about .social-bar,
    .page-id-about .scroll-title {
        display: none !important;
    }

    .page-id-edu .section-title,
    .page-id-edu .social-bar,
    .page-id-edu .scroll-title {
        display: none !important;
    }

    .page-id-work .section-title,
    .page-id-work .social-bar {
        display: none !important;
    }

    .countdown-container li {
        display: inline-block;
        font-size: 1.5em;
        line-height: 0;
        padding: 0px 20px;
        margin-top: 50px;
    }

    .countdown-container .minutes {
        border-left: none;
    }

    .about-hero h1 {
        margin-top: 14vh;
    }

    .who-text {
        padding: 30px 15%;
    }

    .experience-hero h2 {
        margin-bottom: -20px;
    }

    .case-caption > .nh-h1 {
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        font-size: 3.2rem;
    }

    .pop {
        padding: 150px 30px 70px;
    }

    .case-description .lead-text {
        font-size: 1.75rem;
    }

    .pop h1 {
        font-size: 3rem;
    }

    .case-year,
    .case-expertise,
    .case-client {
        width: 100%;
        text-align: center;
        padding: 30px;
        border-left: none;
        border-bottom: solid 1px grey;
        margin: 0;
    }

    .case-client {
        border-bottom: none;
    }

    .case-caption {
        width: 100%;
        text-align: center;
        bottom: 0px;
        top: -30px;
        margin-left: 0;
        padding: 0;
    }

    .case-container {
        text-align: center;
        overflow: visible;
        max-width: 1335px;
        margin: 0 auto;
    }

    .text-column {
        margin-left: 0px;
        width: 100%;
    }

    .home-hero h1 > span {
        -webkit-text-stroke-width: 1px;
        text-stroke-width: 1px;
    }

    .home-hero h1 {
        font-size: 4rem;
        margin-top: -40px;
    }

    .experience-hero .primary-heading {
        margin-bottom: 0px;
        margin-top: -600px;
    }
}

@media only screen and (max-height: 812px) and (min-height: 660px) {

    .who-text {
        padding: 70px 15%;
    }
}

@media only screen and (max-width: 370px) {
    .pop > a {
        cursor: pointer;
        position: fixed;
        top: 80px;
        left: 30px;
        width: 150px;
        color: white;
        padding: 5px 0px 5px;
        transition: ease-in-out .35s;
        font-family: "Unbounded-SemiBold";
        font-size: 11px;
        letter-spacing: 0.5px;
        text-decoration: none;
        line-height: 1.2;
        display: inline-block;
        border-bottom: solid 2px white;
    }

    .pop > a:hover {
        padding: 5px 10px;
        padding: 5px 0px 5px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 640px) {
    .case-container {
        margin-bottom: 320px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 580px) {
    .case-container {
        margin-bottom: 220px;
    }
}

@media only screen and (min-width: 330px) and (max-width: 480px) {
    .case-container {
        margin-bottom: 120px;
    }
}

@media only screen and (max-height: 640px) {
    .experience-hero .primary-heading {
        margin-top: -450px;
    }
}

/*Fonts*/

@font-face {
    font-family: "Unbounded-ExtraLight";
    src: url("../fonts/Unbounded-ExtraLight.ttf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Unbounded-Light";
    src: url("../fonts/Unbounded-Light.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Unbounded-Regular";
    src: url("../fonts/Unbounded-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Unbounded-Medium";
    src: url("../fonts/Unbounded-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Unbounded-SemiBold";
    src: url("../fonts/Unbounded-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Unbounded-Bold";
    src: url("../fonts/Unbounded-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Unbounded-ExtraBold";
    src: url("../fonts/Unbounded-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Unbounded-Black";
    src: url("../fonts/Unbounded-Black.ttf");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "PPMonumentExtended-Black";
    src: url("../fonts/PPMonumentExtended-Black.woff");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "PPMonumentExtended-Black-Italic";
    src: url("../fonts/PPMonumentExtended-BlackItalic.woff");
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: "PPMonumentExtended-Regular";
    src: url("../fonts/PPMonumentExtended-Regular.woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "PPMonumentExtended-Regular-Italic";
    src: url("../fonts/PPMonumentExtended-RegularItalic.woff");
    font-style: italic;
    font-weight: 400;
}

/*Fonts slut*/

/*Custom side-Scrollbar*/

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url(../img/apple_macintosh_bg.png);
    background-repeat: repeat;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #11140f;
    -webkit-box-shadow: none;
}


/* Loader */

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999999999999999999999999999999999;
    background: rgb(0, 0, 0);
}

.loader {
    animation: load-ring 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

@keyframes load-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(220deg);
    }
}

.loader:after {
    animation: load-ring-2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: "";
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}

@keyframes load-ring-2 {
    0% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #fff 0 0 0 2px;
    }

    100% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(140deg);
    }
}
