/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  /* Set the fixed height of the footer here */
  margin-top:200px;  
  height: 50px;
  background-color: #f5f5f5;
  text-align : center;
  /*background-image:linear-gradient(to bottom,#fff 0,#f3f3f3 100%)*/
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

 
