:root {
  --white: white;
  --red: #e00d34;
  --black: black;
}

body {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 25px;
}

.hero-heading {
  color: var(--red);
  font-family: Dancingscript Variablefont, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1em;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rich-text-block {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.body {
  background-color: var(--red);
}

.text-span {
  font-size: 90px;
}

.emoji {
  font-size: 80px;
}

.map {
  text-align: center;
  width: 700px;
  max-width: 100%;
  height: 300px;
  max-height: 100%;
}

.hero-section {
  background-color: var(--white);
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  box-shadow: 0 6px 5px 3px rgba(0, 0, 0, .2);
}

.text-center {
  text-align: center;
}

.audio {
  width: 700px;
  max-width: 100%;
  height: 120px;
  max-height: 100%;
}

.audio-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  display: flex;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .4);
}

.section {
  padding-bottom: 5rem;
}

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

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 140px;
  }

  .rich-text-block {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 22px;
    line-height: 28px;
  }

  .text-span {
    font-size: 70px;
  }

  .emoji {
    font-size: 60px;
  }

  .hero-section {
    min-height: 40vh;
  }

  .audio {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 95px;
  }

  .rich-text-block {
    font-size: 19px;
    line-height: 27px;
  }

  .text-span {
    font-size: 50px;
  }

  .emoji {
    font-size: 40px;
  }

  .audio {
    width: 100%;
  }

  .button {
    transition: transform .2s;
  }

  .button:active {
    transform: scale(.95);
  }
}


@font-face {
  font-family: 'Playfair Variablefont';
  src: url('../images/') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sacramento';
  src: url('../fonts/Sacramento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript Variablefont';
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}