footer {
	position: relative;
	bottom: 0;
	height: 333px;
}

.upper-footer{
	position: absolute;
	top: 0;
	width: 100%;
	height: 268px;
	padding: 58px 30px 0 30px;
	background-color: #312C29;
}

.lower-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	line-height: 36px;
	padding: 15px;
	font-size: 36px;
	text-align: center;
	background-color: #A3A298;
	color: #312C29;
	overflow: hidden;
}

.lower-footer a {
	color: #312C29;
	padding: 0 3px;
}

.footer-nav {
	margin-top: 41px;
}

.footer-nav > ul {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	list-style: none;
	font-family: balboa-plus-fill;
	font-size: 22px;
	color: #A3A298;
}

.footer-nav ul li {
	display: inline;
	padding: 0 30px;
}

.footer-nav ul li a {
	color: #A3A298;
}

.footer-nav ul li a:hover {
	color: #c6c5b8;
}

@media all and (max-width: 1100px) {
	.footer-nav > ul {
		font-size: 18px;
		flex-flow: row wrap;
		justify-content: center;
	}
	.footer-nav ul li {
		padding: 0 15px;
	}
}

@media all and (max-width: 500px){
	.upper-footer{
		padding: 35px 20px 0 20px;
	}
	.footer-nav {
		margin-top: 30px;
	}
}