html {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

/* Index page */
.shihumane-color {
  background-color: #fcfcfc;
}
.margin10px {
  margin: 10px;
}
.margin20px {
  margin: 20px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.appstoreicon {
  border: 1px solid #ffffff;
  border-radius: 20%;
}
.appstoreicon-gray {
  border: 1px solid #eeeeee;
  border-radius: 20%;
}
.form {
  height: 790px !important;
}
.address {
  width: 20rem;
}
.address-en-margin {
  margin-top: 8px;
}

/* Sub pages */
.margin-top-10px {
  margin-top: 10px;
}
.margin-top-20px {
  margin-top: 20px;
}
.margin-left-20px {
  margin-left: 20px;
}
.list-inside {
  list-style: inside;
}
.sub-page .section {
  padding: 1rem 1.5rem !important;
}
.lang-switch {
  margin-top: 8px;
}
.lang-switch a {
  color: #3273dc;
  text-decoration: underline;
}
.gdpr-section {
  border-left: 3px solid #3273dc;
  margin-left: 4px;
  padding-left: 1.5rem !important;
}
