@import url("https://p.typekit.net/p.css?s=1&k=jzs5mfp&ht=tk&f=32227.32236&a=40724126&app=typekit&e=css");
	
body {
	background-color: #FFF;
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
	color: #BBB;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
footer {
	background-color: #EEE;
}

#footer {
	position: relative;
	width: 60%;
	max-width:980px;
	min-width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	margin-top: 5%;
	position: relative;
	width: 50%;
	max-width: 720px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 15%;
	}
.outer {
	width: 100%;
	position: relative;
}
.inner {
	position: relative;
	width: 30%;
	min-width: 250px;
	max-width: 650px;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	float: left;
	margin-left: 1%;
}
.footerNote {
	float: right;
	margin-right: 1%;
}
.center {
	text-align:center;
	display: block;
}
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.siteContent {
	margin-top: 5%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
}
@media only screen and (max-width: 600px) {
	#content {
		transform: translateY(0)
	}
	#logo {
		width: 300px;
	}
	#footer {
		width: 300px;
	}
	#header {
		height: 0px;
	}
	.footerNote {
		float: left;
	}
	.inner {
		margin-top: 10%;
	}
	.site {
		display: block;
	}
}