/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	}

body {
/* Margin bottom by footer height */
	margin-bottom: 60px;
	background-color: #ffe4e1;
	margin-top: 60px;
	color: #8b4513;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #faf0e6;
	text-align: center;
}

.centered {
	margin: 0 auto;
	width: 250px;
}

.second-centered {
	margin: 0 auto;
	width: auto;
	max-width: 1000px;
}

.err-div {
	text-align: center;
}

ul {
	text-align: center;
	list-style: none;
	margin-top: 30px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
}

li {
	background-color: #ff7f50;
	border-radius: 45%;
	font-size: 1.5em;
}

.big-button {
	display: block;
	margin: 20px 5px 20px;
	padding: 5px 5px;
	border-radius: 45%;
}

a:hover {
	font-weight: 700;
	text-decoration: underline overline;
}

header {
	background-color: #faf0e6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	font: red;
	text-align: center;
}

.text-muted {
	color: #8b4513;
}

.ff {
	border: 1px dotted #ffdab9;
	height: auto;
	background-color: #faf0e6;
	padding: 5px;
}

.link-list {
	margin: 10px;
}

.row {
	height: auto;
	padding: 0;
}