html { margin-left: calc(100vw - 100%); }

#foot {
	font-size: 80%;
	font-weight: lighter;
	background-color: #293221;
	margin-top: 10px;
	border-radius:5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	margin-top: 20px;
}



#foot a {
	color:#efefef;
	text-decoration: none;
}
