/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 127px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 97px;
  margin-top:30px;
  /* border-top:dashed thin rgba(232,211,120,0.5); */
  background-color: #000;
}


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

body > .container {
  padding: 0 15px 0;
}
.container .text-muted {
  margin: 20px 0;text-align:center;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  font-size:12px;
  font-weight:400;
  font-family:'Open Sans',sans-serif;
}

code {
  font-size: 80%;
}
