body {
	background: #292929;
	color: #ededed !important;
	padding: 20px;
	margin-bottom: 60px;
	/* Margin bottom by footer height */
}

a {
	color: #ff7011;
}

a:hover, a:focus {
	color: #ff9911;
}

a:active {
	color: #ff9911;
}

.copyleft {
	display: inline-block;
	transform: rotate(180deg);
}

.copyleft::after {
	content: "\00a9";
}

/* Sticky footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 98%;
	height: 60px;
	/* Set the fixed height of the footer here */
	line-height: 60px;
	/* Vertically center the text there */
	/*background-color: #f5f5f5;*/
}

/*
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}*/
