@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica/helvetica-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Helvetica',sans-serif;
  font-weight: 400;
}

p {
    font-size: 1.3rem;
    line-height: 1.2;
}

h1, h2, h3, h4, h5 {
  font-family: 'Helvetica',sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 2rem;
}

.team__meta {
  font-family: 'Helvetica',sans-serif;
}

.app__page {
    will-change: unset;
}

@media only screen and (min-width: 769px) {
  .app__logo {
    position: relative;
    top: 4.3rem;
  }

  .desktop-hide {
    display: none;
  }

  .logo__image {
    width: 18.3rem;
  }

  .app__menu {
    top: 2.4rem;
    bottom: inherit;
    padding: 1.3rem 5.3rem 2.1rem;
  }

  .menu__list {
      padding: 2rem 0 16.5rem;
  }

  .app__socials {
      right: 5.5rem;
  }

  .home__block {
    margin: 1rem;
    width: calc(49.9% - 2rem);
  }

  .project__featured {
    margin: 0 auto 2.8rem;
  }

  /*
  #demo1 {
      padding: 4.7rem 47.9rem 4rem 16.2rem;
  }
  */

  #demo1 {
      padding: 4.7rem 33% 4rem 16.2rem;
  }
/*
  .file-project .menu {
      display: none;
  }
*/
  .project-sidebar {
      position: fixed;
      padding: 6.1rem 4.7rem 4.7rem 2.7rem;
      right: 0;
      top: 0;
      width: 33%;
      text-align: left;
      line-height: 1.3;
      pointer-events: none;
  }
  .project-sidebar p {
      line-height: 1.3;
      margin: 0 0 1em 0;
      color: #000;
  }
  .project-sidebar * {
      text-align: left;
      justify-content: flex-start;
  }
  .project-sidebar .project__head {
      margin: 0 0 1.5em 0;
  }
  .project-sidebar .project__description {
      padding: 0;
  }
  .project-sidebar .project__intro {
      width: 100%;
      padding: 0;
  }
  .project-sidebar .project__block {
      transform: none;
      transition: none;
      padding: 0;
  }
  .project-sidebar .project__text {
      padding: 0;
      font-size: 1.3rem;
      margin: 0 0 1em 0;
      line-height: 1.3;
  }
  .preview__block {
    margin: 0;
    padding: 0 0 2.8rem;
  }

  .project__block {
    padding: 0 2.8rem 2.8rem;
  }

  .top___top {
    padding-top: 2.5rem;
  }

  .details__block--1 {
    padding: 0;
    margin: 0;
  }

  .details__block--2 {
    padding: 0;
    margin: 0;
  }

  #inline-block {
    width: auto;
    height: auto;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .details__label {
    width: auto;
    height: auto;
    color: #0b0b0b;
    font-size: 1.3rem;
    line-height: 1.1;
  }
  .details__value {
    white-space: nowrap;
    width: auto;
    height: auto;
    font-size: 1.3rem;
    line-height: 1.1;
    padding: 0 0 0 6px;
  }


}



  @media only screen and (max-aspect-ratio: 13/9) and (max-width: 750px) {
      .app__logo {
          top: 0.8rem;
      }

      .mobile-hide {
        display: none;
      }

      .app__navicon {
        top: 0.8rem;
      }

      .home {
        padding: 7rem 2rem 4rem
      }

      .home__block {
        margin: 0.8rem 0;
      }

      #demo1 {
          padding: 4rem 2rem 2rem 2rem;
          text-align: left;
      }
      #demo1 .project__description {
        text-align: left;
      }

      .project__head {
        text-align: left;
        margin-bottom: 0.8rem;
      }

      .project__text {
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.2;
      }

      .project__featured {
        margin: 3.9rem auto 1.1rem;
      }

      .project__head,h1 {
          font-size: 1.6rem;
          text-align: left;
    }

      .about h1 {
        text-align: center;
      }

      .contact__container h1 {
        text-align: center;
      }

      .menu__title {
        font-family: 'Helvetica',sans-serif;
      }

      .preview__block {
        margin: 0.9rem auto;
      }

      .preview__text {
        padding: 1.8rem .8rem;
      }
      .project__text {
        padding: 0;
      }

      .project__intro p {
        margin: 0.5rem 0;
      }

      #demo1 .details {
        display: block;
        margin-top: 2.2rem;
      }

      #inline-block {
        width:100%;
        height: auto;
        display: flex;
        margin-bottom: 0.1rem;
      }

      .details__label {
        width: auto;
        height: auto;
        color: #0b0b0b;
        font-size: 1.3rem;
        line-height: 1.2;
      }
      .details__value {
        width: auto;
        height: auto;
        font-size: 1.3rem;
        line-height: 1.2;
        padding: 0 0 0 6px;
      }

    .home__title {
        font-size: 13px;
        position: absolute;
        bottom: 10px;
        left: 10px;
        opacity: 0;
        transition: opacity 200ms ease-in-out;
    }
    .home__block:hover .home__title {
        opacity: 1;
    }
}

/* new */

body {
    color: #777;
}

.intro {
    margin: 0 0 24px 0;
}

.intro h1 {
    font-size: 50px;
    text-transform: none;
    text-align: left;
    color: #777;
    margin: 0 0 24px 0;
}

.intro div {
    font-size: 30px;
}

.app__logo {
    top: 42px;
    left: 42px;
    position: fixed;
    bottom: auto;
}

.logo__image {
    width: 265px;
    height: 103px;
    padding: 0;
}

.logo__image svg {
    fill: #fff;
}

.logo__link {
    display: none;
}

.app__menu {
    top: 0;
    padding: 20px 0 0 0;
}

.app__socials {
    width: 206px;
    right: 0;
    text-align: center;
}

.menu__list {
    /*width: 146px;*/
    width: 206px;
    padding: 0;
    text-align: center;
}

.menu__list a {
    display: block;
    font-size: 30px;
    padding: 0;
    color: #777;
    line-height: 50px;
}

.socials__item {
    transform: scale(1.5);
    margin: 0 5px;
    display: inline-block;
}

.socials__item svg{
    fill: #777;
}

#demo1 {
    padding: 26px 206px 26px 26px;
}

.project__featured {
    padding-top: 66%;
}

.menu__caret {
    display: none;
}
