.Intro {
    position: relative;
    width: 100%;
    height: 100%;
}

.Intro-wrapper {
    position: relative;
    top: calc(50% - 24px);
    width: calc(100% - 120px);
    white-space: nowrap;
}

@media (max-width: 900px) {
    .Intro-wrapper {
        width: calc(100% - 50px);
        margin: 0 auto;
        top: 0;

        text-align: center;
        white-space: nowrap;
        height: 100%;
    }

    .Intro-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}

.Intro-bio {
    font-family: 'Salvatore-Book';
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    text-align: right;
    width: 60%;
    margin-left: 60px;
    display: inline-block;
    vertical-align: top;
    white-space: initial;
}

@media (max-width: 1024px) {
    .Intro-bio {
        font-size: 16px;
        line-height: 24px;
        padding-left: 150px;
    }
}

@media (max-width: 900px) {
    .Intro-bio {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
    }
}

.Intro-bio p {
    max-width: 540px;
    display: inline-block;
}

.Intro-resume {
    margin-top: 42px;
    margin-right: -2px;
    display: block;
}

.Intro-resume--small {
    display: none;
}

@media (max-width: 1440px) {
    .Intro-resume {
        margin-top: 72px;
    }
}

@media (max-width: 1024px) {
    .Intro-resume {
        margin-top: 42px;
    }
}

@media (max-width: 900px) {
    .Intro-resume--small {
        display: block;
        position: absolute;
        bottom: 88px;
        right: 0;
        margin: 0;
    }
    .Intro-resume--large {
        display: none;
    }
}

.Intro-links {
    width: 300px;
    margin-left: 116px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: initial;
}

@media (max-width: 1440px) {
    .Intro-links {
        margin-left: 56px;
    }
}

 @media (max-width: 900px) {
    .Intro-links {
        display: none;
    }
}

.Intro-mail {
    line-height: 32px;
}

 .Intro-socials {
    margin-top: 6px;
    margin-left: 2px;
 }

 .Intro-socials a {
    font-family: 'Salvatore-Book';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: calc(15/1000 * 15px);
    color: #6d6d6d;
}

.Intro-socials li {
    display: inline-block;
    margin: 0 36px;
    position: relative;
}

.Intro-socials li:before {
    content: '-';
    position: absolute;
    right: -20px;
    top: 0;
}

.Intro-socials li:last-of-type:before {
    display: none;
}

.Intro-socials li:first-of-type, .Intro-socials li:last-of-type {
    margin: 0;
}

.Intro-discover {
    cursor: pointer;
    position: absolute;
    left: calc(60% - 26px);
    bottom: 60px;
    width: 11px;
    height: 20px;
}

@media (max-width: 900px) {
    .Intro-discover {
        left: auto;
        right: 25px;
        bottom: 28px;
    }
}

.Intro-discover svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #282828;
    fill: none;
}

.Intro-line {
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #282828;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transform-origin: bottom center;
}.Project {
    width: calc(100% - 120px);
    margin: 0 60px;
    height: auto;
    min-height: 100%;
}

@media (max-width: 1440px) {
    .Project {
        width: calc(100% - 140px);
        margin: 0 70px;
    }
}

@media (max-width: 1024px) {
    .Project {
        width: calc(100% - 100px);
        margin: 0 50px;
    }
}

@media (max-width: 900px) {
    .Project {
        width: 100%;
        margin: 0;
    }
}

.Project-wrapper {
    margin-top: calc(50vh - 60px);
}

@media (max-width: 900px) {
    .Project-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 110px;
    }

    .Project:first-child .Project-wrapper{
        margin-top: calc(50vh - 60px);
    }
}

.Project-media {
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1440px) {
    .Project-media {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .Project-media {
        width: 58%;
    }
}

@media (max-width: 900px) {
    .Project-media {
        width: 100%;
        order: 2;
    }
}

.Project-media img {
    width: 100%;
    height: auto;
}

.Project-video {
    position: relative;
    padding-top: 56.25%;
}

.Project-media iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.Project-media img:nth-child(n+1), .Project-video {
    margin-bottom: 60px;
}

.Project-content {
    margin-left: 120px;
    max-width: calc(40% - 120px);
    display: inline-block;
    vertical-align: top;

    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 60px);
}

@media (max-width: 1440px) {
    .Project-content {
        margin-left: 60px;
    }
}

