/* Sticky footer styles
-------------------------------------------------- */
html {
   position: relative;
   min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}

.header .container {
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #245580;
}

.footer .container {
  //width: auto;
  //max-width: 680px;
  padding-top: 15px;
}

.container .text-muted {
  margin: 20px 0;
}
