﻿.foot{
	overflow: hidden;
	background-color: rgb(100,100,100,0.5);
	width: 100%;
	position:fixed;
	bottom: 0;
}

		

.foot a{
	float: left;
	display: inline-block;
	color: black;
	margin: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

		

.foot p{
	display: inline-block;
	float: right;
	margin: 14px 16px;
}

@media screen and (max-width: 600px) {
	.foot a, .foot p{
		display: block;
		float: none;
		margin: 0 auto;
		text-align:center;
	}
}
