html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: 'Shippori Mincho', serif;
  color: #000; }

a:link {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:visited {
  color: #333; }

a:hover, a:focus {
  text-decoration: none;
  color: black; }

img {
  border: none; }

h1 {
  text-align: center;
  margin: 20px auto 8px auto;
  padding: 0;
  z-index: 1; }

.social {
  width: 36px;
  height: 36px;
  margin: 64px auto 0 auto;
  z-index: 100;
  text-align: center; }
  .social .svg {
    width: 36px;
    height: 36px;
    fill: #3e7e7f; }
    .social .svg:hover {
      fill: #005267; }

#cover {
  text-align: center;
  margin: 0 auto;
  padding-top: 68px;
  z-index: 1; }
  #cover img {
    max-width: 100%;
    height: auto; }

.cover, .profile {
  background: #fff;
  width: 100%;
  height: 100%; }
  .cover img, .profile img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.profile {
  display: none;
  z-index: 100;
  position: absolute; }
  .profile img {
    padding-bottom: 32px; }

#close {
  top: 32px;
  right: 32px;
  left: auto;
  bottom: auto;
  position: absolute;
  display: none;
  z-index: 200; }

.copyright {
  text-align: center;
  top: auto;
  margin: 12px auto 20px auto;
  font-size: 10px;
  letter-spacing: 1px; }

.link {
  z-index: 10;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1; }
  .link li {
    line-height: 1;
    display: inline-block;
    height: 12px;
    padding: 0 1.2em;
    margin: 0;
    border-right: 1px solid #777;
    font-size: 12px;
    letter-spacing: 1px; }
    .link li img {
      vertical-align: top; }
    .link li:last-child {
      border-right: none; }
