footer
{
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgb(44,44,44,0.6);
	min-height: 110px;
	overflow: hidden;
}

.foot_info
{
	min-height: 80px;
	overflow: hidden;

}
.foot_info a 
{
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 10px;
}

.foot_info i
{
	color: white;
	font-size: 1.8em;
	margin-top: 3px;
}
.foot_info h1
{
	color: white;
	font-size: 1.3em;
	font-family: 'Lobster', cursive;
}
.foot_change
{
	display:  flex;
	justify-content: space-around;
}
.foot_items
{
	overflow: hidden;
}
.year
{
	color: white;
	text-align: center;
	border-top: 1px solid rgb(25, 25, 25,0.5);
	width: 100%;
	height: 25px;
	font-size: 0.8em;
}
@media (max-width: 470px)
{
footer
{
	padding-top: 10px;
	min-height: 600px;
}
.foot_info
{
	min-height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot_change
{
	flex-direction: column;
}
.foot_info a 
{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	font-size: 1.5em;
}

.foot_info i
{
	font-size: 2.5em;
}
.foot_info h1
{
	font-size: 2.5em;
	margin-right: 70px;
	margin-top: 20px;
}
.year
{
	height: 30px;
	font-size: 1em;
}
}