@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100.1%;
  /* Set the fixed height of the footer here */
  height: 165px;
   background:url(../img/footer.jpg) no-repeat center center;
   background-size:cover;
   margin-left:-.1em;
   overflow:visible;
}

/*
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow:visible;
  
 
  height: 120px;
   border:0;
   background:url(../img/footer.jpg) no-repeat center center;
   background-size:cover;
   margin-left:-.1em;
}*/


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

/*
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
*/

