@font-face {
  font-family: "Avant Garde";
  src:
    url("avant_garde_bold.woff2") format("woff2"),
    url("avant_garde_bold.woff") format("woff");
}
body {
  background: url("images/headerbg.webp"), url("images/tile.webp");
  background-repeat: no-repeat, repeat;
  background-position: top center;
  line-height: 1.5;
  font-size: 62.5%;
  background-color: black;
  margin: 0;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}

main {
  padding: 2em;
  width: 700px;
  margin: auto;
  border-style: solid;
  border-width: 0 128px 256px 128px;
  border-image-source: url("images/backer2.webp");
  border-image-slice: 0 128 256 128;
  border-image-repeat: stretch;
}

nav {
  font-weight: normal;
  width: 1050px;
  margin: auto;
  text-align: right;
  font-size: 2em;
  background-color: #403a1d;
  background: linear-gradient(
    45deg,
    rgba(240, 141, 70, 1) 0%,
    rgba(161, 64, 89, 1) 35%,
    rgba(35, 66, 107, 1) 65%,
    rgba(35, 48, 68, 1) 100%
  );
}

/* Language selector style */
.language-selector {
  position: relative;
  display: inline-block;
}
.language-selector-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.language-selector-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.language-selector-content a:hover {
  background-color: #f1f1f1;
}
.language-selector:hover .language-selector-content {
  display: block;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avant Garde", Helvetica, Arial, sans-serif;
}
nav a {
  color: white;
  filter: drop-shadow(4px 4px 4px #352508);
}
header {
  height: 173px;
}
footer {
  color: white;
  width: 900px;
  margin: auto;
  padding: 0em;
}
h2 {
  font-size: 3em;
  margin-top: 0;
}
h3 {
  font-size: 2em;
}
p,
li,
dt,
dd {
  font-size: 1.8em;
}
li li {
  font-size: 1em;
}
main a {
  color: #61a8ff;
}
hr {
  margin: 1.3em 0;
}
footer img {
  color: black;
  display: block;
  float: right;
  width: 30%;
  margin-left: 1.5em;
}
small {
  font-size: 0.5em;
}

.usable-area {
  width: 1000px;
  margin: auto;
}
.log {
  height: 400px;
  display: block;
  margin: auto;
}

#logo {
  width: 40%;
}
