.body {
  display: block;
  background-color: #e4a242;
  font-family: Manrope, sans-serif;
  color: #fff;
  text-align: center;
}

a,
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: black;
}

.content-wrapper {
  padding-top: 10em;
  padding-bottom: 5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cover {
  /* position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh; */
  background-color: #d5d5d5;
}

.cover-image {
  /* position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  min-height: 100vh; */
  width: 100%;
  height: 100%;
  max-height: 900px;
  object-fit: cover;
  
}

.cover-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 33%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.image-2 {
  position: relative;
  display: block;
  width: 50%;
  height: 67%;
  margin-bottom: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 50px;
}

.manifesto {
  margin-bottom: 1em;
  font-size: 34px;
  line-height: 42.5px;
  font-weight: 800;
}

.instagram-wrapper {
  margin-top: 2em;
}

.manifesto-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5em;
}

.site-subtitle {
  margin-top: 6px;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title__logo-wrapper {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.instagram-logo {
  width: 62px;
  margin-bottom: 1em;
}

.text--small {
  font-size: 16px;
}

@media (max-width: 479px) {

  .title-wrapper {
    padding-top: 25px;
  }

  .title__logo-wrapper {
    width: 150px;
  }

  .site-subtitle {
    font-size: 9px;
    margin-top: 2px;
  }

  .cover-image {
    height: 440px;
    width: 100%;
    object-fit: cover;
    object-position: 45% 50%;
  }

  .content-wrapper {
    padding: 8em 40px 0;
  }
  .manifesto {
    font-size: 16px;
    line-height: 23px;
  }
  .manifesto-wrapper {
    padding-top: 10px;
  }

  .instagram-wrapper {
    max-width: 50px;
    margin: 2em auto 5em;
    max-width: 210px;
  }
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-extrabold.woff2') format('woff2'), url('../fonts/manrope-extrabold.woff') format('woff'), url('../fonts/manrope-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-regular.woff2') format('woff2'), url('../fonts/manrope-regular.woff') format('woff'), url('../fonts/manrope-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}