/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300;500;700&display=swap");

body {
  margin: 0;
  padding: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Inter", Roboto, Helvetica, Arial, sans-serif;*/
  font-family: "Signika", sans-serif !important;
  border: none;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 300;
  vertical-align: baseline;
  font-optical-sizing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#email_tester {
  margin: 20px 0px;
  border: 1px dashed black;
  padding: 20px;
  text-align: center;
}

#email_tester a {
  text-decoration: none;
  font-weight: 900;
  color: black;
}

#q {
  padding: 20px 10px;
  border-bottom: 1px solid #cfcfcf;
}

#banner {
  background-color: #ffea00;
  color: black;
  padding: 0.5% 1%;
  width: 98%;
  text-align: center;
  font-size: 0.8em;
}

.heyben_logo {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#signin_top {
  margin-top: 80px;
}

.lang_switch {
  font-size: 0.7em;
  padding: 0px 15px 0px 0px;
}

#header_top {
  margin: 90px 0px 70px 0px;
  padding: 0px 0px 50px 0px;
}

.login_top {
  padding: 8px 14px;
  border-radius: 15px;
  font-size: 0.8em;
  font-weight: 900;
  background-color: #eeeeee;
}

.login_top a {
  text-decoration: none;
}

#header_left {
  float: left;
  width: 49%;
}

#header_right {
  float: left;
  width: 49%;
  text-align: right;
}

#clear {
  clear: both;
}

mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#invite_pic {
  border-radius: 50%;
  height: 80px;
}

#content {
  width: 100%;
  line-height: 1.6em;
  color: #333b4b;
  padding: 0px 0px 0px 0px;
}

#picture {
  margin: 0px 0px 0px 0px;
}

#hero {
  width: 100%;
}

#signup_t {
  border-top: 1px solid #e2e2e2;
  margin: 40px;
}

.signup_small {
  font-size: 0.8em;
  color: #009c19;
}

.signup_small_footer {
  font-size: 0.7em;
  color: #878787;
}

.signup_small strong {
  font-weight: 600;
}

#wrapper {
  margin: 0 auto;
  width: 700px;
}

h1 {
  font-size: 75px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  color: #000;
}

h2 {
  line-height: 1.1em;
  font-size: 30px;
  font-weigth: 900;
  color: #000;
}

h3 {
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  color: #000;
}

#mobile {
  dispaly: none;
}

#left {
  float: left;
  width: 40%;
  padding: 4%;
}

#right {
  float: left;
  width: 50%;
  padding-top: 5%;
}

#logo {
  margin-top: 4px;
  height: 32px;
}

#screenshot {
  width: 100%;
}

a {
  color: #8f8f8f;
}

#centerdiv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 50%;
  padding: 20px;
  background: #fff;
  color: #000;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#footer {
  border-top: 1px solid #ededed;
  margin: 55px 0px 0px 0px;
  padding: 25px 0px 50px 0px;
  text-align: left;
  font-family: "Signika", sans-serif !important;
  color: #acacac;
  line-height: 1.6em;
  font-size: 0.65em;
}

@media only screen and (max-width: 800px) {
  body {
    padding: 20px 20px 0px 20px;
    font-size: 1em;
  }

  #logo {
    height: 28px;
  }

  h1 {
    line-height: 1.1em;
    color: #000;
    font-size: 40px;
    font-weigth: 900;
    letter-spacing: -0.042em;
  }

  #right {
    display: none;
  }
  #mobile {
    display: inline !important;
    width: 100%;
  }
  #left {
    width: 100%;
    float: none;
    padding: 0 0 40px 0px;
    margin: 0;
  }

  #content {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #333b4b;
    letter-spacing: -0.022em;
    padding: 10px 0px 10px 0px;
  }

  #picture {
    margin: 0px 0px 0px 0px;
  }

  #wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
