@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gyst;
  src: url('../fonts/Gyst-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: The Artisan;
  src: url('../fonts/the-artisan.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero {
  background-image: url('../images/9C0A7076.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.header {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 134px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: The Artisan, Arial, sans-serif;
  font-size: 218px;
  font-weight: 400;
  position: relative;
}

.amp {
  font-family: Gyst, Georgia, sans-serif;
  font-size: 140px;
  font-weight: 300;
  position: relative;
  top: -13px;
}

.h1-sub {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Gyst, Georgia, sans-serif;
  font-size: 33px;
  font-weight: 300;
  position: relative;
}

@media screen and (max-width: 991px) {
  .h1 {
    text-align: center;
    margin-bottom: -38px;
    font-size: 110px;
    line-height: 140px;
  }

  .amp {
    font-size: 80px;
    line-height: 140px;
    top: -7px;
  }

  .h1-sub {
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    justify-content: center;
    align-items: center;
  }

  .header {
    justify-content: center;
    align-items: center;
    margin-bottom: 239px;
  }

  .h1 {
    text-align: center;
  }

  .h1-sub {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header {
    margin-top: 0;
    margin-bottom: 178px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    text-align: left;
    font-size: 22vw;
    line-height: 91%;
  }

  .h1-sub {
    text-align: left;
    font-size: 4vw;
    font-weight: 400;
    line-height: 100%;
  }

  .body {
    font-size: 30px;
  }
}


@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gyst';
  src: url('../fonts/Gyst.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Artisan';
  src: url('../fonts/the-artisan.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}