body {
	font-family: 'Helvetica';
}

p {
	font-size: 14px;
	line-height: 36px;
	font-weight: 300;
	color: #999;
}

.container {
	width: 70%;
	margin: 0 auto;
}

header {
	width: 100%;
	padding: 30px;
	background-color: #333;
	color: #fff;
	position: fixed;
	transition: all .4s;
}

.high {
	padding-top: 150px;
	height: 3000px;
}

.scrolled {
	transform: translateY(-100%);
}