@charset "UTF-8";
html {
  background-image: url("https://theodor.be/graphic/bg-theodor.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*height: 100%;*/
}
body {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  font-family: "Futura Lt BT Light", "Open sans", "Times New Roman", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  padding: 25px;
  background-color: hsla(100, 100%, 100%, 0.7);
  /*height: 100%;*/
}
div {
  text-align: center;
}
h1 {
  font-size: 22vw;
  margin: 0px;
  padding: 0px;
  color: black;
  line-height: 19vw;
  margin-bottom: 2vw;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  display: inline;
  list-style-type: none;
  color: black;
  font-size: 18px;
  white-space: nowrap;
}
a {
  color: black;
  border-bottom: thin solid;
  padding-bottom: 6px;
  padding-top: 6px;
}
a:hover {
  border-bottom: thin dashed;
  color: black;
}
a:active, a:focus {
  color: #09C;
}
@media only screen and (min-device-width : 375px) and (max-device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
  li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  li {
    font-size: 16px;
  }
}