body {
  font-family: helvetica, verdana, sans-serif;
  padding-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
header {
  width: 100%;
  min-height: 400px;
  max-height: 33vh;
  height: 100%;
  background-image: url("../img/fateakatemia-header.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: #115577 3px solid;
  -webkit-box-shadow: inset 0px -16px 88px -47px rgba(122, 60, 42, 1);
  -moz-box-shadow: inset 0px -16px 88px -47px rgba(122, 60, 42, 1);
  box-shadow: inset 0px -16px 88px -47px rgba(122, 60, 42, 1);
}
.hpp-wrapper {
  background-color: #fff8f0;
  padding: 20px;
  border: 3px #997722 solid;
  border-radius: 1vw;
}
h1 {
  font-size: 5vw;
  color: #eee;
  text-shadow: 0px 0px 19px rgba(0, 0, 15, 1);
  letter-spacing: -0.2vw;
}
h1:before {
  display: block;
  content: " ";
  height: 200px;
  width: 25vw;
  margin: auto;
  max-width: 200px;
  background-image: url(../img/FateAkatemiaLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

main {
  padding: 0px;
  max-width: 960px;
  margin: auto;
}
.info {
  font-size: 1.2em;
  padding: 20px 5vw;
}
h2.hpp {
  height: 100px;
  text-indent: -100vw;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background-image: url("../hpp-images/hpp-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
ul.charimages {
  padding-top: 20px;
  border-top: 1px #555 solid;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
ul.charimages li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
ul.charimages img {
  border: 3px transparent solid;
  transition: all 0.3s;
}
ul.charimages a:hover img {
  border: 3px #997722 solid;
}
a {
  color: #997722;
}
a:visited {
  color: #775511;
}
a:active,
a:hover,
a:focus {
  color: #dd9933;
}
h3 {
  margin: auto;
  text-align: center;
}
.playlist {
  width: 100%;
  height: 400px;
}
