@charset "utf-8";

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*
  height: 60px;
  background-color: #f5f5f5;
*/
  background-color: #ffffff;
  border-top: ridge #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

@media (max-width: 767px) {
  .container .text-muted {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .text-muted {
    margin: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container .text-muted {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .container .text-muted {
    margin: 20px 0;
  }
}
