@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 24px;
  text-align: center;
  margin: 1rem;
}
body {
  background: #f7f7f7;
  color: #393737;
  font-family: "Noto Sans";
  width: 1024px;
  margin: 0 auto;
  line-height: 1.8rem;
}
h1,
h2,
h3,
h4 {
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-size: 2.8rem;
  margin-top: 6rem;
}
img {
  margin: 4rem 0 2rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 2rem 0 0;
}
h4 {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #c2c1c1;
  font-family: "Noto Sans";
}

p {
  font-size:0.9rem;
  font-weight: 300;
  color: #626161;
  margin-top: 2rem;
  text-align: left;
}
ul {
  text-align: left;
  font-size: 0.8rem;
  margin-left: 2rem;
}
ul.nav {
  display: flex;
  margin-left: 0;
}
ol {
  text-align: left;
  margin-left: 2rem;
  color: #626161;
  font-weight: 300;
}
ul.nav li {
  list-style: none;
  margin-right: 1rem;
}
.thumbs {
  display: flex;
}
.thumbs img {
  width: 30%;
  margin: 1.5%;
}
a {
  text-decoration: none;
  color: #929191;
  text-underline-offset: 8px;
}
a.selected {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
#zipcode,
button {
  font-family: "Noto Sans";
  font-size: 1.4rem;
  width: 14rem;
  margin: 0 auto;
  line-height: 1.8rem;
}
