body {
  background-image: url("images/sparkarena.jpg");
}
.footer {
  background: #061D25;
  padding: 10px 0;
  font-weight: 500;
}
.footer a {
  color: #FFFFFF;
  font-size: 30px;
  padding: 10px;
  border-right: 1px solid #70726F;
  transition: all .5s ease;
}
.footer a:first-child {
  border-left: 1px solid #70726F;
}
.footer a:hover {
  color: white;
}
.footer p {
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
}
.footer a {
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
}

.map-container-4{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-4 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}