body {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	background: white;
}

#header {
	width: 100%;
	height: 192px;
	background: #e1e9ed;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	margin-bottom: 24px;
}

#face {
	width: 80px;
	height: 104px;
}

.content {
	padding-top: 24px;
}

.grid {
	width: 1152px;
	margin: 0px auto;
	clear: both;
}

img {
	border: none;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 12px;
	font-weight: 400;
	color: #c3d2d9;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}

#copy {
	height: 16px;
	padding-top: 24px;
	padding-bottom: 96px;
	margin: auto;
	text-align: center;
}

a {
	color: #c3d2d9;
	text-decoration: none;
}

@media screen and (max-width: 863px) {
   .grid {
        width: 576px;
    }
}

@media screen and (min-width: 864px) and (max-width: 1152px) {
   .grid {
        width: 864px;
    }
}

@media screen and (min-width: 1152px) {
   .grid {
        width: 1152px;
    }
}