/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer 
{
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  line-height: 11px;
  font-size: 14px;  
}


.footer-menu
{
  background-image: linear-gradient(to right, #EAC171, #daa24b, #ca8b31, #B86F15);
  padding:4px 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
    color: #FFF !important;
    height: 25px;
    margin: 8px 0;
    font-size: 25px !important;
    text-shadow: none;
}

.footer-copyright 
{
   background: #041810;
  /*background-image: url(../img/appimages/Background1.png);
  background-repeat: no-repeat;
  background-size: cover;*/
}
