@import '//fonts.googleapis.com/css?family=Lobster';

@media screen, print {
  html {
    line-height: 1.61803398875;
  }

  iframe,
  img {
    border: 0;
  }
}

@media screen {
  html {
    background: #333;
    color: #eee;
    font-family: arial, sans-serif;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
  }

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

  em {
    font-style: normal;
    font-weight: bold;
  }

  b {
    color: #999;
    font-weight: normal;
  }

  a {
    color: #f90;
    text-decoration: none;
  }

  a:focus,
  a:hover {
    text-decoration: underline;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Lobster, cursive;
    font-weight: 400;
    line-height: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  aside,
  footer {
    text-align: center;
  }

  header {
    margin: 20px 0 40px;
  }

  header h1 {
    color: #f90;
    font-size: 7.5em;
    line-height: 0.8;
    margin: 0;
    overflow-wrap: break-word;
    text-shadow: 2px 1px 0 #f3f2e2;
  }

  header h1 a:focus,
  header h1 a:hover {
    text-decoration: none;
  }

  aside {
    margin: 20px 0;
  }

  aside ul {
    height: 32px;
  }

  aside ul,
  footer ul {
    margin: 0;
    padding: 0;
  }

  aside li,
  footer li {
    display: inline-block;
  }

  aside li {
    line-height: 32px;
    margin: 0 10px;
  }

  aside li a,
  aside li a::before {
    display: block;
    height: 32px;
    width: 32px;
  }

  aside li a {
    overflow: hidden;
    white-space: nowrap;
  }

  aside svg {
    fill: #fff;
  }

  footer {
    font-size: smaller;
    margin: 20px 0;
  }

  footer li + li:before {
    content: '★';
    padding: 0 6px;
  }

  footer p:last-child {
    color: #666;
  }
}

@media screen and (max-width: 720px) {
  header h1 {
    font-size: 6em;
  }
}

@media screen and (max-width: 480px) {
  header h1 {
    font-size: 4.5em;
  }
}

@media print {
  header,
  aside,
  footer {
    display: none;
  }
}
