html {
  font-size: 100%;
} /*16px*/

body,
input {
  /* font-family: 'Circular Std', sans-serif; */
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

body {
  margin: 0;
}

h1,
h2,
h3,
p,
ul,
ol,
table {
  max-width: 40rem;
  margin: 0 auto;
}
h1,
h2,
h3,
p,
ul,
ol,
table {
  padding: 0 2rem;
}
ul,
ol {
  padding-left: 4rem;
  margin-bottom: 1rem;
}
p:has(> img) {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
img {
  width: 60rem;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Playfair Display', serif; */
  letter-spacing: 0.5px;
  margin: 3rem auto 1.38rem;
  font-weight: 500;
  line-height: 1.3;
}
h1 {
  margin-top: 2rem;
  font-weight: 700;
}

p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: hsl(204, 65%, 40%);
}

h1 {
  font-size: 2.488rem;
}
h2 {
  font-size: 2.074rem;
}
h3 {
  font-size: 1.728rem;
}
h4 {
  font-size: 1.44rem;
}
h5 {
  font-size: 1.2rem;
}

img {
  margin-bottom: 1rem;
}

header > div:first-child {
  display: grid;
  grid-template-columns: auto 1fr auto;
  font-weight: 600;
  letter-spacing: 1px;
}
header > div {
  max-width: 40rem;
  margin: 0 auto;
}

header {
  margin-bottom: 3rem;
}

footer,
header {
  background: hsl(204, 45%, 35%);
  padding: 1rem 2rem;
}
footer {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
header a:link,
header a:visited,
footer a:link,
footer a:visited {
  color: #eee;
}

header ul {
  padding: 2rem 0 2rem;
  text-align: right;
}
header li {
  display: block;
}
header .logo {
  display: none;
}

footer ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-items: space-between;
}
footer li {
  display: inline-block;
}

svg {
  max-width: 100%;
  margin: 0 auto;
}

table {
  width: 100%;
}

colgroup {
  display: none;
}

header .menu {
  display: none;
}

header .menu.show {
  display: block;
}

a:hover {
  opacity: 0.8;
}

#bottom-banner {
  display: block;
  margin: 0 auto;
  margin-top: 6rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 30em) {
  .split {
    grid-template-columns: 1fr;
  }
}
