/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.header {
  position: absolute;
  top: 0;
  background-color: #333;
  width: 100%;
  height: 10px; /* Set the fixed height of the footer here */
  line-height: 10px; /* Vertically center the text there */
}
.footer {
  position: absolute;
  bottom: 0;
  background-color: #333;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
}

.footer a {
  color: whitesmoke;
  text-decoration: none;
}
.footer a:hover {
  color: whitesmoke;
  text-decoration: none;
}
.footer p {
  color: whitesmoke;
}