/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 10px;
   

}
.footer {
  position: absolute;
    top: 100%;
  width: 100%;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 25px;
  padding-left: 5px;
  /* Set the fixed height of the footer here */
  min-height: 320px;
 

  background-color: rgba(204,204,204,0.7);
    
}


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

