footer {
	text-align: center;
	background: #0000006b;
	right: 23%;
	margin-bottom: 0px;
	height: 95px;
	position: fixed;
	bottom: 0;
}

@media screen and (max-width: 600px) {
footer {
	text-align: center;
	background: #0000006b;
	right: 23%;
	margin-bottom: 10px;
	height: 95px;
	position: inherit;
	bottom: 0;
}

@media only screen and (max-width : 480px) {
footer {
	text-align: center;
	background: #0000006b;
	right: 23%;
	margin-bottom: 10px;
	height: 95px;
	position: inherit;
	bottom: 0;
}

@media only screen and (max-width : 320px) {
footer {
	text-align: center;
	background: #0000006b;
	right: 23%;
	margin-bottom: 10px;
	height: 95px;
	position: inherit;
	bottom: 0;
}