footer {
}

footer p {
	margin: 0;
}

footer nav {
	display: flex;
	justify-content: space-around;
}

footer nav ul {
	display: flex;
	justify-content: space-between;
}

footer nav li {
	align-items: center;
	display: flex;
}

footer nav li a {
	color: #FFF;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
}

footer nav li a:hover {
	text-decoration: none;
}

footer p {
	padding-top: 135px;
	text-align: center;
}

.too-old {
	background: url('../images/images/ballon.png') no-repeat scroll 50% 0 transparent;
	bottom: 0;
	font-size: 12px;
	height: 85px;
	padding: 10px;
	position: fixed;
	right: 0;
	width: 230px;
}

@media only screen and (max-width: 700px) {

	footer nav ul {
		flex-direction: column;
	}

}