body {
	background-color: #f0f0f2;
	margin: 0;
	padding: 0;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.default {
	width: 600px;
	margin: 5em auto;
	padding: 2em;
  	/*background-color: #fdfdff;*/
    text-align: center;
	border-radius: 0.5em;
}

.foot-wrap {
	background: none repeat scroll 0 0 transparent;
	bottom: .04px;
	position: fixed;
	width: 100%;
	}
.foot {
	margin: 0 auto;
	opacity: 20;
	width: 200px;
	height: auto;
	background-color: #f0f0f2;
	border-radius: 0.5em;
	text-align: center;
	font-size: 11px;
	padding-top: 0px;
}

img {
	width: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.social {
	width: 30px;
	height: 30px;
	}

p {
	font-size: small;
	}
	
a:link, a:visited {
	color: #38488f;
	text-decoration: none;
}
/*	
.column {
	float: left;
	width: 40px;
	padding: 5px;
	}

.row::after {
	content: "";
	clear: both;
	display: table;
	}
*/
@media (max-width: 700px) {
	div {
		margin: 0 auto;
		width: auto;
	}
	.column {
		width: auto;
		margin: 0 auto;
	}
	.default {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	.social {
		display: none;
	}
	.foot-wrap {
		bottom: 0px;
		position: absolute;
	}
}