.foot{
	color: gray;
	font-weight: lighter;
	clear: both;
	display: block;
	margin-top: 40px;
	font-size: 10pt;
	margin-bottom: 40px;
}

#me{
	display: block;
	float: right;
	margin-top: -70px;
}

#me a{
	font-weight: bold;
	text-decoration: None;
	color: gray;

}

#copy{
	display: block;
	float: left;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid gray;
	font-weight: bolder;
	color: grey !important;
}

#copy a{
	text-decoration: none;
	color: gray;
}

#docked{
	position: fixed;
	bottom: 20px;
	width: 100vw;
}

@media screen and (max-width: 600px){
	.foot{
		float: none !important;
	}

	#copy{
		width: 80%;
		margin: 40px auto 0 auto;
		text-align: center;
	}

	#me{
		margin-top: 30px;
		text-align: center;
	}
}

