/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  background: lime;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

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

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  background: #FFADF1;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.hero-container {
  position: relative;
  display: table;
  width: 90%;
  max-width: 1200px;
  height: 100vh;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.hero-logo-wrapper {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 8%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*height: 100%;*/
  /*position: relative;*/
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}
@media all and (max-width: 1100px) {
  .hero-logo-wrapper {
    padding: 0 5%;
  }
}

.hero-logo-wrapper--mobile {
  text-align: center;
}

.hero-logo-container--desktop {
  position: relative;
}

.hero-logo--main {
  padding-bottom: 20px;
}

.hero-logo--animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 17%;
  right: 49%;
  margin-top: -20px;
  /*transition: left 1s, right 1s 0.6s;*/
}

.hero-logo--line {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 10px;
  width: 100%;
  height: 2px;
  background: white;
}

.hero-logo--collettivo {
  width: 92px;
}

.hero-logo--creativo {
  width: 74px;
}

/*.hero-logo{
	position: relative;
	margin: 0 auto;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 0px 10%;
}*/
@media screen and (max-width: 767px) {
  .hero-logo-wrapper--desktop {
    display: none;
  }
}

.hero-logo-wrapper--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-logo-wrapper--mobile {
    display: inline-block;
  }
}

.big-image {
  max-width: 100%;
  margin-top: -150px;
  margin-top: -25vh;
}
.big-image img {
  margin-bottom: 65vh;
}

.letter {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.members-list {
  list-style-type: none;
  text-align: left;
}
