* {
  box-sizing: border-box;
}

body {
  min-height: 100%;
  margin: 0;
  font: 16px arial, verdana, sans-serif;
  background: #f6f6f6;
  padding: 60px 60px 151px;
  position: relative;
}

header {
  width: 100%;
  max-width: 400px;
}

header .logo {
  width: 100%;
}

header h1 {
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}

header h2 {
  font-size: 1.4em;
  margin: 5px 0 20px 0;
}

section.main address {
  font-style: normal;
  padding: 10px 0 0;
  font-size: .9em;
  line-height: 1.7em;
}

section.main address span {
  display: block;
}

section.main address a {
  color: #000;
  text-decoration: none;
}

section.main address a:hover {
  text-decoration: underline;
  color: #ff020b;
}

footer {
  background: #897d74;
  width: 100%;
  height: 31px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(255,255,255,1);
}

footer .footer-chair {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .credit {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 1001;
  padding: 0;
  overflow: hidden;
}

footer .credit a {
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
  font-size: .8em;
  color: inherit;
  text-decoration: none;
  display: block;
  color: rgba(255,255,255,.25);
  text-shadow: 0 0 5px rgba(0,0,0,.3);
}

footer .credit a:hover {
  color: rgba(255,255,255,.45);
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
