body {
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.55em;
}

h1 {
  text-indent: -9999px;
  height: 320px;
  background-image: url(../images/logo640px.png);
  background-size: 320px 320px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 20px;
}

h2 {
  font-size: 36px;
  line-height: 68px;
}

h2 a {
  color: #fff;
}

h2 a:hover {
  text-decoration: none;
}

time {
  opacity: 0.6;
  font-size: 15px;
  margin: -6px 0 20px;
  display: block;
}

a {
  color: #147bf3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  max-width: 720px;
  margin: auto;
}

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  color: #000;
}

#cookies section {
  position: relative;
  max-width: 720px;
  margin: auto;
}

#cookies-close {
  display: block;
  color: #000;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  line-height: 68px;
  text-align: center;
  transition: 0.3s;
  padding: 0 8px;
}

#cookies-close:hover {
  background-color: #eee;
  text-decoration: none;
}

article {
  margin-bottom: 32px;
  padding: 0 10px;
}

p, .screenshots {
  margin-bottom: 24px;
}

.screenshots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.screenshots > a {
  border: 1px solid #444;
  margin: 4px;
}

.screenshots img {
  width: 192px;
  height: 135px;
}

#abduction-loading-screen {
  display: block;
  margin: 56px auto 48px;
  max-width: 100%;
}

.youtube-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  max-width: 480px;
  height: 0;
  margin: 0 auto 32px;
}

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.team li {
  margin: 20px 40px;
}

.team img {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team span {
  display: block;
  line-height: 32px;
  font-size: 14px;
}

footer {
  color: #aaa;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin-top: 36px;
}
