@charset "UTF-8";

body {
	overflow: hidden; 
	font-family: source-sans-pro;
	background-color: #d9d9d9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.headline {
	font-weight: normal;
	line-height: 1.1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.9em;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]max-width: 1250px; */
}

header {
	width: 100%;
}

.about {
	padding-top: 0px;
	/* [disabled]display: inline-block; */
	margin-top: 0px;
	text-align: center;
}
