/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000;
  z-index:1000;
}

.footer span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}


