.hero {
  padding-bottom: 0px;
}

.page .hero {
  padding-bottom: 40px;
}

.hero.content-module {
  padding-top: 0px;
}

.hero img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.hero .hero-content {
  position: relative;
}

.hero .inner {
  position: relative;
}

.hero h1,
.hero h5 {
  margin: 0;
  /* max-width: 820px; */
  max-width: 60%;
  margin-top: 12px;
}

.hero h1,
.hero h5 {
  color: #413737;
	font-family: "Argent CF";
	font-weight: normal;
  display: block;
}

.hero h1.mega,
.hero h5.mega {
  font-size: 144px;
  line-height: 144px;
}

.hero h1.huge,
.hero h5.huge {
  font-size: 96px;
  line-height: 96px;
}

.hero h1.regular,
.hero h5.regular {
  font-size: 72px;
  line-height: 72px;
}

.hero .center h1,
.hero .center h5,
.hero .center .preamble {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero .right h1,
.hero .right h5,
.hero .right .preamble {
  margin-left: 34%;
  text-align: right;
  width: 66%;

}

.page .hero h1 .big-title,
.page .hero h5 .big-title {
  font-size: 72px;
  line-height: 72px;
}

.hero .preamble {
  height: 150px;
  width: 804px;
  color: #413737;
  font-family: "FolioStd";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.hero .preamble p strong {
  font-family: 'FolioStd-Bold';
  font-weight: normal;
}

.hero .preamble p {
  color: #413737;
  font-family: "FolioStd-Medium";
  color: #413737;
  font-size: 18px;
  line-height: 30px;
}

.project-facts {
  height: auto;
  width: 372px;
  padding: 24px;
  background-image: url(../BG_dark.png);
  font-weight: normal;
  position: absolute;
  right: 0;
  top: -12px;
  text-transform: uppercase;
  font-family: "FolioStd";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.25px;
  line-height: 30px;
}

.project-facts h3 {
  height: 30px;
  color: #5b1210;
  font-family: "FolioStd-Medium";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.project-facts p {
  margin: 0;
  padding: 0;
  color: #858f84;
}

.project-facts .emphazise {
  color: #453b3b;
}

.hero .right .project-facts {
  right: unset;
  left: 0;
}

@media screen and (max-width: 768px) {
  .hero h1 .big-title {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1.48px;
  }

  .nav {
    display: none;
  }

  .hero .preamble {
    width: 100%;
  }
  .hero h1,
  .hero h5 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .hero img {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-bottom: 24px;
  }

  .hero img {
    margin-bottom: 24px;
    max-height: 210px;
  }

  .hero.content-module {
    padding-top: 0px;
  }

  .hero h1 .big-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.99px;
    line-height: 48px;
  }
}
