html {
	min-height:100%;
	position:relative;
}
body {
	background-color:#333;
	margin-bottom:80px;
}
.footer {
	background-color:#262626;
	bottom:0;
	position:absolute;
	width:100%;
}
.centerlogo {
	color:#f2f2f2;
	font-family:'Unica One';
	margin:auto;
	max-width:550px;
	padding-bottom:10px;
	width:100%;
}
.container {
	max-width:680px;
	padding:0 15px;
	width:auto;
}
.container .text-muted {
	margin:20px 0;
}
.floating-box {
	display:inline-block;
	height:38px;
	width:94px;
}
.sponsors {
	bottom:60px;
	margin:0 auto;
	max-width:720px;
	width:auto;
}
.sponsors > * {
	vertical-align:bottom;
}
.jumbotron {
	background-color:#262626;
	color:#f2f2f2;
	font-family:'Unica One', cursive;
}
svg .b {
	fill:#a02932;
	transition:500ms;
}
svg:hover .b {
	fill:#696A6D;
	transition:500ms;
}