html,
body {
  font-family: 'Noto Sans', sans-serif !important;
}

body {
  background: #BBDBB0;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans', sans-serif !important;
}

h1.main-title {
  font-weight: 800 !important;
  font-size: 48pt !important;
  letter-spacing: -2px;
  margin-bottom: 0.5em;
  color: #61B55C !important;
}

h1.main-title a {
  color: #61B55C !important;
  text-decoration: none;
}

h3 {
  font-weight: bold;
}

a.disabled {
  color: gray;
  pointer-events: none;
  text-decoration: none;
}

.container-max-680 {
  max-width: 680px !important;
}

.pl-3 {
  padding-left: 0.85em;
}

.logo {
  text-decoration: none !important;
  color: inherit !important;
}

.step-number,
.step-text {
  display: inline-block !important;
  vertical-align: top;
}

.step-number {
  width: 1.2em;
}

.step-text {
  max-width: 95%;
}

#message-sample {
  height: 8em !important;
}

.attribution {
  font-size: 0.8em !important;
}

@media only screen and (max-width: 460px) {

  h1.main-title {
    font-size: 6vh !important;
  }

  .page-text p {
    font-size: 16pt;
  }

  .step-text {
    max-width: 90%;
  }

  #message-sample {
    height: 10em !important;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    height: 2.5em !important;
    overflow: hidden !important;
  }

}