html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
a {
  color: #777;
}
a:focus,
a:hover {
  color: black;
  text-decoration: none;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
  text-align: center;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.page-header,
.lead {
  text-align: center;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
