/* Generated on: Mon Oct 07 2019 11:01:20 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ==========================================================================
   Start of custom CSS
   ========================================================================== */
body {
  background-color: #0a0905;
  font-family: soleil, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.parallax__img {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.parallax__img.parallax__img--z1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.parallax__img.parallax__img--z6 {
  overflow: hidden;
  /*max-height: 339px;*/
  max-width: 37%;
  position: relative;
  top: 15%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  padding: 12px;
}

.parallax {
  position: relative;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-width: 151vh;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.parallax__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(87.5%, rgba(10, 9, 5, 0)),
    to(#0a0905)
  );
  background-image: linear-gradient(180deg, rgba(10, 9, 5, 0) 87.5%, #0a0905);
}

.subhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhero__pieces {
  margin-bottom: 128px;
}

.subhero__content {
  position: absolute;
  bottom: 32px;
}

.pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  margin-left: -32px;
}

.pieces__item {
  padding-right: 32px;
  padding-left: 32px;
}

.card {
  position: relative;
}

.card__image {
  width: 154px !important;
}
.card__image img {
  width: 154px !important;
}

.card__letter {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}

.credits__item {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 11px;
}

.hero__heading {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero__button {
  position: absolute;
  top: 32px;
  right: 32px;
}

.hero__logo {
  position: absolute;
  left: 32px;
  top: 32px;
}

.hero__social {
  position: absolute;
  right: 32px;
  bottom: 32px;
}

.hero__numbers {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.heading {
  font-size: 9vh;
  line-height: 9vh;
  font-weight: 700;
}

.numbers {
  font-size: 4.5vh;
  line-height: 5vh;
  font-weight: 700;
}

.numbers__small {
  margin-left: 0.25em;
  opacity: 0.72;
  font-size: 0.5em;
  line-height: 0.5em;
  font-weight: 400;
}

.logo {
  font-size: 3vh;
  line-height: 3vh;
  font-weight: 700;
}

.body {
  background-color: #0a0905;
}

.button {
  padding: 10px 30px;
  border-radius: 22px;
  background-color: #0a0905;
  font-size: 13px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: -18px;
}

.social__item {
  padding-right: 18px;
  padding-left: 18px;
}
.social__item .social__link img{
  height: 75px;
}

.social__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.subhero__content__heading {
  margin-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.32);
}

.credits__link {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

.text-block {
  font-size: 10px;
  text-transform: uppercase;
}

.credits__item__title {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.42);
  text-transform: uppercase;
}

.credits__item__link {
  display: inline-block;
  margin-left: 0.5em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.content-box{
  width: 70%;
  padding: 100px 0;
}
.content-box h3{
  font-size: 26px;
  font-weight: 700;
  color:#fff;
  line-height: 30px;
  word-spacing: 2px;
}
.content-box p{
  line-height: 20px;
  font-size: 18px;
  word-spacing: 1px;
  font-weight: 500;
  color:#ddd;
}

.hero__logo{
  left: calc(50% - 120px);
}

@media (max-width: 991px) {
  .card__image {
    width: 128px !important;
  }
  .card__image img {
    width: 128px !important;
  }
}

@media (max-width: 767px) {

  .parallax__img.parallax__img--z6 {
    top: 25% !important;
    max-width: 27% !important;
    padding: 7px !important;
  }

  .subhero {
    height: auto;
    min-height: 100vh;
  }
  .pieces {
    margin-right: -12px;
    margin-left: -12px;
  }
  .pieces__item {
    padding-right: 18px;
    padding-left: 18px;
  }
  .card__image {
    width: 80px !important;
    max-height: 80vh;
  }
  .card__image img {
    width: 80px !important;
  }
  .card__letter {
    font-size: 54px;
    line-height: 54px;
  }
  .credits {
    text-align: center;
  }
  .credits__item {
    display: block;
    margin-bottom: 8px;
  }
  .credits__item.credit__item--divider {
    display: none;
  }
  .hero__social {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .hero__numbers {
    display: none;
  }
  .heading {
    font-size: 9vh;
  }
}

@media (max-width: 479px) {
  .pieces__item {
    padding-right: 2px;
    padding-left: 2px;
  }
  .card__image {
    width: 65px !important;
  }
  .card__image img {
    width: 65px !important;
  }
  .card__letter {
    font-size: 48px;
    line-height: 48px;
  }
  .hero__button {
    display: none;
  }
  .hero__logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

/************---------------**************/
