/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.footer2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #7F8A94;
}
a.f2link:link {color:#FFFFFF;}
a.f2link:visited {color:#FFFFFF;}
a.f2link:hover {color:#FFFFFF;text-decoration:underline}

.text-muted2 {
  color: #FFFFFF;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
  margin: 20px 0;
}

.container .text-muted2 {
  margin: 10px 0 0 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}