/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  /*position: absolute;*/
  position: fixed;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;
  line-height: 60px;*/ /* Vertically center the text there */
  /* height: 60px; */
  /*height: 52px;*/
  line-height: 23px;
  /*background-color: #f5f5f5;*/
 /*background-color: #383f48;*/
  background-color: #fff7d8;
  /*z-index: 999;*/
  font-size: 14px;
   
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  /*padding: 60px 15px 0;*/
  padding: 10px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
    color: #000 !important;
}