.body {
  background-color: #1e2120;
  font-family: Poppins, sans-serif;
}

.home-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.home-header-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.home-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  display: none;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #f8f8f8;
  color: #f8f8f8;
  font-size: 8.5rem;
  line-height: 110px;
  font-weight: 800;
  letter-spacing: -3px;
}

.home-sub-header-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-sub-header-inner {
  display: block;
  max-width: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.paragraph {
  display: block;
  margin-bottom: 0px;
  padding: 0px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Mackay, sans-serif;
  color: #f8f8f8;
  font-size: 2rem;
  line-height: 36px;
  font-style: italic;
  font-weight: 100;
  text-align: left;
}

.button {
  width: 200px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  color: #1e2120;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.link {
  padding-left: 20px;
  font-family: Mackay, sans-serif;
  color: #f8f8f8;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.hero-img {
  max-width: 100%;
  padding: 20px;
}

.hero {
  max-width: 100%;
  padding: 20px;
  color: #f8f8f8;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-img-wrap {
  width: 320px;
}

@media screen and (min-width: 1920px) {
  .body-content {
    display: block;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-header {
    height: 100vh;
  }

  .home-header-inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Mackay';
  src: url('../fonts/Mackay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mackay';
  src: url('../fonts/Mackay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}