.scrolling-wrap {
	width: 100% !important;
	padding-top: 6px;
	height: 90px;
}

iframe.scrolling {
	width: 100% !important;
	height: 90px;
}

.footer {
	margin-top: 20px;
}

.scrolling-container {
	background-color: #be0000;
	position: relative;
	height: 90px;
	
}

.footer-links {
	height: 120px;
	background-color: #3d3d3d;
}
.footer-links ul {
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.footer-links ul li {
	display: inline-block;
	margin-left: 50px;
	list-style: none;
}

.footer-links ul li:first-of-type {
	margin-left: 0px;
}

.footer-links ul li a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Heebo', sans-serif;
	color: white;
	text-decoration: none;
	cursor: pointer;
}


.copyright {
	text-align: center;
	font-size: 20px;
	font-family: 'Heebo', sans-serif;
	background-color: #3d3d3d;
	color: white;
	line-height: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
		
}