@font-face {
  font-family: "gt-corporate";
  src: url("../fonts/GT-Corporate-Web.woff2") format("woff2");
}
body {
  background-color: #222;
  width: 100%;
  margin: 0;
  color: white;
  font-family: "gt-corporate", Helvetica;
  letter-spacing: 0.05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h2 {
  font-size: 3em;
  font-weight: normal;
}

ul {
  width: 100%;
  padding: 0.5em 2em 1em 2em;
  box-sizing: border-box;
}
ul li {
  list-style: none;
  border-bottom: 1px solid white;
}
ul li h2 {
  width: 80%;
  margin: 0.2em 0;
  display: inline-block;
}
ul li span.arrow {
  font-size: 3em;
  font-feature-settings: "ss03" 1;
  display: inline-block;
  right: 0;
  text-align: right;
  width: 20%;
}

header, footer {
  padding: 0.5em 2em 1em 2em;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.container .home {
  display: inline;
}
.container .cover {
  position: relative;
  width: 36%;
  border-radius: 5px;
  box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.2), 10px 10px 30px rgba(0, 0, 0, 0.3);
}
.container .cover img {
  width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.container .cover .header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  position: absolute;
  top: 1em;
}
.container .cover .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "variable";
}
.container .cover .footer {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  position: absolute;
  bottom: 2em;
}

footer {
  bottom: 0;
}
a {
  text-decoration: none;
  border-bottom: 1px solid white;
  color: white;
}
a:hover {
  color: #aaa;
  border-bottom: 1px solid #aaa;
}

ul li a {
  border-bottom: none;
}
ul li a:hover {
  border-bottom: none;
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: 2em;
  }

  ul li span.arrow {
    font-size: 2em;
  }

  .container .cover {
    width: 80%;
  }
}
