body {
	display: table;
	margin: 96px auto 96px auto;
  padding: 5%;
}

section > ul {
  list-style-type: none;
  padding-left: 0;
}

section > ul > li {
  padding-bottom: 8px;
}

section > ul > li > a {
  display: inline-block;
  width:120px;
}

@media screen and (max-width: 600px) {
  section > ul > li > a {
    display: block;
    padding-bottom: 4px;
  }
}

/* imprint */

.imprint {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 12px;

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  size: 8px;
  color: #AAAAAA;
  font-weight: lighter;
}

.imprint > a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
}

.imprint > a:link, .imprint > a:visited {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
}

.imprint > a:hover {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
}

/* logo */

.logo header {
  margin-bottom: 48px;
}

.logo h1 {
  display: block;
  margin: 0px auto 0px auto;
  border: 0px solid #ffffff;
  width: 192px;
  height: 192px;
  background-image: url(../favicon/monoid_192.png);
  font-size: 0;
}

/* people */

.people {
  margin-top: 32px;
}

.people h1 {
  width: 16px;
  height: 16px;
  background-image: url(../img/people.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}

/* games  */
.games {
  margin-top: 32px;
}

.games h1 {
  width: 16px;
  height: 16px;
  background-image: url(../img/games.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  /* content: ""; */
}

/* .games > h1:before {
  background-color: green;
  padding: 0 20px;
  content: " ";
} */

/* .games > h1:after {
  background-color: red;
  padding: 0 20px;
  content: " ";
} */

/*
https://impossiblue.github.io/log/170326/index.html
*/

/* contact */

.contact {
  margin: auto;
  margin-top: 64px;
  width: 33%;
  min-width: 240px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact > h1 {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 0;
  content: "";
}

.contact > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  content: "";
}

/* social */

.twitter {
  background-image: url(../img/social/twitter.svg);
}

.reddit {
  background-image: url(../img/social/reddit.svg);
}

.facebook {
  background-image: url(../img/social/facebook.svg);
}

.youtube {
  background-image: url(../img/social/youtube.svg);
}

.email {
  background-image: url(../img/social/email.svg);
}

