body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  background-color: hsl(230, 25%, 90%);
}

header,
nav,
main,
footer {
  width: 100%;
}

header,
footer {
  background-color: hsl(210, 50%, 30%);
  color: white;
  text-align: center;
  padding: 0.25rem 0;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

header h2 {
  font-weight: 200;
  margin-top: -1em;
}

header h1,
header h2 {
  text-shadow: 0 2px 1px rgba(0,0,0,0.75);
}

header img {
  width: 90px;
  height: auto;
}

header .headings {
  display: flex;
  flex-direction: column;
}

a {
  color: hsl(40, 80%, 30%);
}

footer a {
  color: hsl(40, 80%, 70%);
}

nav {
  background: hsl(40, 80%, 70%);
  width: 100%;
  text-align: center;
}

nav button {
  border: none;
  background: none;
  color: black;
  font-weight: bold;
  padding: 1em 0;
  width: 100%;
}

nav ul.hidden {
  display: none;
}

nav ul {
  padding-left: 0;
  margin: auto;
  border-top: 2px solid hsl(40, 80%, 30%);
}

nav ul li {
  list-style-type: none;
  text-align: center;
}

nav ul li.current a {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

nav ul li a {
  display: block;
  padding: 0.5rem;
  color: black;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: white;
  font-weight: bold;
}

main {
  /* background-color: white; */
  text-align: center;
}

main h2 {
  color: hsl(210, 50%, 30%);
}

main section {
  background-color: #eee;
  border: 2px dotted #999;
  margin: 1em 0;
}
