@font-face {
  font-family: PublicSans;
  src: url("/PublicSans-Regular.otf") format("opentype");
}

a,
a:link,
a:visited {
  color: #555;
}

a:focus,
a:hover,
a:active {
  color: black;
}

body {
  padding: 10px;
}

h1 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}

html {
  height: 100%;
  width: 100%;
  font-family: PublicSans;
  background-color: #F0F0F0;
  color: #333;
}

section {
  background-color: #FFFFFF;
  filter: drop-shadow(5px 5px 10px #C0C0C0);
  padding: 15px;
  margin-bottom: 30px;
}

details {
  margin-top: 10px;
}

details summary {
  text-decoration: underline;
  color: #555;
}

details summary:hover {
  text-decoration: underline;
  color: black;
  cursor: pointer;
}

.button-holder {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.button-holder a,
.button-holder a:link,
.button-holder a:visited {
  background-color: #5050C0;
  color: white;
  border-radius: 10px;
  padding: 7px;
  text-decoration: none;
}

.button-holder a:focus,
.button-holder a:hover,
.button-holder a:active {
  background-color: #7070C0;
}

.card {
  filter: drop-shadow(5px 5px 10px #C0C0C0);
  margin-bottom: 30px;
}

.skip-link {
  top: -100px;
  left: 0;
  position: absolute;
}

.skip-link:focus {
  top: 10px;
  background: #E0E0E0;
  padding: 3px;
}

#example-image {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

#example-image img {
  max-width: 100%;
  max-height: 40vh;
  border: 1px solid #C0C0C0;
  border-radius: 10px;
}

#head-card {
  padding: 0px;
  background-color: #FFFFFF;
}

#head-card nav {
  padding: 15px;
  background-color: #F5F5FF;
  text-align: center;
}

#head-card .inner {
  padding: 15px;
}