footer {
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: rgba(239, 239, 239, .9);
	box-shadow: 0px -5px 50px rgba(0, 0, 0, 0.2);
	z-index: 2;
	padding-bottom: 30px;
}

footer {
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: rgba(239, 239, 239, .9);
	box-shadow: 0px -5px 50px rgba(0, 0, 0, 0.2);
	z-index: 2;
	padding-bottom: 30px;
}

.navi-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 10px 5px 10px;
	height: 50px;
	width: 50px;
	color: #ababab;
	font-size: 10px;
	transition: .7s;
	fill: #ababab;
}

.navi-btn-sel {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 10px 5px 10px;
	height: 50px;
	width: 50px;
	fill: #438ac7;
	font-size: 10px;
	transition: .7s;
	color: #438ac7;

}

img {
	margin: 5px;
	height: 25px;
	width: 25px;
}

svg {
	margin: 5px;
	height: 25px;
	width: 25px;
}