@font-face {
  font-family: 'Bodoni';
  src: url("/goodbye_assets/Bodoni-Medium.woff2") format('woff2'),
       url("/goodbye_assets/Bodoni-Medium.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  min-height: 100vh;
}

body {
  background-color: white;
  color: #3b3938;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

h1, h2 {
  margin: 0;
}

p {
  margin: 1em 0;
}

header, main, footer {
  width: 100%;
  text-align: center;
}

header, footer {
  height: 50px;
}

header {
  background: #252423;
}

header img {
  width: 120px;
  margin-top: .6em;
}


main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

main > div {
  padding: 2em 2em;
}

main .illustration-banner {
  height: 200px;
  z-index: -10;
  background: url("/goodbye_assets/illus.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}

main .thank-you-banner {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .thank-you-banner h1 {
  font-family: Bodoni;
  font-size: 24px;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  display: block;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;

}

main .thank-you-banner img {
  height: 40px;
  margin: 1em auto 0 auto;
  display: block;
}

main .products-banner {
  height: 120px;
  background: url("/goodbye_assets/products.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main .etsy-banner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .etsy-banner a {
  color: #3b3938;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #3b3938;
  border-radius: 2px;
  padding: .5em 2em;
  display: inline-block;
  font-size: 1.1em;
  margin-top: 1em;
}

main .etsy-banner a span {
  color: #F86500;
}

footer {
  background: #f0f0f0;
}

/* Tablet ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
  header img {
    margin-top: 1em;
  }

  main > div {
    padding: 2em 2em;
  }

  main .illustration-banner {
    height: 300px;
  }

  main .thank-you-banner h1 {
    font-size: 42px;
    line-height: 1.25em;
    max-width: 700px;
  }

  main .thank-you-banner img {
    height: 60px;
  }

  main .etsy-banner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1025px) {
  header img {
    margin-top: .75em;
    width: 140px;
  }

  main > div {
    padding: 2em 2em;
  }

  main .illustration-banner {
    height: 400px;
  }

  main .thank-you-banner  {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  main .thank-you-banner h1 {
    font-size: 42px;
    line-height: 1.25em;
  }

  main .thank-you-banner img {
    height: 60px;
  }

  main .etsy-banner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  main .etsy-banner a {
    font-size: 1.2em;
  }
}
