html,
body {
  height: 100%;
  background-color: #59656B;
}
body {
  color: #fff;
  text-align: center;  
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;  
}
.wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.main-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Cover
 */

.main {
  padding: 0 20px;
}


/*
 * Footer
 */

.footer {
  color: #bfbfbf; /* IE8 proofing */
  
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .footer {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .footer,
  .main-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .footer,
  .main-container {
    width: 700px;
  }
}