/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: #B6B6B6;
font-size: 12px;
}
