html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
  background: #fafafa;
  color: #111;
  font-family: "Helvetica Neue", Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  overflow: auto;
}

a {
  color: #111;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

h1 {
  color: #4791d9;
  font-family: "Helvetica Neue", Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  padding-bottom: 0.2em;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px;
}

div.header {
  background-image: url("../Images/Cover.jpg");
  background-position: 60% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

div.content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

div.content p {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

p.links {
  color: #4791d9;
}

p.links a {
  -webkit-background-clip: padding;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  background: transparent;
  border-radius: 4px;
  border: 0;
  color: #4791d9;
  cursor: pointer;
  display: inline-block;
  padding: 4px;
}

p.links a:hover {
  background: #4791d9;
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 320px) {
  .long {
    display: none;
  }
}
