/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-bottom: 60px;*/ /* Margin bottom by footer height */
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #1e262c;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.09);
}
.footer-list {
	flex-direction: row;
	list-style: none;
	margin-bottom: 0px;
	padding: 30px 20px 20px 20px;
}
.footer-list > li {
	display: inline;
	padding-right: 0.9em;
    margin-right: 0.5em;
	border-right: 1px solid #bdbdbd;
	font-size: 10pt;
}
.footer-list > li > a, .link-dev {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.5);
}
.footer-list > li > a:hover, .link-dev:hover {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.5);
}
.credits {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 10pt;
	padding-bottom: 30px;
}