/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 padding:28px 0px;
 text-align:center;
  line-height: 0px; /* Vertically center the text there */
  background-color: #background:#0066cc;;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

