/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
#footer {
  position: fixed;
  top: 82%;
  width:100%;
  height: 60px;
  background-color: #5E9BC8;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-fluid .text-muted {
  margin: 15px 0;
}
.text-muted{color:#ffffff !important;}
.text-muted a{color:#ffffff !important;}