/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: "HKGrotesk-Regular";
  src: url("../fonts/HKGrotesk-Regular.eot");
  src: url("../fonts/HKGrotesk-Regular.woff2") format("woff2"), url("../fonts/HKGrotesk-Regular.woff") format("woff"); }
@font-face {
  font-family: "Argent Bold";
  src: url("../fonts/argent-cf-bold") format("eot");
  src: url("../fonts/argent-cf-bold.woff2") format("woff2"), url("../fonts/argent-cf-bold.woff") format("woff"); }
@font-face {
  font-family: "Argent Regular";
  src: url("../fonts/argent-cf") format("eot");
  src: url("../fonts/argent-cf.woff2") format("woff2"), url("../fonts/argent-cf.woff") format("woff"); }
body {
  font-family: "HKGrotesk-Regular";
  font-size: 20px;
  line-height: 1.4;
  opacity: 1;
  -webkit-transition: padding-top 0.8s, opacity 1s;
  transition: padding-top 0.8s, opacity 1s;
  padding-top: 0; }

body.fade-out {
  opacity: 0;
  padding-top: 20px;
  -webkit-transition: none;
  transition: none; }

p {
  margin-bottom: 0.8em; }

a {
  color: #0000ff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.menu {
  background: white;
  z-index: 1; }
  .menu:after {
    content: "";
    display: table;
    clear: both; }
  .menu a {
    text-decoration: none; }
  .menu .logo {
    font-family: "Argent Bold";
    font-size: 24px;
    display: block;
    line-height: 28px; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu ul a {
      display: block;
      padding: 0 10px; }

@media screen and (max-width: 400px) {
  .menu {
    padding: 20px;
    text-align: center; }

  ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; } }
@media screen and (min-width: 401px) and (max-width: 767px) {
  .menu {
    padding: 20px 40px; }
    .menu .logo {
      float: left; }
    .menu ul {
      float: right; } }
@media screen and (min-width: 768px) {
  .menu {
    height: 100vh;
    position: relative;
    width: 70px;
    position: fixed;
    top: 0;
    bottom: 0; }
    .menu .logo {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      position: fixed;
      top: 185px;
      left: 18px; }
    .menu ul {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      position: fixed;
      left: 20px;
      bottom: 0; } }
.home-wrapper {
  background: white;
  padding: 40px 40px 40px 70px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .home-wrapper {
      padding: 40px; } }

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 40px 0 40px 40px; }
  @media screen and (max-width: 767px) {
    .project-list {
      padding: 120px 0; } }

.project-index {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  border-top: 1px solid #0000ff;
  line-height: 1.5;
  margin-right: 40px;
  }
  .project-index a {
    display: block;
    padding: 20px; 
  }
  .project-index:hover {
    background: #0000ff;
 }
  .project-index:hover a {
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .project-index {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.nuvol {
  position: relative;
  width: 100vw;
  height: 100vh; }
  .nuvol img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    min-width: 1500px;
    z-index: 0; }

@media screen and (max-width: 767px) {
  .project__img {
    margin-bottom: 40px; }
    .project__img img {
      width: 100%;
      display: block; } }
@media screen and (min-width: 768px) {
  .project__images {
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-overflow-scrolling: touch; }
    .project__images::-webkit-scrollbar {
      display: none; }

  .project__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    margin-right: 40px; }
    .project__img img {
      display: block;
      height: 100%; }

  .project-cover {
    padding: 40px; } }
.page__content {
  margin: 0 auto; }

.text {
  max-width: 32em; }
  .text h1 {
    color: #0000ff;
    font-family: "Argent Regular";
    font-size: 32px;
    letter-spacing: 0.02em;
    margin-bottom: 20px; }
  .text h2, .text h3, .text h4, .text h5, .text h6 {
    color: #0000ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-top: 20px; }
  .text strong, .text b {
    font-weight: bold; }
  .text i, .text em {
    font-style: italic; }
  .text ul, .text ol {
    margin-bottom: 20px; }

.page__sidebar {
  margin: 40px auto; }
.page__sidebar img {
    margin: 0 auto;
    max-width: 100% }

@media screen and (min-width: 1160px) {
  .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
        -ms-flex: row wrap;
            flex: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .page__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 40px; }

  .page__sidebar {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }
