
@font-face {
  font-family: 'MaruBoldOblique';
  src: url('./fonts/GT-Maru-Bold-Oblique.woff2') format('woff2'), url('./fonts/GT-Maru-Bold-Oblique.woff') format('woff');
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.image {
  max-height: none;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.heroimage {
  text-align: center;
}

.lockup {
  max-width: 640px;
  margin: 140px auto 60px;
  text-align: center;
}

.lockup-news {
  max-width: 640px;
  margin: 0px auto 32px;
  text-align: center;
}

.lists{
  text-align: left;
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 64px;
}

.signup {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-field {
  width: 264px;
  height: 60px;
  max-width: 264px;
  border-radius: 30px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

.mc_embed_signup {
  max-width: 264px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  width: 264px;
  height: 60px;
  border-radius: 30px;
  background-color: #000;
  font-family: MaruBoldOblique, sans-serif;
  font-size: 18px;
}

.image-2 {
  max-width: 60%;
}

.body {
  max-height: 800px;
  background-color: #ffec56;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wordmark {
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading {
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
}

.section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraph-news {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraph-news-list {
  display: inline-block; 
	text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin: 0; 
  padding: 0;
}

.heading-2 {
  margin-top: 64px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.container-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.bigbutton {
  display: block;
  overflow: scroll;
  width: 264px;
  height: 60px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: #000;
  font-family: MaruBoldOblique, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.appstorebadge {
  height: 25px;
  margin-top: 10px;
}

.applebadge {
  height: 25px;
  margin-top: 10px;
}

.googlebadge {
  width: 95px;
  margin-top: 10px;
}

.columns {
  display: inline-block;
  max-width: 640px;
  margin-top: 100px;
}

.herocolumn {
  padding-right: 30px;
  padding-left: 30px;
}

.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.footertext {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  margin-bottom: 64px;
}

.footerlinks {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .lockup {
    max-width: 278px;
    margin-top: 0px;
  }
  .lockup-news {
    max-width: 640px;
    padding-left: 32px;
    padding-right: 32;
    text-align: center;
  }
  .text-field {
    overflow: hidden;
    width: 132px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  .submit-button {
    width: 132px;
    height: 30px;
    font-size: 12px;
    line-height: 10px;
  }
  .form {
    text-align: center;
  }
  .header {
    margin-left: 0px;
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }
  .heading-2 {
    margin-top: 36px;
    font-size: 18px;
    line-height: 20px;
  }
  /* .bigbutton {
    width: 132px;
    height: 30px;
    font-size: 12px;
    line-height: 13px;
  } */
  .herocolumn {
    margin-bottom: 60px;
  }
}
