@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&display=swap');
body {
  font-family: "BenchNine", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 20px;
}
h1 {
  margin-bottom: 10px;
  font-weight: normal;
}
h2 {
  margin-bottom: 10px;
  font-weight: normal;
}
h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

a {
  color: #45b202;
  text-decoration: none;
  white-space: pre;
}
a:hover {
  color: #45b202;
  text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}
b, strong {
    font-family: "BenchNine", serif;
    font-weight: 300;
    font-size: 18px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.footerh3 {
  margin-bottom: 1px;
  margin-top: 12px;
}
a.footer{
  color: black;
  text-decoration: underline;
  margin-left: 0;
}
a.footer:hover{
  color: #373738;
  text-decoration: none;
}
input{
  width: 370px;
  border:2px solid #919090;
  background-color: #f8f8f8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
}
textarea{
  min-width: 100px;
  max-width: 396px;
  width: 100%;
  min-height: 200px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #919090;
  border-radius: 6px;
  background-color: #f8f8f8;
}
.button1 {
  background-color: white;
  color: black;
  border-radius: 6px;
  border: 2px solid #919090;
  transition-duration: 0.4s;
  padding: 14px 64px;
  font-size: 17px;
  margin-top: 10px;
  width:396px;
}
.button1:hover {
  background-color: #919090;
  color: #fff;
  transition: 200ms;
}
span {
  font-family: "BenchNine", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 650px) {
  body {
    font-size: 10px;
  }
}