@media (max-width: 900px) {
    .Project-content {
        position: static;
        max-width: 100%;
        display: inline-block;
        margin: 0 25px;
        margin-bottom: 105px;
        text-align: right;
        order: 1;
    }
}

.Project-title {
    font-family: 'Salvatore-ExtraBold';
    font-size: 24px;
    line-height: 32px;
    color: #282828;
    letter-spacing: calc(60/1000 * 16px);
    word-spacing: 3px;
    margin-top: 44px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .Project-title {
        margin-top: 42px;
    }
}

@media (max-width: 1024px) {
    .Project-title {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .Project-title {
        margin: 0;
    }
}

.Project-type {
    font-family: 'Salvatore-Book';
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    margin-top: 14px;
}

@media (max-width: 1024px) {
    .Project-type {
        font-size: 16px;
    }
}

.Project-description {
    font-family: 'Salvatore-Book';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: calc(15/1000 * 16px);
    color: #6d6d6d;
    width: 49%;
    min-width: 300px;
    margin-top: 50px;
}

@media (max-width: 1440px) {
    .Project-description {
        margin-top: 31px;
    }
}

@media (max-width: 1024px) {
    .Project-description {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .Project-description {
        min-width: 100%;
    }
}

.Project-link {
    display: block;
    margin-top: 55px;
}

@media (max-width: 1440px) {
    .Project-link {
        margin-top: 34px;
    }
}

.Project-info {
    font-family: 'Salvatore-Book';
    font-size: 15px;
    line-height: 18px;
    color: #6d6d6d;
    letter-spacing: calc(15/1000 * 16px);
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .Project-info {
        font-size: 14px;
    }
}.Home {
    width: 100%;
    height: 100%;
}

.Home-backUp {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    left: calc(60% - 75px);
    margin-bottom: 60px;
    text-align: right;
    cursor: pointer;
}

.Home-backUp p {
    font-family: 'Salvatore-Book';
    font-size: 15px;
    line-height: 18px;
    color: #282828;
    letter-spacing: calc(15/1000 * 16px);
    display: inline-block;
    margin-top: 18px;
}

.Home-backUp div {
    height: 20px;
}

.Home-backUp svg {
    width: 11px;
    height: 20px;
    transform: scaleY(-1);
}

.Projects {
    height: auto;
    margin-bottom: 360px;
}html {
  box-sizing: border-box;
  border-collapse: collapse;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  border-collapse: inherit;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:not(body) {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

[hidden] {
  display: none !important;
}

body {
  /* Avoid iOS font-size discrepencies */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

p,
small {
  margin: 0;
  padding: 0;
}

form,
figure {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/*
    Avoid "too bold" fonts title
    with web fonts
*/
h1, h2, h3, h4, h5 {
  font-weight: 400;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

hr {
  margin: 0;
  border: 0;
}

button {
  outline: none;
  border: none;
  padding: 0;
}
html, body {
    touch-action: manipulation;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.App {
    height: 100%;
}

.Logo {
    position: fixed;
    right: 62px;
    top: 63px;
    font-family: 'Salvatore-Bold';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: calc(15/1000 * 16px);
    color: #282828;
}

@media (max-width: 900px) {
    .Logo {
        right: 25px;
    }
}

body {
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(black, 0);
}


@font-face {
    font-family: 'Salvatore-Book';
    src: url('367d2f_4_0.8f4e1757.woff2') format('woff2'),
        url('367d2f_4_0.da9c5473.woff') format('woff'),
        url('367d2f_4_0.b18eb2e3.ttf') format('truetype');
}

@font-face {
    font-family: 'Salvatore-Bold';
    src: url('367d2f_9_0.5d377d2e.woff2') format('woff2'),
        url('367d2f_9_0.b10f8a06.woff') format('woff'),
        url('367d2f_9_0.57833ef4.ttf') format('truetype');
}

@font-face {
    font-family: 'Salvatore-ExtraBold';
    src: url('367d2f_c_0.f1061450.woff2') format('woff2'),
        url('367d2f_c_0.2ac839be.woff') format('woff'),
        url('367d2f_c_0.79a9aa20.ttf') format('truetype');
}

a {
    font-family: 'Salvatore-Bold';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: calc(15/1000 * 16px);
    color: #282828;
}

@media (max-width: 1024px) {
    a {
        font-size: 14px;
        letter-spacing: calc(14/1000 * 16px);
    }
}