body {
  background-color: #FFFFFF;
  font-family: 'Futura', 'Roboto', sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

a {
  color: #111111;
  box-shadow: inset 0 -20px 0 #eaea17;
  border-bottom: 10px solid #eaea17;
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  text-decoration: none;
  box-sizing: border-box;
}

div.random {
  background-color: #ff0000;
  position:absolute;
  left: 0px;
  top:0px;
  border: 0px;
  padding: 0px;
  width: 100%;
  height: 100px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 100% 0%, 0% 0%);
  z-index: -1;
}

a:hover{
  background-color:#eaea17;
}

h1 {
  font-size: 10vmax;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3vmax;
}

h3 {
  margin-top: 0px;
  font-size: 2vmax;
}

div.content {
  position:fixed;
  left:10%;
  top:10%;
  width:80%;
}

div.background {
  background-image: url("../images/splash.jpg");
  background-position: center;
  opacity: 1;
  width:      100%;
  height:     100%;
  z-index:    -1;
  top:        0;
  left:       0;
  position:   fixed;
}
