body {
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	color: #555;
	background: #eee;
	margin: 0;
	padding: 50px 0 0 0;
}

@media (max-width: 480px) {
	body {
	}
}

h2, h3, h4 {
	font-weight: lighter;
	color: #666;
}

h3 {
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 12px;
	color: #ddd;
}

p {
	line-height: 160%;
	color: #333;
}

a[href] {
	color: #156eab;
}

a[href]:hover {
	color: #0e79c2;
}

a img {
	border: 0;
}

img, video {
	border-radius: 5px;
	background: #eee;
}
	
header, footer {
	overflow: hidden;
}

footer {
	height: 24px;
}

header article {
	padding: 10px 0;
	overflow: hidden;
}

header img {
	display: block;
	margin: 20px auto 0 auto;
	border-radius: 100%;
	width: 180px;
	border: 5px solid #fff;
}

header h2 {
	text-align: center;
	margin-top: 10px;
}

header p {
	text-align: center;
}

header div {
	padding: 15px;
}

.header-links {
	text-align: center;
}

.header-links a {
	margin: 0 10px;
}

@media (min-width: 1050px) {
	header img {
		float: left;
		margin: 25px 55px 0 0;
	}

	header div {
		float: left;
		width: 350px;
		padding: 25px 0;
	}

	header article {
		padding: 0 0 10px 0;
	}

	header h2, header p {
		text-align: left;
	}

	.header-links {
		text-align: left;
	}

	.header-links a {
		margin-left: 0;
	}
}

.work, .timeline, header article, h3 {
	width: 60%;
	margin: 0 auto;
	max-width: 1024px;
}

@media (max-width: 1300px) {
	.work, .timeline, header article, h3 {
		width: 80%;
	}
}
@media (max-width: 580px) {
	.work, .timeline, header article, h3 {
		width: 95%;
	}
}

.work {
	overflow: hidden;
	margin: 25px auto;
	background: #17141d url('../img/spotify.jpg') no-repeat top right;
	border-radius: 5px;
	height: 300px;
}

.work div {
	margin: 45px;
	width: 45%;
}

.work h2 {
	color: rgba(255,255,255,0.8);
}

.work p {
	color: rgba(255,255,255,0.6);
}

@media (max-width: 1300px) {
	.work {
		height: auto;
		background: #17141d url('../img/spotify-vertical.jpg') no-repeat bottom center;
		padding-bottom: 390px;
		margin: 25px auto;
	}

	.work div {
		width: auto;
		max-width: 700px
	}
}

@media (max-width: 580px) {
	.work {
		height: auto;;
	}

	.work div {
		margin: 25px;
		width: auto;
		min-width: 0;
	}
}

.timeline-title {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #c0c0c0;
	text-transform: uppercase;
	background: #fefefe;
	padding: 25px 0;
	margin: 0 0 60px 0;
}

.timeline {
	position: relative;
	padding: 25px 0;
	background: transparent url('../img/timeline-bg.png') repeat-y top center;
}

.timeline article {
	overflow: hidden;
	margin: 0 0 140px 0;
	position: relative;
}

@media (min-width: 680px) {
	.timeline article:after
	{
		content: "";
		position: absolute;
		width: 16px; 
		height: 16px;
		display: block;
		top: 50%;
		left: 50%;
		margin: -8px 0 0 -13px;
		border-radius: 16px;
		background: #fff;
		border: 5px solid #eee;
	}
}

.timeline article .text {
	float: left;
	width: 45%;
}

.timeline article .media {
	float: right;
	width: 45%;
	max-width: 450px;
	position: relative;
}

.media video, .media img {
	max-width: 100%;
}

.timeline article:nth-of-type(even) .media {
	float: left;
}

.timeline article:nth-of-type(even) .text {
	float: right;
}

.timeline h4 {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
}

@media (max-width: 680px) {
	.timeline article {
		width: auto;
		background: rgba(255,255,255,0.8);
		border-radius: 5px;
		padding: 15px;
		margin-bottom: 80px;
	}

	.timeline article .media,
	.timeline article .text {
		width: auto;
		float: none;
	}
}

a[href].button, a[href].button-disabled {
	border: 1px solid #aaa;
	color: #aaa;
	padding: 5px 15px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	min-width: 100px;
	text-align: center;
}

a[href].button-disabled {
	border: 0;
	padding: 0;
	color: #bbb;
	cursor: default;
	pointer-events: none;
}

a[href].button:hover {
	color: #5bf;
	border-color: #5bf;
}

.work .button:hover {
	color: #648f00;
	border-color: #648f00;
}

@media (max-width: 320px) {
	.button {
		display: block;
		margin: 0 auto;
	}
}

.footnote, .footnote a {
	font-size: 12px;
	color: #c0c0c0;
}