@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: !important 35px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  background-color: #000;
}

.container1 {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container1 .text-muted {
  margin: 20px 0;
}